dependabot[bot]
d3b4bae1b5
Bump ua-parser-js from 0.7.31 to 0.7.33 in /src/Umbraco.Web.UI.Client
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 08:56:52 +01:00
Bjarke Berg
f275d80e2f
Fixes issue with nucache slow on linux, when cold-booting ( #13719 )
...
* Fixes issue with nucache slow on linux, when cold-booting
https://github.com/umbraco/Umbraco-CMS/issues/12159
2023-01-26 16:20:57 +01:00
Sebastiaan Janssen
33adbf41fa
Update contributing docs with the correct branch name
2023-01-26 15:38:54 +01:00
Sebastiaan Janssen
3a7624c385
Merge branch 'v11/dev' into v11/contrib
2023-01-26 15:31:39 +01:00
Nikolaj Geisle
c868c60ed2
V11: Fix decimal variants ( #13741 )
...
* fix sqlite with variants
* Create and register SqlSpecificMapper
* Delete obsolete file
* Add back inheritance
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-01-26 12:26:06 +01:00
Bjarke Berg
be0138e526
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2023-01-24 11:56:32 +01:00
Bjarne Fyrstenborg
14af1aea9b
Ensure to reset padding and border as well for textarea in richtext ( #13012 )
2023-01-24 09:18:54 +01:00
Mole
17248ce494
V11: Add improved log message on compilation failure using InMemoryAuto ( #13678 )
...
* Add improved log message when in memory compilation fails.
* Move LogCompilationFailure into its own method
And hopefully make codescene happeh
* Reduce nesting
* Replace null check with linq
2023-01-23 08:19:15 +01:00
Jacob Overgaard
435b6f0650
V11: Prevalues as toggles have problems in datatype settings view ( #13709 )
...
* format preValues with DataTypeHelper.createPreValuesProps before rendering so they have the 'alias' prop used for input-id to umb-toggle
* preValues are now formatted on fetch so we do not need to do it again
(cherry picked from commit 7aee15d6d1 )
2023-01-20 08:16:25 +01:00
Jacob Overgaard
7aee15d6d1
V11: Prevalues as toggles have problems in datatype settings view ( #13709 )
...
* format preValues with DataTypeHelper.createPreValuesProps before rendering so they have the 'alias' prop used for input-id to umb-toggle
* preValues are now formatted on fetch so we do not need to do it again
2023-01-20 08:13:37 +01:00
Jacob Overgaard
a8acefcaba
introduce lint option for gulp so we only lint when building and not watching, which makes dev, watch and fastdev even faster
2023-01-19 12:56:55 +01:00
Jacob Overgaard
b97dd46608
V11: fix issue where editing a macro was not possible ( #13702 )
...
* remove the onSetup for the macro button since we want to always be able to interact with the macro button (either insert or edit)
* let the onAction method find the currently selected macro by asking the active editor for its selection instead of relying on the NodeChanged event
2023-01-19 11:02:33 +01:00
Bjarke Berg
8c22de0bad
Merge remote-tracking branch 'origin/v11/dev' into v11/dev
2023-01-19 09:50:54 +01:00
Bjarke Berg
1b88e0a7a1
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
# version.json
2023-01-19 09:41:00 +01:00
Jacob Overgaard
f23ebaefa6
v11: javascript dependency updates (UUI, TinyMCE, jQuery, signalR, and more) ( #13696 )
...
* build(deps-dev): update development dependencies
* update the Umbraco UI library to 1.1.0
* update ace editor to 1.14.0
* update diff to 5.1.0
* update jquery to 3.6.3
* update tinymce to 6.3.1
* update underscore to 1.13.6
* update @microsoft/signalr to 7.0.2
2023-01-19 09:39:57 +01:00
Bjarke Berg
2dd38f8393
Merge remote-tracking branch 'origin/v11/contrib' into v11/dev
2023-01-19 09:32:04 +01:00
Mole
46049bfd74
Obsolete things broken in migrations refactor ( #13658 )
...
* Obsolete chings changed in v13
* Fix tests
* Obsolete Execute and add ExecutePlan with default implementation.
This just calls the old implementation and creates an ExecutedMigrationPlan from the result
In V13 this has its own implementation.
* Mention notification in obsolete message
2023-01-19 09:27:33 +01:00
Jacob Overgaard
0d4d3ce33c
add workaround for line-height issues with tinymce ( #13700 )
...
based on this upstream issue: https://github.com/tinymce/tinymce/issues/6431
2023-01-19 09:26:00 +01:00
Jacob Overgaard
cfdc4a9573
add the s html element to allow list for TinyMCE ( #13697 )
...
Fixes #13637
2023-01-19 09:25:44 +01:00
CyberReiter
8fdb5a55ea
Updating german translation ( #13684 )
...
* updating german translations
* translating missing sections
* added missing closing tag
Co-authored-by: Michael <michael@crossingpaths.be >
2023-01-19 00:19:13 +01:00
Bjarke Berg
ea3668a224
Update docfx ( #13679 )
2023-01-16 16:10:06 +01:00
Mike Masey
3ebd15b67e
fix: move list view selection options to after list in focus order
2023-01-15 22:42:48 +01:00
Bjarne Fyrstenborg
eb9f9c68dd
Add separator before reload node in Media Types tree
2023-01-15 21:56:18 +01:00
ustadstar
fd992f65bb
Fix copy content with descendants not copying sort order ( #13464 )
2023-01-13 01:30:48 +01:00
Kenn Jacobsen
f6113db0fc
Re-introduce the option to conditionally login members after registration ( #13659 )
...
* Re-introduce the option to conditionally login members after registration
* Make absolutely sure the default is true for automatic member login after registration
2023-01-12 10:56:14 +01:00
Kenn Jacobsen
8463d906a7
Make sure the property editor layout is contained within its container (prevent Z-index bleed-through) ( #13583 )
2023-01-12 10:55:02 +01:00
Kenn Jacobsen
9d522ea9a0
Make it possible to drag multiple properties to other tabs in succession ( #13579 )
2023-01-12 10:53:57 +01:00
Kenn Jacobsen
6f2016d6da
Only save selected variant for new content ( #13649 )
2023-01-12 10:53:14 +01:00
Kenn Jacobsen
4e7f663596
Use element type icon colors in block list catalogue, unless a specific color has been defined for catalogue appearance ( #13651 )
2023-01-12 10:51:23 +01:00
Kenn Jacobsen
2ec05431ba
Fix the content picker XPATH scope in infinite editing ( #13657 )
2023-01-12 10:49:30 +01:00
Kenn Jacobsen
75a85bab0f
Make sure the expand icon is never faded in mini list views ( #13661 )
2023-01-12 10:48:28 +01:00
Kenn Jacobsen
0c694c4b9d
Fix broken buttons for properties with alias "navigation" ( #13663 )
2023-01-12 10:47:27 +01:00
Nikolaj
314f79bd07
Bump version
2023-01-11 15:39:26 +01:00
Nikolaj
1438b0a731
Merge branch 'release/11.1' into v11/dev
2023-01-11 15:38:45 +01:00
Nikolaj
ba74ca0512
Bump version
2023-01-11 15:37:27 +01:00
Nikolaj
96561b9446
Merge branch 'release/10.4' into v10/dev
2023-01-11 15:36:00 +01:00
Nikolaj
bad914842a
Bump version
2023-01-11 10:25:31 +01:00
Andy Butland
a91c81ee56
Changed healthcheck collection configuration to use a concrete type to ensure configuration settings are bound.
2023-01-11 10:22:39 +01:00
Andy Butland
daff9884a3
Changed healthcheck collection configuration to use a concrete type to ensure configuration settings are bound.
2023-01-11 10:16:53 +01:00
Andy Butland
d582632c85
Changed healthcheck collection configuration to use a concrete type to ensure configuration settings are bound.
2023-01-11 10:12:49 +01:00
Nikolaj
29bc727a4b
Bump version
2023-01-11 10:06:39 +01:00
Kenn Jacobsen
42f6717de8
Use the client culture if available when rendering macro HTML for the backoffice ( #13653 )
2023-01-11 10:02:51 +01:00
Nikolaj Geisle
24455bae6e
Add primary key column attribute to ContentVersionCleanupPolicyDto.cs ( #12684 )
...
* Add primary key column attribute to ContentVersionCleanupPolicyDto.cs
* Test pipelines
* Revert "Test pipelines"
This reverts commit a8f654ebb7279de9ed83cf99108cb67cb292cbb2.
* test commit for pipelines
* Revert "test commit for pipelines"
This reverts commit ab03f977f4726f2ca40d075877749f4482244604.
* Dont cascade delete
Signed-off-by: Zeegaan <nge@umbraco.dk >
* Remove unneccesary delete clause
Signed-off-by: Zeegaan <nge@umbraco.dk >
* Remove added whitespace
Signed-off-by: Zeegaan <nge@umbraco.dk >
* Revert "Remove unneccesary delete clause"
This reverts commit 4b2b665169c318a0cd4650c3d6bb13c304d11a4b.
* Disable identity for PK
* Add PK migration
* formatting
* Keep latest entry
Signed-off-by: Zeegaan <nge@umbraco.dk >
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-01-10 10:59:10 +01:00
Nikolaj Geisle
31655536b1
Implement check for connectionstring value ( #13641 )
...
Signed-off-by: Zeegaan <nge@umbraco.dk >
Signed-off-by: Zeegaan <nge@umbraco.dk >
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-01-09 08:52:46 +01:00
Bjarne Fyrstenborg
3e415b242f
Hide colors from icon picker ( #13079 )
...
* Ensure border is set so it doesn't jump on selection
* Allow to hide color from icon picker
* Use CSS grid instead to fill icons and with minimum width
* Remove odd flex size
* Set minimum to 60px instead
2023-01-07 03:15:51 +01:00
Bjarke Berg
46798c42b5
Merge remote-tracking branch 'origin/v11/dev' into v11/contrib
2023-01-06 13:52:29 +01:00
Bjarke Berg
6d8a3c550f
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2023-01-06 08:44:50 +01:00
Erik-Jan Westendorp
045c755ccf
Translate dictionary area
2023-01-06 02:48:26 +01:00
dependabot[bot]
591c78ae0c
Bump decode-uri-component in /src/Umbraco.Web.UI.Client
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-05 11:10:19 +01:00
dependabot[bot]
3ddb6e6832
Bump json5 from 2.2.1 to 2.2.3 in /src/Umbraco.Web.UI.Client
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-05 11:09:10 +01:00