Commit Graph

68448 Commits

Author SHA1 Message Date
Jacob Welander Jensen
3829b0963f V15/sort by selected icons (#18158)
* adds back the custom icon for the content nodes and give a hover effect to indicate that it is grabable, and applys the choosen color

* Update sort-children-of-modal.element.ts

* switches to use the umb-icon and updates styling

* removes the backoffice host

* Update appsettings.Development.template.json

* Update sort-children-of-modal.element.ts

* Update sort-children-of-modal.element.ts

---------

Co-authored-by: Mads Rasmussen <madsr@hey.com>
2025-01-31 13:09:55 +00:00
Lee Kelleher
9323d8b0e7 Introduces getStyles() for Tiptap extensions (#18075) 2025-01-31 13:24:12 +01:00
Andy Butland
85a81b3d6f Ensure min/max property editor settings are valid before rendering for content editing (#17881)
* Ensure min/max property editor settings are valid before rendering for content editing.

* Display message when URL picker data type configuration is not valid.

* Reverted 'umb-input-multi-url' changes

* Added console warnings for misconfigured min/max values

Also adds `label` property for UUI elements

---------

Co-authored-by: Niels Lyngsø <nsl@umbraco.dk>
Co-authored-by: leekelleher <leekelleher@gmail.com>
2025-01-31 13:23:14 +01:00
Lee Kelleher
bb755188b5 User Group picker modal: adds filter input (#18159)
Fixes #16452.
2025-01-31 13:20:55 +01:00
Niels Lyngsø
7c5c3fd2d8 Merge pull request #18154 from umbraco/v15/feature/enable-document-rollback-as-entity-action
Rollback as entity action + Picker data updates
2025-01-31 12:59:58 +01:00
Niels Lyngsø
0480a3287f Merge pull request #18189 from umbraco/v15/bugfix/range-input-simpler-infinite-max-indication
ensure default in Infinity
2025-01-31 12:54:15 +01:00
Niels Lyngsø
341534c5de Merge pull request #18162 from umbraco/v15/feature/hide-icons
Feature: hide icons
2025-01-31 12:40:16 +01:00
Niels Lyngsø
9896119b8e Merge branch 'v15/dev' into v15/feature/enable-document-rollback-as-entity-action 2025-01-31 12:28:43 +01:00
Niels Lyngsø
da3bc9a6a8 no more need for a max 2025-01-31 12:15:31 +01:00
Mads Rasmussen
a2378e6b5f use unique instead of discriminator 2025-01-31 12:15:10 +01:00
Niels Lyngsø
f155369540 ensure default in Infinity 2025-01-31 12:13:15 +01:00
Kenn Jacobsen
147bdf22bf Use variant context for determining requested culture (#18176) 2025-01-31 11:34:25 +01:00
Niels Lyngsø
d4cfe4d99c Merge pull request #18183 from umbraco/15.2/hotfix/clipboard-delete-confirm-dialog
Hotfix: Clipboard confirm delete labels
2025-01-31 11:21:04 +01:00
Kenn Jacobsen
50ff23b661 Don't assume HtmlString when inserting default values in templates (#18144) 2025-01-31 11:19:33 +01:00
Niels Lyngsø
30c4408f18 Merge pull request #18014 from umbraco/v15/feature/workspace-info-app-extension
Feature: workspace info app extension
2025-01-31 11:11:48 +01:00
Mads Rasmussen
4dfe421c2f format translations 2025-01-31 10:47:18 +01:00
Henrik
c64ec51305 Nonbreaking performance tweaks (#17106)
* Avoid doing multiple lookups in dictionaries, avoid doing string interpolation & adding single char strings to a StringBuilder, made some private/internal classes & some private methods static when possible, use FrozenSet for InvalidFileNameChars

* Avoid some array + list allocations & async methods and made some private methods static

* Avoid double lookup of XML attribute (and double null check) & avoid an unneeded lookup before writing to a dictionary

* Avoid some double lookups

# Conflicts:
#	src/Umbraco.Core/Services/LocalizedTextService.cs

* Avoid double lookups

# Conflicts:
#	src/Umbraco.Core/Services/LocalizedTextService.cs

* Avoid double lookups

* List AsSpan, also to trigger a new build that hopefully goes through

* Avoid concatting strings when using writer & more static

* Updated CollectionBenchmarks to show that ToArray isn't always the fastest & Lists can be iterated nearly as fast as arrays (and that ToList is nearly as fast as ToArray on IReadOnlyLists in .NET 8)

* Fix rebase

* Use explicit types ❤️ (I thought it was the other way round...)

# Conflicts:
#	src/Umbraco.Core/Services/LocalizedTextService.cs

* Reduce number of lines in HtmlStringUtilities.Truncate to pass code quality analysis

* Avoid double lookups & allocating empty arrays

* Use native List Find instead of LINQ
2025-01-31 10:31:06 +01:00
Mads Rasmussen
415b1a2b43 no need to localize headline here 2025-01-31 10:16:18 +01:00
Mads Rasmussen
c7da283172 simplify args 2025-01-31 10:14:22 +01:00
Niels Lyngsø
412fe69a36 lint fixes 2025-01-31 10:13:38 +01:00
Niels Lyngsø
8219d1d8c1 Merge branch 'v15/dev' into v15/bugfix/18000 2025-01-31 10:03:02 +01:00
Mads Rasmussen
0c6bef0e17 add comment 2025-01-31 09:54:58 +01:00
Mads Rasmussen
42dbfbe5c6 rename to message 2025-01-31 09:44:31 +01:00
Mads Rasmussen
dab3977ebf Update index.ts 2025-01-31 09:27:38 +01:00
Mads Rasmussen
6c618ff9ec Merge branch 'v15/dev' into v15/feature/workspace-info-app-extension 2025-01-31 09:26:46 +01:00
Andreas Zerbst
c448190e0b V15 QA added fixes for flaky/failing acceptance tests (#18149)
* Fixed tests

* More fixes

* More fixes

* Skipped waits

* Added necessary updates to tests

* Bumped versions

* Removed skipped waits

* Removed more waits

* Cleaned up PR

* Updated tests

* Bumped version

* Added more timeout
2025-01-31 08:58:15 +01:00
Mads Rasmussen
be7fe21099 add timeouts 2025-01-30 23:15:47 +01:00
Mads Rasmussen
9827cfd87e Update localization.controller.ts 2025-01-30 23:12:17 +01:00
Mads Rasmussen
90c66f68c8 translate confirm label 2025-01-30 22:46:31 +01:00
Mads Rasmussen
451810dc73 add danish translation 2025-01-30 22:44:32 +01:00
Mads Rasmussen
c3d510dfe9 add token 2025-01-30 22:44:19 +01:00
Mads Rasmussen
be61daebf5 export consts 2025-01-30 22:37:15 +01:00
Mads Rasmussen
4f3e4948a8 translate manifest strings 2025-01-30 22:37:09 +01:00
Mads Rasmussen
fe97cbeb7f add tests 2025-01-30 22:36:50 +01:00
Mads Rasmussen
25ca146eee handle strings with args in localize controller 2025-01-30 22:36:39 +01:00
Mads Rasmussen
1872a9a139 add keys to manifest 2025-01-30 22:35:59 +01:00
Mads Rasmussen
071d4fb98a add clipboard translations 2025-01-30 22:35:45 +01:00
Mads Rasmussen
fe009278cc allow passing headline and content string through manifest 2025-01-30 22:35:23 +01:00
Niels Lyngsø
11e2614fe5 unsupported block list 2025-01-30 22:33:14 +01:00
Niels Lyngsø
1f494939ca Block Grid unsupported block 2025-01-30 21:55:30 +01:00
Andy Butland
739a24b8c5 Fixed name of True/False property editor schema manifest. (#18179) 2025-01-30 20:02:51 +00:00
Mads Rasmussen
357128151c remove unused 2025-01-30 17:03:30 +01:00
Mads Rasmussen
54e4a26d77 update consts 2025-01-30 17:02:13 +01:00
Sven Geusens
343867f6ee Merge branch 'release/13.6' into v13/dev and version bump
# Conflicts:
#	src/Umbraco.Web.BackOffice/Controllers/PreviewController.cs
#	version.json
2025-01-30 16:27:49 +01:00
Mole
6668f3a867 V15: Add authorization to create (#18169)
* Add failing tests

* Re-add auth
2025-01-30 16:00:33 +01:00
Mads Rasmussen
4aae502572 add layout element 2025-01-30 14:57:40 +01:00
Niels Lyngsø
c1f74f4aab Merge pull request #18094 from umbraco/v15/bugfix/offline-notifcation
Bugfix: show notification when offline
2025-01-30 14:51:53 +01:00
Niels Lyngsø
d1fa73c462 Merge branch 'v15/dev' into v15/feature/reworking-error-notifications
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/packages/core/notification/notification.context.ts
2025-01-30 14:22:01 +01:00
Mads Rasmussen
b840fec228 wrap in layout element 2025-01-30 14:19:19 +01:00
Mads Rasmussen
5e7065b7db add layout element 2025-01-30 14:18:35 +01:00