Commit Graph

20984 Commits

Author SHA1 Message Date
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
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
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
Lee Kelleher
4c4566cda5 Feature: Document Workspace Info Link State (#2497)
Adds document link state

to the workspace info links component.
2024-10-29 22:09:41 +00:00
Lee Kelleher
b3ce981fad Feature: Markdown Editor toolbar styling (#2498)
Stylizes the Markdown Editor toolbar

to align with the Tiptap RTE toolbar style.
2024-10-29 23:01:51 +01:00
Nikolaj Brask-Nielsen
7c8b1432f2 feat: Add validation hints to unnamed tabs (#2493) 2024-10-29 11:03:50 +00:00
Debasish Gracias
5926517207 Bugfix: Word wraps long Data Type names in picker (#2496)
Fix for 17036

Co-authored-by: Debasish Gracias <d.gracias@clerkswell.com>
2024-10-29 10:36:39 +00:00
Lee Kelleher
d26fdcaedf Feature: Document Workspace Info reload components (#2492)
* Adds Document URL Repository

* Extracts Document Workspace Info Links to its own component

Refactored to use the new Document URL Repository.

Plus other housekeeping on the main Document Workspace Info component.

* Refactored Document Workspace Info History component

to listen for the "Request Reload Structure" event

* Refactored Document Workspace Info Reference component
2024-10-29 09:08:42 +01:00
leekelleher
40c7bc9582 Tiptap toolbar, background color + box shadow 2024-10-29 09:07:34 +01:00
Lee Kelleher
ca4ff01934 Feature: Tiptap "Clear Formatting" toolbar action (#2494)
Tiptap: adds "Clear Formatting" toolbar action
2024-10-29 09:07:02 +01:00
Bjarne Fyrstenborg
4863745181 Content type group sorting placeholder (#2471)
* Make it more clear when content type groups are re-arranged

* Hide header slot with input
2024-10-28 14:07:06 +00:00
Bjarne Fyrstenborg
c9f8f62b84 Tags matchlist on top of following markdown toolbar (#2489)
Set z-index of matchlist to ensure on top of following markdown toolbar
2024-10-28 10:28:00 +00:00
Mads Rasmussen
0c0ff1ec0a Merge pull request #2470 from bjarnef/bug/content-type-design-editor-property-zindex
Remove z-index from header in content type design editor property
2024-10-25 14:10:54 +02:00
Niels Lyngsø
7792b2efa9 Merge pull request #2474 from umbraco/v15/feature/disable-readonly-languages-when-unpublishing
Feature: Add read only tag for read only languages in app language select
2024-10-25 11:58:31 +02:00
Niels Lyngsø
a3a4ea020a Merge branch 'main' into v15/feature/disable-readonly-languages-when-unpublishing 2024-10-25 11:50:51 +02:00
Niels Lyngsø
64f018da37 en + da translation 2024-10-25 11:45:32 +02:00
Niels Lyngsø
e96b049364 Merge pull request #2475 from umbraco/v15/feature/store-selected-app-language-in-local-storage
Feature: save selected app language in local storage
2024-10-25 11:32:02 +02:00
leekelleher
4e125d079b Merge branch 'release/15.0' 2024-10-24 11:26:42 +01:00
Mads Rasmussen
c5fd1885cf Bugfix: Allow breadcrumb for variant root items (#2482)
unique can be null so only check for undefined
2024-10-24 11:25:40 +01:00
leekelleher
3198f1f00c Merge branch 'release/15.0' 2024-10-24 09:45:27 +01:00
Mads Rasmussen
9bc5ab33d2 Workaround: Ignore discard changes when in a workspace modal (#2481)
ignore discard changes when in a workspace modal
2024-10-24 09:42:16 +01:00
Lee Kelleher
9df26e95d7 Feature: Link Picker modal refactor (#2477)
* Adds `hideTarget` flag

* Sets default modal size to "medium"

* Code tidy-up

* Updates "defaultdialogs_linkinternal" localizations

to remove the `:` suffix (from all languages)

* Applied `standalone` to single Document Picker item

* Adds `icon` to the document/media detail types

* Link Picker modal: total refactor!

Swaps the inline trees with input pickers.
Makes use of `<umb-property-layout>` component.
+ plenty of TLC in the UI/UX!

* Sets the `allowedMediaTypeIds` for media picker filtering

e.g. folders are not selectable
2024-10-23 12:56:27 +02:00
Mads Rasmussen
59d4f8852c Hotfix: document variant publication info (#2478)
* export token

* show current variant status, fix published pending changes + create date

* remove unused

* temp type casting
2024-10-23 10:49:03 +01:00
Mads Rasmussen
f4e7e13c18 Merge branch 'v15/feature/disable-readonly-languages-when-unpublishing' into v15/feature/store-selected-app-language-in-local-storage 2024-10-21 20:32:50 +02:00
Mads Rasmussen
527ccebdd5 Merge branch 'main' into v15/feature/disable-readonly-languages-when-unpublishing 2024-10-21 20:27:25 +02:00
Mads Rasmussen
b095902bf5 store selected app language in local storage 2024-10-21 20:12:34 +02:00
Mads Rasmussen
9a23ad2e50 check for access to all languages 2024-10-21 19:46:29 +02:00
Mads Rasmussen
5deab9571d localize read only text 2024-10-21 19:19:02 +02:00