Mads Rasmussen
ea7985aec1
we cant track by property alias because it may not be unique when you add a property
2021-08-25 10:53:02 +02:00
Mads Rasmussen
72749fd3e2
keep local group if it still has properties
2021-08-23 19:29:44 +02:00
Mads Rasmussen
6d62d91bf2
fix missing checkmark when checkbox is checked
2021-08-23 15:15:26 +02:00
Ronald Barendse
fde1759d49
Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs
2021-08-23 14:36:24 +02:00
Ronald Barendse
6883cf40a8
Initial validation of compositions containing invalid property groups (same alias, different type)
2021-08-23 14:34:24 +02:00
Ronald Barendse
eebd88f271
Ensure details of local groups are used by default
2021-08-23 13:18:39 +02:00
Sebastiaan Janssen
f26fbafa71
Merge branch 'v8/dev' into v8/contrib
2021-08-23 11:04:47 +02:00
Sebastiaan Janssen
59e36981cd
Merge branch 'v8/8.16' into v8/dev
2021-08-23 11:04:26 +02:00
Sebastiaan Janssen
0f3e2cfd02
Merge branch 'v8/8.15' into v8/8.16
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/property-editors.less
2021-08-23 11:03:45 +02:00
Sebastiaan Janssen
c72cb1683b
Removes unneeded flex that caused an issue with the image cropper datatype
...
Fixes #10876
2021-08-23 11:01:53 +02:00
Ronald Barendse
d1457702b2
Ensure Id element is still exported for Tabs (older CMS versions break without it present)
2021-08-21 11:43:11 +02:00
Sebastiaan Janssen
db16f9c6dc
Merge branch 'v8/dev' into v8/contrib
2021-08-20 16:54:50 +02:00
Sebastiaan Janssen
a82723b4f1
Merge branch 'v8/8.16' into v8/dev
2021-08-20 16:54:30 +02:00
Sebastiaan Janssen
4c0cdbd615
Merge branch 'v8/8.15' into v8/8.16
2021-08-20 16:54:05 +02:00
Sebastiaan Janssen
78d8f5b9e8
Merge branch 'v8/8.14' into v8/8.15
2021-08-20 16:45:19 +02:00
Bjarne Fyrstenborg
22c49398e3
Hide backdrop when closing/select navigation ( #10907 )
...
(cherry picked from commit 72d33b8f68 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtree.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js
2021-08-20 16:38:55 +02:00
Bjarne Fyrstenborg
72d33b8f68
Hide backdrop when closing/select navigation ( #10907 )
2021-08-20 15:59:31 +02:00
Sebastiaan Janssen
3030269bde
Create a cloud-specific zip that includes necessary config transforms for cloud
2021-08-20 14:21:36 +02:00
Sebastiaan Janssen
d566d42c4b
Remove unintentional change from 15 months ago that causes you to end up in your windows users folder after each build
2021-08-20 14:20:46 +02:00
Ronald Barendse
5f372a3329
Fix importing document types with properties within nested groups
2021-08-20 12:15:29 +02:00
Mads Rasmussen
e605fc02cd
update sort order logic when dragging and dropping groups
2021-08-20 10:44:50 +02:00
Ronald Barendse
60ced5db8c
Retarget migration to 8.17
2021-08-19 23:29:40 +02:00
Mads Rasmussen
97e5c8fef0
moving of properties works
2021-08-19 14:58:28 +02:00
Mads Rasmussen
ab2276bdd7
update sort order on drag and drop
2021-08-19 14:57:13 +02:00
Mads Rasmussen
e8a9165d39
refresh groups sortable when dragging to new tab
2021-08-19 14:43:00 +02:00
Ronald Barendse
e5a1e0f4e9
Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs
2021-08-19 13:44:17 +02:00
patrickdemooij9
2c1185598e
9908: No parentheses & language picker with only 1 language ( #10892 )
...
* 9908: No parantheses & language picker with only 1 language
* 9908: Fixed missing )
2021-08-19 10:12:48 +10:00
Bjarne Fyrstenborg
61f929e660
Adjust styling of umb-file-icon ( #10895 )
...
* Adjust styling of umb-file-icon with new umb-icon
* Styling on legacy icons
* Use umb-icon and add missing class
* Simplify icons
* Use umb-search-filter in umb-tree-search-box and add back button
2021-08-19 09:34:17 +10:00
Bjarne Fyrstenborg
e2af016a7b
Inherit text color from parent element ( #10894 )
...
* Inherit text color from parent element
* Update block card icon and avoid use of !important
* Wrap card in div
* interpolate background image path value, to remove string escaping which can be confusing
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-08-19 09:11:31 +10:00
Bjarne Fyrstenborg
dc359cc819
User super user id
2021-08-19 08:49:32 +10:00
Mole
ac53b89fe1
V8: Improve nested content optimization in the backoffice ( #10885 )
...
* Get all nested content scaffolds in a single post request
* Only load alias array and initialize once
* Remove old nested content load code
* Get the content types within a scope
This will drastically reduce the amount of SQL queries, since the same read lock will be used for all operations.
* Add comments
* Fix typo
* Fix typos
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
2021-08-18 15:51:16 +02:00
Ronald Barendse
469091b180
Align delete button (trash can)
2021-08-17 17:07:25 +02:00
Warren Buckley
f62fbe3327
Minor tour update ( #10875 )
2021-08-17 16:06:09 +02:00
Mole
5a47acceda
Raise SendingContentModel event for each element type in blocklist ( #10869 )
...
Co-authored-by: Nikolaj <nel@umbraco.dk >
2021-08-17 14:36:19 +02:00
Ronald Barendse
471a560465
Remove automatic child alias updating on server-side (due to issues with adding already changed aliases)
2021-08-17 14:25:05 +02:00
Ronald Barendse
1ad73c099d
Ensure correct order of groups
2021-08-17 14:08:52 +02:00
Sebastiaan Janssen
98f5d471fc
Correct the path of the config file
2021-08-17 12:03:49 +02:00
Mads Rasmussen
f765a19535
add some tests for content type helper and alias generation
2021-08-17 10:17:30 +02:00
Jakob Bagterp
4dd3b81b1f
UI improvement: Add option to select/deselect all filters in Log Viewer drop-down ( #10815 )
...
* Update search.controller.js
Minor linting update to existing code
* Basic functionality for select and deselect all log level filters
* Fix button texts and added localisations for languages en, en_us, da
* Grammar correction of Danish localisation
* Finalise button styling using the umb-button directive, including localisation of labels
* Minor linting update
* Add various localisations of "select all" and "deselect all" for Log Viewer
* Minor refactor of select/deselect buttons to be wrapped in <umb-dropdown-item> directive
* use foreach/map
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-08-17 14:22:58 +10:00
Bjarne Fyrstenborg
f4504d7824
Password tip not updated correct on init ( #10814 )
...
* Angular binding in curly brackets not necessary when using ng-bind or ng-bind-html
* Update password tip on init
* Update comment
2021-08-17 14:03:54 +10:00
Bjarne Fyrstenborg
22c80f0ff1
Update to noUiSlider v15.4.0 ( #10870 )
2021-08-17 10:47:33 +10:00
Sebastiaan Janssen
1057df997d
Trying to prevent unnecessary CodeQL errors for contributors ( #10867 )
2021-08-16 15:40:06 +02:00
Niels Lyngsø
e0fb606eb8
#10572 watch model value ( #10634 )
...
* setup watch, to ensure model value is reflected across variants in splitview.
* unsubscribe watch
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
2021-08-16 10:26:17 +10:00
Lars-Erik
f7428ac67b
Decouple NuCache.Property from NuCache.PublishedSnapshot
2021-08-16 09:34:33 +10:00
Bjarne Fyrstenborg
deedb24b65
Upgrade to noUiSlider v15.3.0 ( #10852 )
2021-08-16 09:12:48 +10:00
Bjarne Fyrstenborg
82cf0e30a5
Implement drag start and drag stop events ( #10856 )
2021-08-16 09:11:50 +10:00
Mads Rasmussen
9f9d6e8148
move alias related methods from contentEditingHelper to contentTypeHelper
2021-08-13 14:06:54 +02:00
Nikolaj Geisle
c15e4bc025
Merge pull request #10810 from DanDiplo/temp-debuggerdisplay
...
Adding [DebuggerDisplay] attribute to core published content classes …
2021-08-13 13:50:52 +02:00
Mads Rasmussen
64e254657c
fix drag and drop direct properties
2021-08-13 13:48:25 +02:00
Sebastiaan Janssen
33feb808dd
Fix version dependencies
2021-08-12 14:56:55 +02:00