Commit Graph

67456 Commits

Author SHA1 Message Date
Mads Rasmussen
6beb239cde Merge branch 'main' into v15/feature/content-workspace-base 2024-11-07 10:30:18 +01:00
Mads Rasmussen
6aab8bff47 Merge branch 'release/15.0' 2024-11-07 10:30:01 +01:00
Niels Lyngsø
5cc38056bf Merge pull request #2518 from umbraco/v15/hotfix/modal-route-context-boundary
hotfix: 17434 (prevent routable modals inside not routable modals)
2024-11-07 10:15:33 +01:00
Niels Lyngsø
e85f108b75 rename context consume event const 2024-11-07 10:05:31 +01:00
Niels Lyngsø
493e800a7e style no-router 2024-11-07 10:01:59 +01:00
Niels Lyngsø
4d084083f8 Merge branch 'main' into v15/feature/content-workspace-base 2024-11-07 09:11:40 +01:00
Niels Lyngsø
715bf1c58f prevent context consumption of route-context from a modal that is not routable 2024-11-06 21:42:25 +01:00
Niels Lyngsø
5282355dcc Merge pull request #2517 from warrenbuckley/patch-1
Fixes duplicate alias that fails npm run compile
2024-11-06 20:55:35 +01:00
Warren Buckley
540f829a2f Fixes duplicate alias that fails npm run compile
Fixes issue when running `npm run compile`

