Niels Lyngsø
bb878d33f9
get name from entry context use it for block workspace
2024-10-11 10:38:36 +02:00
Niels Lyngsø
536e703458
Merge branch 'main' into v15/feature/property-dataset-properties-observable
2024-10-11 10:35:34 +02:00
Niels Lyngsø
c4d17a8d33
refactor block workspace and co
2024-10-11 10:35:18 +02:00
Ibrahim Muhammad Nada
3e620f2b68
Make Grid List Create Button Respect the Translation of a document type ( #2435 )
...
* fix label
* Make umb-block-workspace-view-edit Respect Translations as well
* fix umb-workspace-editor
* Update src/libs/localization-api/localization.controller.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
* Update src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
* Update src/packages/block/block-type/components/block-type-card/block-type-card.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
* Update src/packages/block/block/workspace/views/edit/block-workspace-view-edit.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
* Update src/packages/block/block/workspace/block-workspace-editor.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
* fix: ensure strings are actual strings at runtime
* fix: allow LocalizationController#string to receive unknown values to support various usecases
* test: add tests for undefined|unknown scenarios
* fix: translate the name of the entity as well
* fix: localize create labels
* fix: localize only when data changes
* chore: fix sonarcloud issues
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-11 09:32:09 +02:00
Jacob Overgaard
396fd6c3e4
Merge branch 'release/15.0'
2024-10-11 08:34:48 +02:00
Niels Lyngsø
0d61ff3411
Fix: Block Editors — use create labels and hide 'edit'-action if no properties ( #2424 )
...
use create labels and hide edit if no properties
Co-authored-by: Mads Rasmussen <madsr@hey.com >
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-11 08:33:26 +02:00
Niels Lyngsø
72b0e6f30d
Fix: Block Editors — use create labels and hide 'edit'-action if no properties ( #2424 )
...
use create labels and hide edit if no properties
Co-authored-by: Mads Rasmussen <madsr@hey.com >
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-11 06:32:48 +00:00
Mads Rasmussen
11f69be335
Hotfix: Expose global types ( #2442 )
...
* add script
* run script post build
* remove unused script
* add types to root import
* add util
* build to packages folder
* Update global-types.js
* only include js files in importmap
2024-10-11 08:22:51 +02:00
JesmoDev
1ecf9c5c51
Storybook 8 Upgrade ( #2440 )
...
* upgrade storybook to 8.3.5
* remove packages no longer needed
* fix: overwrite storybooks favicon
* chore: replace deprecated `Story` with `StoryFn`
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-10 16:17:39 +02:00
JesmoDev
0bf6f85e25
Storybook 8 Upgrade ( #2440 )
...
* upgrade storybook to 8.3.5
* remove packages no longer needed
* fix: overwrite storybooks favicon
* chore: replace deprecated `Story` with `StoryFn`
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-10-10 14:16:24 +00:00
Jacob Overgaard
0489d879eb
Merge remote-tracking branch 'origin/release/15.0'
2024-10-10 15:45:19 +02:00
Niels Lyngsø
7fef7ffcdb
invariant dataset impl
2024-10-10 14:55:24 +02:00
Niels Lyngsø
4cefc40988
content dataset impl
2024-10-10 14:55:18 +02:00
Niels Lyngsø
44d5610a27
Merge pull request #2423 from umbraco/v15/feature/ufm-as-text
...
UFM as text
2024-10-10 14:54:10 +02:00
Niels Lyngsø
40db46c920
object-to-property-value-array
2024-10-10 14:53:37 +02:00
leekelleher
9f9b83a9dd
Traverse the Shadow DOM children
...
to gather text content.
2024-10-10 13:45:50 +01:00
Niels Lyngsø
8ef41d6e02
refactor
2024-10-10 12:37:27 +02:00
Jacob Overgaard
ab7da94789
build(deps): update @umbraco-ui/uui from 1.10.0 to 1.10.1
2024-10-10 09:43:16 +02:00
Mads Rasmussen
a81f4386e3
prevent empty state flash
2024-10-10 09:41:22 +02:00
Mads Rasmussen
9084ef3693
add todo
2024-10-10 08:48:39 +02:00
Mads Rasmussen
61385e502f
hide router instead of removing it
2024-10-09 22:18:06 +02:00
Mads Rasmussen
30371a5d87
remove custom empty state implementations
2024-10-09 20:31:34 +02:00
Mads Rasmussen
bf62b4131e
render collection empty state if there are no items
2024-10-09 20:12:47 +02:00
Jacob Overgaard
302ab14b3f
Merge branch 'release/15.0'
2024-10-09 17:40:41 +02:00
Jacob Overgaard
bc9ace9067
fix: allow <code> elements in TinyMCE ( #2434 )
...
This allows `<code>` elements to exist in the HTML used in the code snippet plugin. It has the `-` modifier to remove empty elements.
Co-authored-by: Wojciech Wróbel <wrobel_w@wp.pl >
2024-10-09 17:38:28 +02:00
Niels Lyngsø
b899228bcc
Merge branch 'main' into v15/feature/property-dataset-properties-observable
2024-10-09 14:27:21 +02:00
Niels Lyngsø
7f5ddc87c3
update login photo for v15
2024-10-09 14:19:05 +02:00
Lone Iversen
e5a99d423c
Feature: Temporary Manager Chunksize and Callback ( #2432 )
...
Allow to set a chunk size and batch up uploads
Co-authored-by: Nikolaj Brask-Nielsen <nikolajgive@gmail.com >
2024-10-09 12:10:52 +00:00
Niels Lyngsø
b588cc890c
implementation in progress
2024-10-09 12:30:00 +02:00
Niels Lyngsø
c8cee5c028
JSDocs + await
2024-10-09 12:15:16 +02:00
Niels Lyngsø
685ed0b65a
JSDocs
2024-10-09 12:15:07 +02:00
Niels Lyngsø
ae0d5416e8
optimize observable part
2024-10-09 12:15:01 +02:00
Niels Lyngsø
a0e050d090
implement properties observable for base property dataset
2024-10-09 12:14:49 +02:00
Jacob Overgaard
fb67d30bfb
Merge branch 'release/15.0'
2024-10-09 11:19:42 +02:00
Jacob Overgaard
a13f5cf062
Merge commit from fork
...
* fix: remove unwanted HTML from translation values
* feat: add a general sanitizeHTML function
* fix: use the `sanitizeHTML` function where values are showed in the Backoffice
2024-10-09 11:15:41 +02:00
Ibrahim Muhammad Nada
d11639fd2f
fix: Tweak Arabic translations ( #2414 )
...
* tweak translations
* commit
* fix الأطفال
2024-10-09 11:13:58 +02:00
Bjarke Berg
08b29856ec
Move to top on top due to ar being sorted before bs
2024-10-09 11:13:44 +02:00
Bjarke Berg
716b6b2a62
Added arabic language (I have no clue about the text in the file, btw)
2024-10-09 11:13:38 +02:00
Jacob Overgaard
dca6e811f8
Merge pull request #2430 from umbraco/v15/bugfix/sysinfo-for-everyone
...
Hotfix: System information should be visible to anyone
2024-10-09 11:04:29 +02:00
Niels Lyngsø
73177f0cc6
Merge pull request #2409 from umbraco/v15/feature/use-uui-ref-href-for-document-type-input
...
V15/feature/use uui ref href for document type input
2024-10-09 10:45:45 +02:00
Niels Lyngsø
3cfd091f5d
Merge pull request #2425 from umbraco/v15/feature/minor-custom-view-example-update
...
Chore: Block Custom View — update comment and example
2024-10-09 10:30:58 +02:00
Niels Lyngsø
6615c572a3
Merge pull request #2418 from umbraco/v15/hotfix/invariant-preview-url
...
Hotfix: Invariant preview url
2024-10-09 10:23:45 +02:00
Niels Lyngsø
bb088b54ef
Merge pull request #2417 from umbraco/v15/hotfix/document-file-icons
...
Hotfix: Align templating icons
2024-10-09 10:14:03 +02:00
Jacob Overgaard
a3511d41e6
feat: add information about the current user
2024-10-09 10:01:43 +02:00
Jacob Overgaard
2293a0e44d
chore: fix sonarcloud issues and optimise contexts
2024-10-09 09:54:24 +02:00
Jacob Overgaard
ab35b13e37
fix: the system information button should be visible to anyone
2024-10-09 09:47:57 +02:00
Lone Iversen
0e07decfd8
Bugfix: Allow/disallow multiple files for dropzone ( #2429 )
...
* Bugfix: Allow/disallow multiple files for dropzone
---------
Co-authored-by: Nikolaj Brask-Nielsen <nikolajgive@gmail.com >
2024-10-09 08:31:33 +02:00
Niels Lyngsø
43016a55b1
Merge branch 'release/15.0' into v15/hotfix/create-block-variant-inline
2024-10-09 08:28:12 +02:00
Lone Iversen
5173ff4de9
Bugfix: Uploadfield file preview shows file extension ( #2426 )
2024-10-08 15:56:53 +01:00
Lone Iversen
b65993c97a
V15: Upload folders in dropzone ( #2116 )
...
* handling of folders in dropzone
* consolelog
* load bar
* request folders, skip OS files, cleanup
* cleanup
* deprecated
* remove comments dropzone
* remove unused interface
* mime util
* setup mime and constructor
* update
* setup types and saving
* remove observe
* rename method in repo
* destroy first when total is completed
* ordering and cleanup
* comment
* move logic back to dropzone manager
* document and media type imports
* scaffold
* update util
* update types
* update progress, cleanup in dropzone manager
* from switch to if statement
* sonarcloud pratice
* css disabled
* Fixed @sonarcloud issues
* Added deprecation notices on renamed methods
* file extension
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
Co-authored-by: leekelleher <leekelleher@gmail.com >
2024-10-08 12:57:06 +00:00