Commit Graph

67427 Commits

Author SHA1 Message Date
Lee Kelleher
59790431c4 Bugfix: Block Type card thunbnail image path/URL (#2480)
Block Type Cards: Fixed image URL

Removed the backoffice path from the URL,
as the image paths are relative to the root of the website.
2024-11-04 14:57:04 +01:00
leekelleher
52f03b9c38 Detail repository save returns updated model
previously returned the original model,
prior to any server updates, e.g. updated date.
2024-11-04 14:56:50 +01:00
Niels Lyngsø
083ed9d192 deprecate ManifestTypes 2024-11-04 14:56:50 +01:00
Mads Rasmussen
6756ef0769 Hotfix: Correct user enable notification (#2487)
* show localized notification when user is enabled

* localize disable messages
2024-11-04 14:56:49 +01:00
Mads Rasmussen
a4e75f40d0 Hotfix: Publish with decendants structure reload (#2486)
* ensure we always have the latest variant data

* use enum value

* Update document-tree-item.element.ts

* only dispatch event if there is no error

* reload structure after publish with descendants

* only request update if it succeeds

* rename private method
2024-11-04 14:56:49 +01:00
Mads Rasmussen
e96013ac29 Bugfix: Hide template input when there are no allowed templates (#2484)
hide template input when there are no allowed templates
2024-11-04 14:56:24 +01:00
Mads Rasmussen
c848d4569f align naming 2024-11-04 14:56:24 +01:00
Lee Kelleher
4c50f15cc5 Bugfix: Prevent delete a template when has children (#2479)
* Adds "Template Has No Children Condition"

to prevent the "delete" action being displayed
for templates that have child templates.

* Removed condition config type

it didn't have any configurable properties.

Lazy-loaded the manifest api.

* Renamed "Template Has No Children" condition

to "Template Allow Delete Action" condition.
2024-11-04 14:56:24 +01:00
Niels Lyngsø
6f6b4a7466 imports 2024-11-04 14:56:24 +01:00
Niels Lyngsø
e718367f15 move abstract classes out of types 2024-11-04 14:56:23 +01:00
Niels Lyngsø
3b152b68da fix tsc 2024-11-04 14:55:59 +01:00
Niels Lyngsø
002b4baf47 ufm types 2024-11-04 14:55:25 +01:00
Niels Lyngsø
5533926e6a tip tap extensions 2024-11-04 14:54:41 +01:00
Niels Lyngsø
f28cacd79d move section types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
f9ffce9e00 export condition types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
419e00e494 add CollectionBulkActionPermissionConditionConfig 2024-11-04 14:54:41 +01:00
Niels Lyngsø
1890dfeb43 export types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
ef77734a5d user conditions 2024-11-04 14:54:41 +01:00
Niels Lyngsø
1726702c45 is admin 2024-11-04 14:54:41 +01:00
Niels Lyngsø
7bf0875041 remove reference 2024-11-04 14:54:41 +01:00
Niels Lyngsø
55e84d0564 refactor collection conditions 2024-11-04 14:54:41 +01:00
Niels Lyngsø
5a460a15c6 exort more types 2024-11-04 14:54:41 +01:00
Niels Lyngsø
8513e0918d more exports 2024-11-04 14:54:41 +01:00
Niels Lyngsø
a87afb69ba document exports 2024-11-04 14:54:41 +01:00
Niels Lyngsø
27c1cc952a clean up 2024-11-04 14:54:41 +01:00
Niels Lyngsø
ebbe5a955c update to use == in JSON Path Queries 2024-11-04 14:53:46 +01:00
Niels Lyngsø
f0734cfef4 variant block validation 2024-11-04 14:53:46 +01:00
Nathaniel Nunes
9a80b2cf8c Allow for the document create options to be opened on space/enter clicked (#2501)
allow for the document create options to be opened on space/enter clicked

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
(cherry picked from commit 69d9cfab9a)
2024-11-04 13:37:08 +00:00
Nathaniel Nunes
69d9cfab9a Allow for the document create options to be opened on space/enter clicked (#2501)
allow for the document create options to be opened on space/enter clicked

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
2024-11-04 13:36:14 +00:00
Kenn Jacobsen
754276448a Do not migrate blocks in parallel on SQLite (#17416) 2024-11-04 14:29:14 +01:00
Lee Kelleher
53592b019b Hotfix: UFM alias prefixes (#2510)
* Adds `alias` to UFM component registrations

* Adds support for `alias` prefix in UFM syntax

e.g. `{(alias:|marker)(text)}` would be `{umbContentName: propertyAlias}` or `{~propertyAlias}`

* UFM Content Name: adds warning for using the `~` prefix marker

The `~` prefix will be deprecated in a future major release.
2024-11-04 14:28:51 +01:00
Niels Lyngsø
e6f4697050 Merge pull request #2509 from umbraco/v15/hotfix/create-options-extension-point
Hotfix: Entity Create Option Action Extension Point
2024-11-04 14:17:13 +01:00
Niels Lyngsø
f1fe0cfe1b Merge branch 'release/15.0' into v15/hotfix/create-options-extension-point 2024-11-04 14:10:40 +01:00
Nathaniel Nunes
b7785c7486 Feature: Set the URL field as required and focus on it (#2500)
* Feature: Set the URL field as required and focus on it

* Added mandatory asterix to webhook url label

---------

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
(cherry picked from commit e93b86bdae)
2024-11-04 13:10:29 +00:00
Kenn Jacobsen
b46f7bbf11 Add ContentKey to IBlockReference and obsolete ContentUdi (#17365) 2024-11-04 14:09:03 +01:00
Nathaniel Nunes
e93b86bdae Feature: Set the URL field as required and focus on it (#2500)
* Feature: Set the URL field as required and focus on it

* Added mandatory asterix to webhook url label

---------

Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
2024-11-04 13:07:26 +00:00
Kenn Jacobsen
0505ff5316 Fix security scheme issues in Delivery API OpenAPI spec (#17401) 2024-11-04 14:07:18 +01:00
Lee Kelleher
192c0d76e8 Bugfix: Block Type card thunbnail image path/URL (#2480)
Block Type Cards: Fixed image URL

Removed the backoffice path from the URL,
as the image paths are relative to the root of the website.
2024-11-04 14:07:13 +01:00
Niels Lyngsø
004e58cd86 update vite.config for core package 2024-11-04 13:38:36 +01:00
Niels Lyngsø
15ac89271a jsdocs 2024-11-04 13:31:55 +01:00
Niels Lyngsø
bcc3073b2a constants 2024-11-04 13:31:50 +01:00
nikolajlauridsen
72bc3f8306 Fix merge error 2024-11-04 12:54:52 +01:00
nikolajlauridsen
8f86ac1bd1 Merge branch 'release/15.0' into v15/dev
# Conflicts:
#	src/Umbraco.Core/Services/DocumentUrlService.cs
2024-11-04 12:49:38 +01:00
Niels Lyngsø
5be1e8ef0a update all-packages list 2024-11-04 12:42:21 +01:00
Niels Lyngsø
6b6b05c726 type export 2024-11-04 12:39:31 +01:00
Niels Lyngsø
39fe9a86e2 lint corrections 2024-11-04 12:38:41 +01:00
Sven Geusens
691ca2827d Migrate old locallinks formats (#17307)
* Initial working localLinks migration

* Cleanup

* Refactor for extendability part 1

* Refactor part 2

* Fixed circular dependency

* Made sure all the extendable logic for the migration is marked as obsolete for v18

* Refactor to use Interface and non circular references instead

* Use Npco for SQLserver compatibility and include media properties too

---------

Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch>
2024-11-04 12:30:23 +01:00
Sven Geusens
e50a1dc015 Migrate old locallinks formats (#17307)
* Initial working localLinks migration

* Cleanup

* Refactor for extendability part 1

* Refactor part 2

* Fixed circular dependency

* Made sure all the extendable logic for the migration is marked as obsolete for v18

* Refactor to use Interface and non circular references instead

* Use Npco for SQLserver compatibility and include media properties too

---------

Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch>
2024-11-04 12:29:55 +01:00
Niels Lyngsø
9a497a9583 Merge branch 'release/15.0' into v15/hotfix/create-options-extension-point 2024-11-04 12:29:03 +01:00
Bjarke Berg
6417948a58 #17391 (#17413)
Fixes issue with the delivery api can find unpublished content
2024-11-04 12:27:47 +01:00