Lee Kelleher
|
f4d4a8d4d4
|
Merge pull request #1925 from umbraco/feature/allow-conditional-trees
Feature: Allow conditional trees
|
2024-05-27 14:12:55 +01:00 |
|
Mads Rasmussen
|
17eb9cba76
|
Merge branch 'main' into feature/allow-conditional-trees
|
2024-05-27 15:05:36 +02:00 |
|
Mads Rasmussen
|
f07516af84
|
allow conditional trees
|
2024-05-27 14:54:44 +02:00 |
|
Lee Kelleher
|
3028e0004d
|
Merge pull request #1922 from umbraco/bugfix/initial-section
Bugfix: Initial section
|
2024-05-27 13:52:11 +01:00 |
|
leekelleher
|
d7ec3556c6
|
Observe current user's allowed section manifests
to filter the section manifests.
|
2024-05-27 13:45:16 +01:00 |
|
Mads Rasmussen
|
9a8eeed3fd
|
Merge branch 'main' into bugfix/initial-section
|
2024-05-27 13:52:23 +02:00 |
|
Mads Rasmussen
|
fd70593bde
|
redirect to the first allowed section if we don't have a location
|
2024-05-27 13:40:26 +02:00 |
|
Mads Rasmussen
|
d0420ec2a1
|
remove "magic" route fallback to the first section
|
2024-05-27 13:39:48 +02:00 |
|
Lee Kelleher
|
f3d57dedbc
|
Merge pull request #1921 from umbraco/chore/code-block-refactor
Chore: `umb-code-block`, display header (without language)
|
2024-05-27 12:33:09 +01:00 |
|
Lee Kelleher
|
cf1610ab40
|
Merge pull request #1920 from umbraco/bugfix/document-workspace-info-doctype-modal
Bugfix: Document workspace info, fixes document type modal
|
2024-05-27 12:32:47 +01:00 |
|
leekelleher
|
b9e238eaec
|
Refactored umb-code-block
to work with or without the `language` property,
and localized the Copy/Copied labels.
|
2024-05-27 11:55:49 +01:00 |
|
leekelleher
|
f9730fdb5e
|
Bugfix: Document workspace info, fixes document type modal
Plus UI and code tidy-up.
Fixes https://github.com/umbraco/Umbraco-CMS/issues/16283
|
2024-05-27 11:40:53 +01:00 |
|
Lee Kelleher
|
888d1eb40a
|
Merge pull request #1902 from umbraco/chore/lee/codesweep
Chore: Lee's code sweep (for RC5)
|
2024-05-27 11:14:01 +01:00 |
|
Mads Rasmussen
|
aacae5571c
|
Merge branch 'main' into chore/lee/codesweep
|
2024-05-27 12:07:25 +02:00 |
|
Lee Kelleher
|
6a42414e5a
|
Merge pull request #1919 from umbraco/bugfix/bugfix/navigating-between-workspaces-throws-errors-2
Bugfix: navigating between workspaces throws errors
|
2024-05-27 11:07:05 +01:00 |
|
Mads Rasmussen
|
e18b0ed33f
|
Merge branch 'main' into chore/lee/codesweep
|
2024-05-27 12:00:32 +02:00 |
|
Mads Rasmussen
|
5c7079093b
|
test that it also work with element export
|
2024-05-27 11:44:01 +02:00 |
|
Mads Rasmussen
|
b125038117
|
check for default and element exports
|
2024-05-27 11:37:30 +02:00 |
|
Mads Rasmussen
|
5f7ac4f6f7
|
allow default and element exports
|
2024-05-27 11:37:12 +02:00 |
|
Mads Rasmussen
|
e1013bbc9a
|
add comment
|
2024-05-27 11:34:41 +02:00 |
|
Mads Rasmussen
|
dc46e6bfbc
|
add todo
|
2024-05-27 11:06:43 +02:00 |
|
Mads Rasmussen
|
ba3bead8b1
|
let router resolve component
|
2024-05-27 11:06:06 +02:00 |
|
Lee Kelleher
|
6d622e3016
|
Merge pull request #1916 from umbraco/bugfix/document-public-access-member-group-picker
Bugfix: Public Access, corrected Member Group picker
|
2024-05-27 08:03:01 +01:00 |
|
Lee Kelleher
|
8e7e715db4
|
Merge pull request #1915 from umbraco/bugfix/document-type-cleanup-ui
Bugfix: Document Type: History Cleanup UI
|
2024-05-27 08:02:34 +01:00 |
|
Lee Kelleher
|
32634c374f
|
Merge pull request #1914 from umbraco/bugfix/media-info-no-links-localization
Bugfix: Media info links, corrected localization for no links
|
2024-05-27 08:01:37 +01:00 |
|
Lee Kelleher
|
d105bc6d83
|
Merge pull request #1913 from umbraco/bugfix/media-reference-entitytype-route
Bugfix: Media reference modal routes
|
2024-05-27 08:00:57 +01:00 |
|
leekelleher
|
81f8b3fa5b
|
Bugfix: Public Access, corrected Member Group picker
Fixes: https://github.com/umbraco/Umbraco-CMS/issues/16259
|
2024-05-27 00:14:43 +01:00 |
|
leekelleher
|
9a564a038d
|
Bugfix: DocumentType history clean UI
Also added label localization.
Fixes https://github.com/umbraco/Umbraco-CMS/issues/16295
|
2024-05-27 00:02:52 +01:00 |
|
leekelleher
|
d2edd2ba77
|
Bugfix: Media info links, corrected localization for no links
Also removed the culture output, as media doesn't (currently) have variants.
Fixes https://github.com/umbraco/Umbraco-CMS/issues/16395
|
2024-05-26 23:06:46 +01:00 |
|
leekelleher
|
f5a9173636
|
Bugfix: Media reference links
Uses the associated entity-type for the reference for the modal route.
Fixes https://github.com/umbraco/Umbraco-CMS/issues/16397
|
2024-05-26 22:51:51 +01:00 |
|
Lee Kelleher
|
f59010fbbe
|
Merge pull request #1907 from bjarnef/feature/add-placeholder-name-input
Add placeholder to name input
|
2024-05-26 12:39:10 +01:00 |
|
Lee Kelleher
|
8ebac6b1ec
|
Merge pull request #1909 from umbraco/chore/language-split-consts-and-tokens-from-implementation
Chore: Language Split const and tokens from implementation
|
2024-05-26 10:35:54 +01:00 |
|
Mads Rasmussen
|
169e48461d
|
Merge pull request #1899 from umbraco/Chore-Bump-No-Cycle-max-depth
Chore: Bump no cycle max depth
|
2024-05-26 11:28:59 +02:00 |
|
Lee Kelleher
|
ebad79d205
|
Merge pull request #1901 from umbraco/feature/sort-children-of-media-entity
Feature: Add sort children of media entity
|
2024-05-26 10:27:32 +01:00 |
|
leekelleher
|
d917b74957
|
Merge branch 'main' into Chore-Bump-No-Cycle-max-depth
|
2024-05-26 10:21:10 +01:00 |
|
Mads Rasmussen
|
a94b61b81b
|
Merge pull request #1897 from umbraco/feature/extendable-section-routes
Feature: Extendable section routes
|
2024-05-26 11:12:45 +02:00 |
|
leekelleher
|
456266542f
|
Merge remote-tracking branch 'origin/main' into chore/lee/codesweep
# Conflicts:
# src/packages/media/media/property-editors/media-picker/property-editor-ui-media-picker.element.ts
|
2024-05-26 10:09:52 +01:00 |
|
leekelleher
|
57aefcddd5
|
Updated with @madsrasmussen's feedback
Reverted the `disabled` on Multi-URL Picker,
as there's more work involved, with do as a separate bugfix.
|
2024-05-26 10:07:32 +01:00 |
|
Niels Lyngsø
|
e9d6e6bc38
|
Merge pull request #1890 from umbraco/feature/block-amount-validation
Initial POC of client side validation implemented in complex editor
|
2024-05-26 10:55:00 +02:00 |
|
Niels Lyngsø
|
2ce59ecfb6
|
Merge remote-tracking branch 'origin/main' into feature/block-amount-validation
# Conflicts:
# src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts
# src/packages/media/media/property-editors/media-picker/property-editor-ui-media-picker.element.ts
|
2024-05-26 09:06:52 +02:00 |
|
Mads Rasmussen
|
19217d1dad
|
split const and tokens from implementation
|
2024-05-25 23:56:40 +02:00 |
|
Mads Rasmussen
|
6b446ab9e0
|
move tag into headline slot
|
2024-05-25 20:16:10 +02:00 |
|
Mads Rasmussen
|
f5a54aeb82
|
Merge branch 'main' into feature/sort-children-of-media-entity
|
2024-05-25 19:53:43 +02:00 |
|
Mads Rasmussen
|
7cb7b11f5c
|
Merge branch 'main' into chore/lee/codesweep
|
2024-05-25 19:52:36 +02:00 |
|
Jacob Overgaard
|
0553c56e74
|
Merge pull request #1895 from umbraco/bugfix/audit-log-translations
Bugfix: Audit log are missing a few translations
|
2024-05-25 19:52:17 +02:00 |
|
Lee Kelleher
|
e523744a87
|
Merge pull request #1900 from umbraco/feature/property-editor-ui/markdown-media-url
Feature: Markdown Editor: Wired up media URLs
|
2024-05-25 18:50:00 +01:00 |
|
Lee Kelleher
|
94dd24c502
|
Merge pull request #1903 from umbraco/chore/relation-types-ui-amends
Chore: Relation Types UI amends
|
2024-05-25 18:45:41 +01:00 |
|
Mads Rasmussen
|
dd3f4c0bec
|
Merge branch 'main' into chore/relation-types-ui-amends
|
2024-05-25 19:38:50 +02:00 |
|
Mads Rasmussen
|
8ecd241d20
|
singular form
|
2024-05-25 19:38:24 +02:00 |
|
Lee Kelleher
|
7e3290c7f3
|
Merge pull request #1904 from umbraco/bugfix/media-workspace-info
Bugfix: Media Workspace Info details
|
2024-05-25 18:08:47 +01:00 |
|