Commit Graph

12395 Commits

Author SHA1 Message Date
Nikolaj Geisle
ef8a70580d Update help.controller.js 2021-10-01 11:20:57 +02:00
Nikolaj Geisle
c4e14d183d Updated to display default language 2021-09-30 14:21:14 +02:00
Nikolaj Geisle
4ea1f46f2b Implemented variable data instead of hardcoded 2021-09-30 13:09:04 +02:00
Sebastiaan Janssen
c3ab0ae7b5 Merge branch 'v8/dev' into v8/contrib 2021-09-30 10:18:03 +02:00
Nikolaj Geisle
61de77f6be Implemented debug dashboard with hardcoded data 2021-09-27 16:52:44 +02:00
Paul Johnson
4eb75799e7 Update content picker to use GetUrlsByUdis 2021-09-27 14:39:04 +01:00
Bjarke Berg
c15c42eb83 Fixes for members 2021-09-22 23:49:16 +02:00
Bjarke Berg
63448fb171 Merge pull request #11159 from umbraco/v9/bugfix/AB13851-correct-file-name-references
V9: Fix incorrect static filenames references
2021-09-22 20:35:29 +02:00
Bjarke Berg
f52de653a4 Fixed more casing issues.. 2021-09-22 18:48:19 +02:00
Bjarke Berg
890fe589bf Merge remote-tracking branch 'origin/v8/8.17' into v9/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/components/content/umb-tabbed-content.html
#	src/Umbraco.Web.UI.Client/src/views/components/elementeditor/umb-element-editor-content.component.html
#	src/Umbraco.Web.UI.Client/src/views/media/apps/content/content.html
#	src/Umbraco.Web.UI.Client/src/views/member/apps/content/content.html
#	src/Umbraco.Web/PropertyEditors/NestedContentController.cs
2021-09-22 15:41:31 +02:00
Jan Skovgaard
e269d1bcd0 Grid: Add button styling fix (#10978)
* Add missing focus styling

* Ensure add button is perfectly rounded and remove unused / uneeded CSS.

* Remove redundant border-color property

* Revert removal of unused css

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
(cherry picked from commit 31ecc146d1)
2021-09-22 14:26:55 +02:00
Bjarne Fyrstenborg
52f3350e76 Adjust icon in umb-checkbox and ensure icon is centered
(cherry picked from commit c49c5369e3)
2021-09-22 14:24:25 +02:00
Bjarne Fyrstenborg
a09103dc82 Align sortable handle vertically in multivalues prevalue editor
(cherry picked from commit 46e6f050cb)
2021-09-22 14:19:36 +02:00
Bjarne Fyrstenborg
7548074fa3 Fix incorrect attribute
(cherry picked from commit 6c512107a4)
2021-09-22 14:10:31 +02:00
Elitsa Marinovska
60a179c354 Fix references to wrong file names 2021-09-22 10:40:49 +02:00
Elitsa Marinovska
02791141c4 Remove renaming toLower when copying the resource files in the gulp task 2021-09-22 10:39:02 +02:00
Mads Rasmussen
b6338cacb3 prevent tab properties to be rendered twice 2021-09-22 09:26:02 +02:00
Søren Kottal
ffa704c5d0 Cleanup examine search results, and adds ability to toggle fields (#9141)
* Cleanup examine search results, and adds ability to toggle fields

* update table to use joinarray filter with one-time binding to avoid recalculating filter values, updated filter to not explode when array arg is null

* fix failing tests - improve filter to not fail on non-array params, update tests accordingly

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-09-22 13:25:10 +10:00
Bjarne Fyrstenborg
48a3a0524d Create content template localization (#10945)
* Don't use self-closing element for custom HTML elements

* Use button element for close/cancel in copy dialog

* Update localization of "createBlueprintFrom"

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-09-22 10:27:16 +10:00
Jan Skovgaard
31ecc146d1 Grid: Add button styling fix (#10978)
* Add missing focus styling

* Ensure add button is perfectly rounded and remove unused / uneeded CSS.

* Remove redundant border-color property

* Revert removal of unused css

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-09-22 09:49:49 +10:00
Bjarne Fyrstenborg
6c512107a4 Fix incorrect attribute 2021-09-22 09:30:48 +10:00
Mads Rasmussen
de47f95c4f alias is changed. We need to compare with label instead 2021-09-21 13:19:17 +02:00
Mads Rasmussen
426050374d alias is changed. We need to compare with label instead 2021-09-21 11:19:04 +02:00
Callum Whyte
405ed44bb1 Falling back to contentTypeName when Block List label is empty (#10963)
* Falling back to contentTypeName when Block List label is empty

* Adding $contentTypeName variable for Block List labels
2021-09-21 16:41:21 +10:00
patrickdemooij9
1e1276f270 10341: Use different picker for content types (#10896)
* 10341: Use different picker for content types

* use es6 where possible (inc removing underscore for teeny tiny performance improvement)

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-09-21 16:18:15 +10:00
Bjarne Fyrstenborg
46e6f050cb Align sortable handle vertically in multivalues prevalue editor 2021-09-21 14:58:04 +10:00
Søren Gregersen
9a246a1970 Implement icon parameter for doctype editor (#11008)
* fix: implement icon parameter for doctype editor

issue #10108

* fix: move color from icon to class attribute

* fix: removed defined colors, defaulting to the standard dark grey (ie "no color picked" in icon picker)

* cleaned up unused dependencies, double quotes to single, removed unused 'color' param from the create methods, and use shorthand object creation in createDocType (if the key has the same name as the variable passed as a prop, we only need to pass the key name)

* fix comment

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-09-21 14:56:27 +10:00
Bjarke Berg
f088a9b637 Merge pull request #11127 from umbraco/v9/feature/localdb-install-option
Add LocalDB database install option and implement automatic database creation
2021-09-20 20:02:30 +02:00
Bjarke Berg
c7fcb4abaa Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/AB13489-no-error-when-exceeding-maxAllowedContentLength
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/common/directives/components/upload/umbfiledropzone.directive.js
2021-09-20 07:56:06 +02:00
Bjarke Berg
898f270c69 Merge remote-tracking branch 'origin/v8/8.17' into v9/dev 2021-09-20 07:42:37 +02:00
Bjarne Fyrstenborg
c49c5369e3 Adjust icon in umb-checkbox and ensure icon is centered 2021-09-20 08:28:57 +10:00
Ronald Barendse
81cbbd8614 Add LocalDB database option to installer 2021-09-17 12:50:25 +02:00
Bjarke Berg
e1333fee49 Merge pull request #11121 from umbraco/v8/bugfix/keep-existing-propertygroup-key
Add property group key to save model
2021-09-16 14:20:00 +02:00
Ronald Barendse
4a1820b80d Add property group key to save model 2021-09-16 14:18:15 +02:00
Ronald Barendse
1baa4cf653 Add property group key to save model 2021-09-16 14:07:31 +02:00
BatJan
e056918e4f Ensure the expression is interpolated so the aria-selected attribute has a proper true/false value 2021-09-16 01:54:08 +02:00
Bjarke Berg
9b2acd098c Merge remote-tracking branch 'origin/v8/feature/implement-tabs-cypress-test' into v9/dev 2021-09-15 14:30:47 +02:00
Elitsa Marinovska
fc29a2ccd7 Cherry-picking the https://github.com/umbraco/Umbraco-CMS/pull/11061 UI fix 2021-09-15 10:00:01 +02:00
Mads Rasmussen
09db4ed4a5 Show UI errors for invalid files in media upload (#11061) 2021-09-15 09:18:36 +02:00
Bjarke Berg
b30dcf905b Merge remote-tracking branch 'origin/v8/8.17' into v9/feature/merge_v8_14092021
# Conflicts:
#	src/Umbraco.Core/PropertyEditors/MultiUrlPickerConfiguration.cs
#	src/Umbraco.Web/HealthCheck/Checks/Security/ExcessiveHeadersCheck.cs
2021-09-14 13:10:44 +02:00
Sebastiaan Janssen
237ac53928 Merge branch 'v8/dev' into v8/8.17 2021-09-14 12:57:13 +02:00
Bjarke Berg
f3096c99da Merge remote-tracking branch 'origin/v8/8.17' into v9/feature/merge_v8_14092021
# Conflicts:
#	src/Umbraco.Core/ConfigsExtensions.cs
#	src/Umbraco.Core/Configuration/CoreDebug.cs
#	src/Umbraco.Core/Scoping/ScopeProvider.cs
#	src/Umbraco.Infrastructure/Scoping/Scope.cs
#	src/Umbraco.PublishedCache.NuCache/ContentStore.cs
#	src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/LocksTests.cs
#	src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/UnitOfWorkTests.cs
#	src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Scoping/ScopeUnitTests.cs
#	src/Umbraco.Tests/Components/ComponentTests.cs
#	src/Umbraco.Tests/TestHelpers/TestObjects.cs
#	src/Umbraco.Web.UI.Client/package-lock.json
#	src/Umbraco.Web.UI.Client/package.json
#	src/Umbraco.Web/HealthCheck/Checks/Security/BaseHttpHeaderCheck.cs
2021-09-14 11:32:43 +02:00
Bjarne Fyrstenborg
71733b72d9 Remove restricted image size when opening media (#10940)
* Remove restricted image size as SVG are vector and we already handle max size in css

* Use css class instead of inline style

* Add required src and alt attributes to img tag - ng-src will populate value of src attribute

* Align folder icon in medie entry editor
2021-09-14 17:57:16 +10:00
Mads Rasmussen
c6a1765c95 set form to dirty when add tab, delete tab, add group, and delete group 2021-09-14 08:41:32 +02:00
Bjarne Fyrstenborg
a4e472b4d3 Stream line <umb-progress-bar> and <umb-progress-circle> 2021-09-14 16:02:56 +10:00
Bjarne Fyrstenborg
aa48cdbbfd Media picker 3 preview with checkered background (#10939)
* Set property editor limit width on parent like other property editors

* Use checkered background in media picker 3 preview like the legacy media picker
2021-09-14 15:58:59 +10:00
Jan Skovgaard
5b62516114 Grid: labels offset fix (#10979)
* Add missing focus styling

* Ensure labels have the proper pixels offset

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-09-14 15:54:46 +10:00
Bjarne Fyrstenborg
e42af34b5f Introduce overlaysize prevalue editor (#11010)
* Introduce overlaysize prevalue editor instead of redundant prevalue editor for each property editor

* Move ordering of properties

* Change overlaySizeWidth to overlaySize

* Make it clear overlay is only for link picker

* Fix overlay size not working for link picker in rich text editor
2021-09-14 15:43:21 +10:00
Sebastiaan Janssen
a1e965cce6 Merge branch 'v8/dev' into v8/8.17 2021-09-13 16:22:44 +02:00
Sebastiaan Janssen
25d482f42f Add package-lock.json updates 2021-09-13 14:41:21 +02:00