Jacob Overgaard
cee485c6db
Render all tabs in the background to ensure they register their initial state on any $scope.model in the stack. ( #14493 )
...
Sometimes a tab, e.g. a "block list settings model" might register some default values, but if the user never clicks on the tab then they are not registered due to how AngularJS renders views with "ng-if".
2023-09-11 15:16:20 +02:00
Niels Lyngsø
19ee8e9254
directly render labels without angularJS template code ( #14700 )
2023-08-22 12:54:36 +02:00
Bjarke Berg
7cf4826e2f
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2023-08-08 11:26:01 +02:00
Bjarke Berg
4e410a9dd5
Stop event propagation when clicking on the expand-arrow in the tree. ( #14637 )
2023-08-08 09:27:23 +02:00
Jacob Overgaard
e16e36c68f
V12: Remove avatar step from login ( #14629 )
...
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com >
2023-08-07 11:02:53 +02:00
Jacob Overgaard
cf12de50d8
V12: Remove avatar step from login ( #14629 )
...
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com >
2023-08-07 11:00:48 +02:00
Bjarke Berg
8ce48a2634
post merge fix
2023-08-02 10:01:20 +02:00
Bjarke Berg
dcdbdbfadd
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/upload/umbfiledropzone.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/views/components/upload/umb-file-dropzone.html
2023-08-02 09:53:17 +02:00
Jacob Overgaard
24844c6ce2
V12: Dropzone should handle internal and external errors when uploading ( #14579 )
...
* fix: for safety measure check that a file is truthy before trying to upload it
* fix: push an error when file.$error is encountered to make sure it does not get uploaded
* fix: mark file as done if it errors
* format error messages
* fix: check for maxFileSize before uploading pasted images in tinymce
* remove the image from the DOM if any error is encountered
* feat: add property to fileManager to get and format the maxFileSize
* fix: make tinymce use fileManager to get maxFileSize
* fix(image cropper): check for maxFileSize before setting file to upload
* multiply by 1000 to get bytes
2023-07-24 10:20:07 +02:00
Jacob Overgaard
b2a5ce3e48
V10: Dropzone should handle internal and external errors when uploading ( #14578 )
...
* fix: mark files that result in error as processed
* fix: for safety measure check that a file is truthy before trying to upload it
* fix: push an error when file.$error is encountered to make sure it does not get uploaded
* fix: remove header from error messages since it is not being used anyway
* fix: check for maxFileSize before uploading pasted images in tinymce
* use stored blob variable
* feat: add property to fileManager to get and format the maxFileSize
* fix: make tinymce use fileManager to get maxFileSize
* fix(image cropper): check for maxFileSize before setting file to upload
* multiply by 1000 to get bytes
---------
Co-authored-by: Elitsa <elm@umbraco.dk >
2023-07-24 10:17:21 +02:00
Bjarke Berg
02e87233c1
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/MediaController.cs
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2023-07-07 08:34:15 +02:00
Nikolaj Brask-Nielsen
30ec9d9bc7
fix: Allows copying from unsaved content ( #14464 )
...
#14459
(cherry picked from commit 1d14158d82 )
2023-07-04 11:08:39 +02:00
christophnz
7fd7a8715d
Fixed typo "optinal" to "optional" for translation dictionary import dialog and 2 other occurrences
...
(cherry picked from commit 77a2e4b557 )
2023-07-04 10:42:56 +02:00
Bjarne Fyrstenborg
62fd860a9e
Show SVG icons for toolbar in configuration of richtext editor ( #14404 )
...
* Load default icons to show them next to checkboxes in configuration of richtext editor
* More mapping of icons
* Fix vertical align items centered not reflected
* Wrap mapping in function
* Map a few more icons
* Cleanup and formatting
* Cleanup
* Cleanup
* Add period in description
(cherry picked from commit 583965cf9d )
2023-07-04 10:41:40 +02:00
Paul Seal
f93f3d88da
Fix/delete language error message 14333 ( #14396 )
...
* Update the tour text to the correct text and to save confusion
* Added extra information to the delete language warning to inform the user that it will also delete all content related to the language
* Updated language files with same message re deletion
---------
Co-authored-by: Paul Seal <p.seal@clerkswell.com >
Co-authored-by: Emma Garland <emma.garland@rocksolidknowledge.com >
(cherry picked from commit 542d0f7f74 )
2023-07-04 10:06:26 +02:00
Russell
b716e98780
Change "Media Picker" in RTE to "Image Picker" ( #14321 )
...
(cherry picked from commit 0220621337 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2023-07-04 09:49:34 +02:00
Jacob Overgaard
f5b834974d
package-lock.json sync
2023-06-26 14:28:59 +02:00
dependabot[bot]
5c5de77965
Bump socket.io-parser from 4.2.1 to 4.2.4 in /src/Umbraco.Web.UI.Client
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.1 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.1...4.2.4 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-21 09:45:50 +02:00
dependabot[bot]
2f486610bb
Bump fast-xml-parser and is-svg in /src/Umbraco.Web.UI.Client
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) and [is-svg](https://github.com/sindresorhus/is-svg ). These dependencies needed to be updated together.
Updates `fast-xml-parser` from 3.20.3 to 4.2.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits )
Updates `is-svg` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/sindresorhus/is-svg/releases )
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.3.1...v4.4.0 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
- dependency-name: is-svg
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-21 09:45:45 +02:00
Bjarke Berg
7ab6598d0b
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web.UI.Client/package.json
2023-06-21 08:41:35 +02:00
dependabot[bot]
fba1afe7fe
Bump socket.io-parser from 4.2.1 to 4.2.4 in /src/Umbraco.Web.UI.Client
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.1 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.1...4.2.4 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-20 13:29:08 +02:00
Jacob Overgaard
c161616b91
sync lockfile
2023-06-20 13:22:31 +02:00
dependabot[bot]
2e1873197a
Bump fast-xml-parser and is-svg in /src/Umbraco.Web.UI.Client
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) and [is-svg](https://github.com/sindresorhus/is-svg ). These dependencies needed to be updated together.
Updates `fast-xml-parser` from 3.20.3 to 4.2.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits )
Updates `is-svg` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/sindresorhus/is-svg/releases )
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.3.1...v4.4.0 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
- dependency-name: is-svg
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-20 13:22:03 +02:00
Jacob Overgaard
bcabc678a7
v11: Backoffice JS Updates ( #14407 )
...
* update @umbraco-ui/uui to 1.3.0
* update @microsoft/signalr to 7.0.7
* update ace editor to 1.22.1
* update jQuery to 3.7.0
* update nouislider to 15.7.1
* update tinymce to 6.5.1
* update spectrum-colorpicker2 to 2.0.10
* update build dependencies
2023-06-20 09:24:42 +02:00
Jacob Overgaard
89d104e176
v10: Backoffice JS updates ( #14406 )
...
* update @umbraco-ui/uui to 1.3.0
* update ace editor to 1.22.1
* update diff to 5.1.0
* update autoprefixer to 10.4.14
* update underscore to 1.13.6
* update jQuery to 3.7.0
* fix pr-first-response workflow
2023-06-20 09:24:07 +02:00
Bjarne Fyrstenborg
529d056c0c
Show SVG icons for toolbar in configuration of richtext editor ( #14404 )
...
* Load default icons to show them next to checkboxes in configuration of richtext editor
* More mapping of icons
* Fix vertical align items centered not reflected
* Wrap mapping in function
* Map a few more icons
* Cleanup and formatting
* Cleanup
* Cleanup
* Add period in description
2023-06-19 13:49:50 +02:00
Bjarne Fyrstenborg
9a3e655645
Fix transparent background after upgrade of spectrum color picker ( #14251 )
2023-06-19 08:50:57 +02:00
Kenn Jacobsen
b3a93ac86c
Ensure that blocks always open automatically when added to block list or block grid ( #14294 )
2023-05-24 10:23:40 +02:00
Kenn Jacobsen
315f08c55d
Ensure that blocks always open automatically when added to block list or block grid ( #14294 )
2023-05-24 10:22:31 +02:00
Bjarke Berg
7e1620cbc3
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2023-05-23 12:15:39 +02:00
Dhanesh Kumar Mj
7d3c22b28a
[Fix] Block editor labels showing Angular JS on first load. ( #14143 )
...
Co-authored-by: Dhanesh Kumar <“dhanesh.kumar@phases.io ”>
(cherry picked from commit 58695b6e9f )
2023-05-19 11:27:01 +02:00
Dhanesh Kumar Mj
16f448a802
[Fix] Block editor labels showing Angular JS on first load. ( #14143 )
...
Co-authored-by: Dhanesh Kumar <“dhanesh.kumar@phases.io ”>
(cherry picked from commit 58695b6e9f )
2023-05-19 11:25:15 +02:00
karlmacklin
b3bedb4efe
XPath can unambiguously use $site/$parent ( #14127 )
...
* XPath can unambiguously use $site/$parent
* add deprecation notices and obsolete methods
* Update deprecation description text/instruction
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
* Small spelling fix on deprecation description
* keep depr. getByQuery and handle legacy usage
---------
Co-authored-by: Kalle Macklin <karlmacklin@users.noreply.github.co >
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2023-05-15 08:48:36 +02:00
Jacob Overgaard
32b4627ee8
Fix: Form elements in thirdparty dashboard views get removed ( #14152 )
2023-05-03 11:08:54 +02:00
Jacob Overgaard
3a7ba530a2
Fix: Form elements in thirdparty dashboard views get removed ( #14152 )
2023-05-03 11:07:33 +02:00
Jacob Overgaard
f4073c1dc7
update @umbraco-ui/uui to 1.2.1
2023-05-03 11:07:10 +02:00
Sebastiaan Janssen
b3d580de31
Merge branch 'v11/dev' into contrib
2023-05-03 09:56:43 +02:00
Niels Lyngsø
7b5233803e
fix situation when config was not available. ( #14148 )
2023-05-03 08:42:19 +02:00
Jacob Overgaard
99049c2c07
Backoffice JS dependency updates ( #14179 )
...
* updates @babel/* to 7.21.4
* update @microsoft/signalr to 7.0.5
* update @umbraco-ui/uui to 1.2.1
* update ace editor to 1.18.0
* update all build dependencies to latest version
* update jquery to 3.6.4
* update spectrum-colorpicker2 to 2.0.10
* Add icon for "styles" alias (style select)
* update tinymce to 6.4.2
Read more here: https://www.tiny.cloud/docs/tinymce/6/6.4.1-release-notes/
2023-05-03 08:10:32 +02:00
Jacob Overgaard
822febb8e8
update @umbraco-ui/uui to 1.2.1 ( #14186 )
2023-05-03 08:07:04 +02:00
Lucas Bach Bisgaard
2aa9ceab1a
Add member system fields to ListView ( #14069 )
...
* Add member system fields to ListView
* Small fix
* Add sort options for new systemfield for members.
---------
Co-authored-by: Lucas Bach Bisgaard <lom@novicell.dk >
2023-04-28 16:37:22 +02:00
Bjarke Berg
c85a6274f8
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# tests/Umbraco.Tests.AcceptanceTest/package-lock.json
# tests/Umbraco.Tests.AcceptanceTest/package.json
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/BlockGridEditor/Document/BlockGridEditorInDocument.spec.ts
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/mediaFiles.spec.ts
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/mediaSection.spec.ts
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/ModelsBuilder/modelsbuilder.spec.ts
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/partialViews.spec.ts
2023-04-25 13:45:26 +02:00
Niels Lyngsø
3b104bf256
fix situation when config was not available. ( #14148 )
2023-04-24 12:24:36 +02:00
Mark Drake
aaec419672
Edge Cases for Issue #13838 : Hotkey Actions Triggered from Web Components ( #14098 )
...
(cherry picked from commit 1436fe4e15 )
2023-04-21 14:13:02 +02:00
Mark Drake
1436fe4e15
Edge Cases for Issue #13838 : Hotkey Actions Triggered from Web Components ( #14098 )
2023-04-21 14:12:18 +02:00
Dhanesh Kumar Mj
66b1add0d0
Save and Preview blank on second use #14052 ( #14094 )
...
(cherry picked from commit 00eab03d50 )
2023-04-21 11:31:47 +02:00
Dhanesh Kumar Mj
00eab03d50
Save and Preview blank on second use #14052 ( #14094 )
2023-04-21 11:27:08 +02:00
Søren Kottal
81c6a1b8e6
Adds padding to the icon in btn-social ( #14080 )
...
(cherry picked from commit c4cf5f910d )
2023-04-18 16:30:40 +02:00
Søren Kottal
c4cf5f910d
Adds padding to the icon in btn-social ( #14080 )
2023-04-18 16:29:31 +02:00
Markus Johansson
f9aaf1984a
#14016 Fixed, added cache buster to Block Grid Editor stylesheets
...
(cherry picked from commit 80f6bb404a )
2023-04-18 14:48:08 +02:00