```
examples/ufm-custom-component/index.ts:12:4 - error TS1117: An object literal cannot have multiple properties with the same name.

12    alias: 'myCustomComponent',
      ~~~~~


Found 1 error in examples/ufm-custom-component/index.ts:12
```
2024-11-06 19:35:38 +00:00
NguyenThuyLan
2576594d92 Fix bug: No matching error display between New password and Confirm password (#2384)
* Fix bug: No matching error display between New password and Confirm password

* Refactored to use built-in validation

Wires up most localization keys.

---------

Co-authored-by: Lan Nguyen Thuy <lnt@umbraco.dk>
Co-authored-by: leekelleher <leekelleher@gmail.com>
2024-11-06 17:18:25 +00:00
Sebastiaan Janssen
ece5a3ae26 Merge branch 'v15/dev' into contrib 2024-11-06 16:38:14 +00:00
Nikolaj Geisle
79059d60f5 Merge branch 'release/15.0' into v15/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client
#	version.json
2024-11-06 17:36:01 +01:00
Rick Butterfield
42bdc8703c Merge branch 'main' into bugfix/block-list-custom-views-fix 2024-11-06 15:41:42 +00:00
marwaldv
0c99b31285 Feature: Add Swiss backoffice localizations (#2503)
* Add swiss languages as backoffice languages

* Added Swiss localizations to manifest

* De-duplicated localizations

To reduce lines of duplicated code, (from the German, French
and Italian localizations), those localizations are imported at runtime.

---------

Co-authored-by: leekelleher <leekelleher@gmail.com>
2024-11-06 15:28:48 +00:00
Sebastiaan Janssen
2949658cb5 Merge branch 'v15/dev' into contrib
# Conflicts:
#	src/Umbraco.Core/PropertyEditors/Validators/t.cs
2024-11-06 15:18:36 +00:00
Sven Geusens
a9dd8b00e0 Optimize local links migration (#17432)
* Make the migration batched and process in paralel

* Change log level

* More log levels

---------

Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2024-11-06 15:35:01 +01:00
Rick Butterfield
3e7d6341e9 Allow checking for this._contentTypeAlias before #extensionSlotFilterMethod runs 2024-11-06 13:41:56 +00:00
Mads Rasmussen
9932f24d5c Merge branch 'main' into v15/feature/content-workspace-base 2024-11-06 14:05:54 +01:00
Niels Lyngsø
d2be6adba1 comment on risky business 2024-11-06 14:05:27 +01:00
Mads Rasmussen
660fe5f22a Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice 2024-11-06 14:00:34 +01:00
Mads Rasmussen
c9f296814d Merge branch 'release/15.0' 2024-11-06 14:00:24 +01:00
Mads Rasmussen
b4b63abe32 ensure scaffolding is done before initializing the redirect controller 2024-11-06 14:00:04 +01:00
Niels Lyngsø
4b28569e91 Merge branch 'main' into v15/feature/grid-inline-editing-fixes 2024-11-06 13:59:30 +01:00
Mads Rasmussen
e9d0041628 Merge branch 'main' into v15/feature/content-workspace-base 2024-11-06 13:58:05 +01:00
Mads Rasmussen
ae4882aa95 Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice 2024-11-06 13:57:28 +01:00
Mads Rasmussen
1efff16e39 Merge branch 'release/15.0' 2024-11-06 13:57:17 +01:00
Niels Lyngsø
ec4c08f399 update destroy method 2024-11-06 13:55:43 +01:00
Rick Butterfield
4ddfd0d37f [v14.2+] Fix Block Grid layoutStylesheet not using correct URL (#2512)
* Update block-grid-manager.context.ts

* Renames field to `serverUrl`

Uses `URL()` object to handle slashes in constructing the URL path.

* Tidied up imports

---------

Co-authored-by: leekelleher <leekelleher@gmail.com>
2024-11-06 12:44:23 +00:00
Niels Lyngsø
c5340c186b give block workspace origin data to work from 2024-11-06 13:42:45 +01:00
Niels Lyngsø
d8517bda79 Merge pull request #2514 from umbraco/15/hotfix/redirect-when-creating-new-gone-wrong
Hotfix: Ensure scaffolding is done before initializing the redirect controller
2024-11-06 13:40:42 +01:00
Niels Lyngsø
ff69e28fdb update JSDocs 2024-11-06 13:24:18 +01:00
Mads Rasmussen
43dc866e83 ensure scaffolding is done before initializing the redirect controller 2024-11-06 13:03:45 +01:00
Niels Lyngsø
39768664d9 make host optionally be a method 2024-11-06 13:01:15 +01:00
Mads Rasmussen
c7b4b5142e Feature: reusable table column view components (#2448)
* add boolean + entity actions global table column layouts

* use entity actions in extension insights

* Update user-table-collection-view.element.ts

* Update user-group-table-collection-view.element.ts

* Update member-table-collection-view.element.ts

* Update language-table-collection-view.element.ts

* Update member-group-table-collection-view.element.ts

* align alias

* stop click event

* delete unused code

* use global components

* add entity actions to document and media

* move to entity action module

* Update localize.element.stories.ts

* change layout to view

---------

Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com>
2024-11-06 11:38:22 +00:00
Niels Lyngsø
bc65d7403f Merge branch 'main' into v15/feature/grid-inline-editing-fixes 2024-11-06 10:28:21 +01:00
Sven Geusens
24ec0ee4cb Optimize tracked references (#16996)
* Optimed sql for checking if a list documents is tracked by a reference

* Remove unoptimzed method and update Media controller too

* Revert spacing, formatting and unneeded code change

This partially reverts commit d32b6acf4fa2f167e40b789e0cd02ce355a3a8ed.

* Cleanup temporary renaming

* Add default implementations

* Fix merge issue

---------

Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2024-11-06 10:27:04 +01:00
Lee Kelleher
9f9ae6549b Chore: Upgraded Tiptap dependencies to 2.9.1 (#2511)
* Upgraded Tiptap dependencies to v2.9.1

* Uninstalled @tiptap/extension-text-style dependency

as it's now part of @tiptap/starter-kit
2024-11-06 10:21:22 +01:00
Niels Lyngsø
1b1411f49e Merge pull request #2476 from umbraco/v15/feature/disable-readonly-when-unpulish-and-publish
Feature: Disable readonly languages when publishing and unpublishing a document
2024-11-06 10:18:32 +01:00
Bjarke Berg
0bf2fbc24f Fix has pending package migrations (#17423)
* update submodule

* update submodule

* Reintroduce a favicon (#17422)

* Fixes issue where package name was compared to package id, so packages had pending migrations from the management api endpoint, without actually have it.

---------

Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com>
2024-11-06 09:56:26 +01:00
Mads Rasmussen
bda1c40243 Merge branch 'main' into v15/feature/content-workspace-base 2024-11-06 09:14:59 +01:00
Zeegaan
eda9048393 Bump version 2024-11-06 09:08:35 +01:00
Niels Lyngsø
3d74060456 fix infinite layout update 2024-11-05 22:17:33 +01:00
Niels Lyngsø
3298f961f9 remove unused import 2024-11-05 21:04:13 +01:00
Niels Lyngsø
1944e1a3e2 temp removal of umbDestroyOnDisconnect 2024-11-05 20:52:15 +01:00
Niels Lyngsø
ccf41d694b Merge branch 'main' into v15/feature/grid-inline-editing-fixes 2024-11-05 20:43:30 +01:00
Niels Lyngsø
4936b7debc update style 2024-11-05 20:40:10 +01:00
Niels Lyngsø
4edf1bad7d update to life cycle of extension initializers 2024-11-05 20:11:53 +01:00
Niels Lyngsø
861c91c981 error to help general error discovery 2024-11-05 16:29:51 +01:00
Niels Lyngsø
b835d94a24 can be destroyed multiple times 2024-11-05 16:28:59 +01:00
Niels Lyngsø
171ea8422d remove event listener 2024-11-05 16:25:42 +01:00