detjonmataj
96d505c3a9
Fix: Update dictionary's name fallback value when using it as a placeholder in dictionaryItem_description localization term
...
- Changed the fallback value from 'unnamed' to a zero-width space to avoid confusion with existing dictionary items. Using a quoted empty string is intuitive when the dictionary name is also empty.
- Note: Used the zero-width space HTML entity (`​`) instead of an empty string because `term` function from `UmbLocalizationController` short-circuits the arguments with the matching placeholder. Empty strings are considered falsy values thus it return the original template without replacing the placeholders (`%index%` or `{index}`)
2024-09-06 05:58:37 +02:00
Niels Lyngsø
15c9cf531f
Merge pull request #2229 from umbraco/v14/feature/readonly-content-picker
...
Feature: Readonly mode for Content Picker Property Editor UI
2024-09-02 19:43:37 +02:00
Niels Lyngsø
e14a1999ef
TODO comment on input-rich-media.element.ts
2024-09-02 19:37:07 +02:00
Niels Lyngsø
fa68faab01
add tdo comment input-media.element.ts
2024-09-02 19:35:14 +02:00
Mads Rasmussen
92ae4dd02c
Merge branch 'main' into v14/feature/readonly-content-picker
2024-09-02 18:21:26 +02:00
Mads Rasmussen
6eddaf8e3b
Merge pull request #2250 from umbraco/dependabot/npm_and_yarn/eslint/js-9.9.1
...
Bump @eslint/js from 9.9.0 to 9.9.1
2024-09-02 08:52:57 +02:00
Mads Rasmussen
4de1254aaf
Merge pull request #2253 from umbraco/dependabot/npm_and_yarn/eslint-plugin-wc-2.1.1
...
Bump eslint-plugin-wc from 2.1.0 to 2.1.1
2024-09-02 08:48:41 +02:00
dependabot[bot]
fed06ce0a7
Bump eslint-plugin-wc from 2.1.0 to 2.1.1
...
Bumps [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/43081j/eslint-plugin-wc/releases )
- [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/43081j/eslint-plugin-wc/compare/v2.1.0...2.1.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-wc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-01 18:25:03 +00:00
dependabot[bot]
7f91e239dd
Bump @eslint/js from 9.9.0 to 9.9.1
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.9.0 to 9.9.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-01 18:24:28 +00:00
Mads Rasmussen
a9adfdd5c7
Merge branch 'main' into v14/feature/readonly-content-picker
2024-09-01 20:23:27 +02:00
Niels Lyngsø
c19c0f5b67
Merge pull request #2238 from umbraco/v14/feature/readonly-member-group-picker-property-editor
...
Feature: Readonly mode for Member Group Picker Property Editor UI
2024-08-31 18:43:06 +02:00
Niels Lyngsø
5370db33ce
Merge branch 'main' into v14/feature/readonly-member-group-picker-property-editor
2024-08-30 21:15:33 +02:00
Niels Lyngsø
9ffdbb7fda
Merge pull request #2241 from umbraco/v14/feature/readonly-markdown-property-editor
...
Feature: Readonly mode for Markdown Property Editor UI
2024-08-30 21:15:27 +02:00
Niels Lyngsø
90e83607b0
Merge branch 'main' into v14/feature/readonly-member-group-picker-property-editor
2024-08-30 21:15:26 +02:00
Niels Lyngsø
2bfa613c60
Merge branch 'main' into v14/feature/readonly-markdown-property-editor
2024-08-30 21:09:01 +02:00
Niels Lyngsø
731dade71d
Merge pull request #2245 from umbraco/v14/feature/block-grid-validation
...
Feature: block grid validation
2024-08-30 09:28:03 +02:00
Niels Lyngsø
9aceaff6b7
Merge branch 'main' into v14/feature/block-grid-validation
2024-08-30 09:21:53 +02:00
Niels Lyngsø
c5434a8113
Fix: Determine when to create Blocks directly or via Block Workspace ( #2242 )
...
fix broken create block in workspace experience
2024-08-30 09:18:37 +02:00
Niels Lyngsø
14a7c6d6fc
comment on test
2024-08-30 09:16:03 +02:00
Niels Lyngsø
26be8b7a20
Merge branch 'main' into v14/feature/block-grid-validation
2024-08-30 08:58:19 +02:00
Niels Lyngsø
66ec1ab9b7
Merge pull request #2237 from umbraco/v14/feature/validation-message-localization
...
Feature: Localization of validation messages
2024-08-30 08:56:56 +02:00
Mads Rasmussen
aa25d1018f
Merge branch 'main' into v14/feature/block-grid-validation
2024-08-30 08:51:28 +02:00
Mads Rasmussen
8ac191b6ef
Merge branch 'main' into v14/feature/validation-message-localization
2024-08-30 08:48:10 +02:00
Niels Lyngsø
de1925ca6b
Feat: Single mode for Extension Slot ( #2236 )
...
feature: Only render a single Custom view + example with settings
2024-08-30 08:44:54 +02:00
Niels Lyngsø
e346868bf1
fix test
2024-08-30 08:40:39 +02:00
Mads Rasmussen
33436f5d4a
combine change password files in same folder
2024-08-30 08:39:50 +02:00
Mads Rasmussen
4a1e9ad7d1
remove type error
2024-08-30 08:39:50 +02:00
Mads Rasmussen
630432c7a7
check for current user in entity action
2024-08-30 08:39:50 +02:00
Mads Rasmussen
ee6f9d66b8
remove isCurrentUser from value
2024-08-30 08:39:50 +02:00
Mads Rasmussen
369b125ac7
remove requirement on modal value
2024-08-30 08:39:50 +02:00
Mads Rasmussen
264883b445
import from barrel
2024-08-30 08:39:50 +02:00
Mads Rasmussen
3124cfdfec
update import to use alias instead of relative path
2024-08-30 08:39:50 +02:00
Mads Rasmussen
947f7ae0f4
add type to import
2024-08-30 08:39:50 +02:00
Mads Rasmussen
3d4773ead1
export repository from current user module
2024-08-30 08:39:50 +02:00
Lan Nguyen Thuy
5db3b7353f
move change to current user repository
2024-08-30 08:39:50 +02:00
Lan Nguyen Thuy
a054da0203
delete redundant code
2024-08-30 08:39:50 +02:00
Lan Nguyen Thuy
a9e53412c1
fix bug change password for current user
2024-08-30 08:39:50 +02:00
Niels Lyngsø
929068eaca
feat removeFormControlElement
2024-08-29 15:45:40 +02:00
Niels Lyngsø
ef30a832a2
change to custom error
2024-08-29 10:49:44 +02:00
Niels Lyngsø
e52ad54540
tree picker disable pick
2024-08-29 10:49:37 +02:00
Niels Lyngsø
8a5d347b86
proper workspace name
2024-08-29 10:11:06 +02:00
Niels Lyngsø
84654449f5
remove import
2024-08-29 09:07:24 +02:00
Niels Lyngsø
04844e4c57
use number range input for area limits
2024-08-28 21:00:35 +02:00
Niels Lyngsø
0c7508f337
clean up
2024-08-28 21:00:35 +02:00
Niels Lyngsø
ee6fe6e9d4
Merge branch 'main' into v14/feature/block-grid-validation
2024-08-28 16:50:53 +02:00
Niels Lyngsø
3a473f3cd9
clean up
2024-08-28 16:49:09 +02:00
Niels Lyngsø
a8b416e5a8
Block Area Rules
2024-08-28 16:45:41 +02:00
Niels Lyngsø
9518c9a53b
styles
2024-08-28 15:31:43 +02:00
Niels Lyngsø
05ffa1ab03
styling + index fix
2024-08-28 15:24:45 +02:00
Mads Rasmussen
1517639576
Merge branch 'main' into v14/feature/readonly-markdown-property-editor
2024-08-28 14:26:07 +02:00