Bjarke Berg
8a99222e26
Merge remote-tracking branch 'origin/v12/dev' into v13/dev
...
# Conflicts:
# src/Umbraco.Core/CompatibilitySuppressions.xml
# src/Umbraco.Core/Routing/UmbracoRequestPaths.cs
# src/Umbraco.Infrastructure/CompatibilitySuppressions.xml
# src/Umbraco.Web.BackOffice/Controllers/ContentController.cs
# tests/Umbraco.Tests.UnitTests/Umbraco.Web.BackOffice/Controllers/ContentControllerTests.cs
2023-03-20 08:49:27 +01:00
Bjarke Berg
298890436a
Merge remote-tracking branch 'origin/v11/dev' into v12/dev
2023-03-20 08:41:29 +01:00
Bjarke Berg
5e21ddccc4
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
2023-03-20 08:38:28 +01:00
Dhanesh Kumar Mj
6b208362cc
[fix] Infinite Editor from member property with a media picker ( #13817 )
...
(cherry picked from commit 71e7836001 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
2023-03-17 12:24:39 +01:00
Sebastiaan Janssen
70b6aaf963
Merge branch 'v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/umbavatar.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2023-03-17 08:56:55 +01:00
Lennard Fonteijn
9d1140165e
Fixed issue where filtering allowed element types with a NotificationHandler causes issues with Block Grid areas
...
(cherry picked from commit e10ff16fa1 )
2023-03-17 08:52:46 +01:00
Matt Begent
f70533e3a0
Add skip links to header ( #13938 )
...
* Add skip links to header
* Tweak skip link z-index
(cherry picked from commit f6ebcdcfb6 )
2023-03-17 08:51:41 +01:00
Jason Elkin
53c547fb61
Use correct listenAddress for Karma on node 18+
...
(cherry picked from commit 50c4f8c6b5 )
2023-03-17 08:50:31 +01:00
Erik-Jan Westendorp
82c21da5b7
Add Romanian language ( #13965 )
...
(cherry picked from commit 11b20cc6cc )
2023-03-17 08:49:35 +01:00
Karn Blackmore
2d32f46d80
Fix algiment issues by setting the editor to position fix.
...
(cherry picked from commit daf54468b1 )
2023-03-17 08:48:56 +01:00
kiasyn
e9d17d3b9f
Fix ViewContext.FormContext not being set during BeginUmbracoForm ( #13914 )
...
* Fix ViewContext.FormContext not being set during BeginUmbracoForm
Client validation is broken without this if there are multiple forms with the same field names on a page.
* Tweaked comment
(cherry picked from commit 62b49c7ea7 )
2023-03-17 08:47:48 +01:00
Chad
7c77fd1ca9
Faster cache key generation ( #13504 )
...
* Reduce the number of string concatenations required to generate cache keys.
* Updated to match existing Nucache keys.
---------
(cherry picked from commit 7c30da9fbf )
2023-03-17 08:46:29 +01:00
Joe Glombek
d4970ed752
Add checkered background to file upload
...
(including SVGs added to the media library)
(cherry picked from commit 066276a532 )
2023-03-17 08:44:47 +01:00
Aaron
66c786a42d
Changed to cast double to long ( #13935 )
...
(cherry picked from commit ca515c3ed7 )
2023-03-17 08:43:27 +01:00
Sean Thorne
e6c0826d39
update block label not assigning fixes : #13833 ( #13937 )
...
Co-authored-by: Sean Thorne <sean.thorne@truedigital.co.uk >
Co-authored-by: georgebid <91198628+georgebid@users.noreply.github.com >
(cherry picked from commit 64bd310037 )
2023-03-17 08:42:13 +01:00
Aaron
8a3cf2731e
Solves tooltip issue for block column editor on remove block column editor option
...
(cherry picked from commit 393845ce4d )
2023-03-17 08:40:16 +01:00
Paul Seal
b8d6613bd8
Fix the reference to the .targets file ( #13847 )
...
Updates the reference to the .targets file to use the correct folder name of `buildTransitive` instead of `build`
(cherry picked from commit d8f204ddf9 )
2023-03-17 08:38:04 +01:00
Chad
12414013d5
Faster full nucache table rebuild ( #13501 )
...
* SQL Server Truncate when full nucache SQL rebuild.
* Optimize truncate for SQL Lite
* Remove comment.
* Use current DB Types
* I added a couple of formatting changes.
---------
Co-authored-by: georgebid <91198628+georgebid@users.noreply.github.com >
(cherry picked from commit be72c8147d )
2023-03-17 08:37:05 +01:00
CyberReiter
5fcbd4e4cd
Fall back to object if PublishedPropertyType modelType is null ( #13553 )
...
* add null check
* return object when type is null
(cherry picked from commit 0cfc1fb664 )
2023-03-17 08:36:05 +01:00
CyberReiter
6b309dc3be
Fix install when adding custom default languages ( #13904 )
...
* Adding ids to language installation
---------
Co-authored-by: Jason Elkin <jasonelkin86@gmail.com >
(cherry picked from commit 30abbb0c5d )
2023-03-17 08:35:12 +01:00
Miska Husgafvel
458688aed6
Ensure cropperHelper.pixelsToCoordinates returns valid coordinates
...
(cherry picked from commit 282b7ac3d5 )
2023-03-17 08:31:40 +01:00
Erik-Jan Westendorp
a56a6bae31
Map BackOfficeNotification in ContentMapDefinitions ( #13874 )
...
* Map Notifications
* Empty line
(cherry picked from commit 5158d8119d )
2023-03-17 08:29:20 +01:00
Erik-Jan Westendorp
010ea5a2aa
IsNullOrWhiteSpace Extension method for HtmlEncodedString ( #13747 )
...
* Add IsNullOrWhiteSpace Extension method
IsNullOrWhiteSpace extension method for IHtmlEncodedString
* Move extension method
* Add a UnitTest for the IsNullOrWhiteSpace extension method
* Update unit test
(cherry picked from commit 9771e77243 )
2023-03-17 08:21:21 +01:00
Menno Mout
84d81b20ef
Added a CalculateMediaStartNodeIds method call when the startNode passed in as parameter is null. When this does return an array of startNodes the first one is being used. The question remains if this is desired behaviour. With this implementation the user has no real control over where the file is going to go. Atleast with this implementation the user can now see the file.
...
(cherry picked from commit ca23784898 )
2023-03-17 08:19:57 +01:00
mwillebrands
d148e93b45
Fix for #13860
...
Undefined error when inserting an empty link in the RTE editor
(cherry picked from commit 6ce30fb561 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2023-03-17 08:06:49 +01:00
niekvanderreest
0ce2fdb23b
Change GetMinNonAlphaNumericChars() to return 1 ( #13876 )
...
(cherry picked from commit 27e38e1606 )
2023-03-17 08:03:45 +01:00
Ronald Barendse
180fae342e
Revert breaking changes from #13936 and remove CompatibilitySuppressions.xml ( #13979 )
...
* Revert breaking changes introduced by PR #13936
* Update PackageValidationBaselineVersion to 11.0.0 (stable version) and remove all CompatibilitySuppressions.xml files
* Fix build pipeline (pack solution again, avoiding trying to pack template projects)
2023-03-16 20:32:54 +01:00
Menno Mout
273e7708e5
Listview batch publishing on multi language site, publishes all variants #13755 - Fix ( #13772 )
...
* Modified PostPublishById to handle content that is culture variant. Added model and modified the javascript function that call the api endpoint.
* Added separate method for publishing with cultures. Added if else statment to js function.
* Moved check for all cultures being published to the top of PostPublishByIdAndCulture. Added parameter to ngDoc. Added Where Query.
(cherry picked from commit 37db3ae3da )
2023-03-16 13:03:16 +01:00
Bjarne Fyrstenborg
154021801e
Reset selected index/searcher ( #13866 )
...
(cherry picked from commit 62fdbd159c )
2023-03-16 12:49:39 +01:00
Smayke95
d418d06c02
Add Bosnian language ( #13854 )
...
* Add Bosnian language
* fix
* Fix issue with Marketplace
(cherry picked from commit 42d143c6b2 )
2023-03-16 12:47:50 +01:00
Simone Chiaretta
c684b38247
Changed modifier for ContentPickerValueConverter ( #13864 )
...
Changed internal to public for ContentPickerValueConverter, which was the only property value converter defined as `internal`
Fixes issue umbraco#13858
(cherry picked from commit 362832b594 )
2023-03-16 12:46:38 +01:00
tristanjthompson
dca1c1b1be
Update JITOptimizerValidator error message.
...
(cherry picked from commit e9f5b562ad )
2023-03-16 11:35:28 +01:00
Sebastiaan Janssen
86247b4578
Revert "Add DefaultLanguage fallback policy for published values ( #13814 )"
...
This reverts commit ef4c9c508d .
2023-03-16 11:32:35 +01:00
Ronald Barendse
ef4c9c508d
Add DefaultLanguage fallback policy for published values ( #13814 )
...
* Add DefaultLanguage fallback
* Implement DefaultLanguage fallback
* Add DefaultLanguage fallback test
(cherry picked from commit 7348171c01 )
2023-03-16 11:31:30 +01:00
Anders Brohus
f7ba2cfe96
2FA translations
...
Added and changed some translations about 2FA
(cherry picked from commit 559e56949f )
2023-03-16 11:21:15 +01:00
Dhanesh Kumar Mj
80a2839797
Mini-list view search by id,name & key is fixed. ( #13735 )
...
* Mini-list view search by id,name & key is fixed.
Added multiple conditions in the query to consider id or name or key from the filter param(search bar from minilistview)
* make it more simple ,now using || instead of clause conditions.
---------
Co-authored-by: Dhanesh Kumar <dhanesh.kumar@phases.dk >
Co-authored-by: Michael <michael@crossingpaths.be >
(cherry picked from commit 2f5726384d )
2023-03-16 11:20:00 +01:00
Erik-Jan Westendorp
aacac4997d
Remove special characters in avatar [part 2] ( #13796 )
...
* Update regex
* Update src/Umbraco.Web.UI.Client/src/common/directives/components/umbavatar.directive.js
Co-authored-by: Ronald Barendse <ronald@barend.se >
---------
Co-authored-by: Ronald Barendse <ronald@barend.se >
(cherry picked from commit 280fbdd870 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/umbavatar.directive.js
2023-03-16 11:17:02 +01:00
Jeroen Breuer
815eb5b9c8
Make methods virtual so they can be redefined in derived classes.
...
(cherry picked from commit ff3d8c1c6c )
2023-03-16 11:06:19 +01:00
Ealse Bouma
5966ad4a05
Changed default initialized button permissions for listviews
...
(cherry picked from commit 5c0673930a )
2023-03-16 11:01:45 +01:00
Warren Buckley
06b89963e4
Fixes #13715 Simple LogViewer queries not returning results ( #13748 )
...
* Fixes #13715 issue with simple logviewer searches
* Update Logviewer test - to ensure MessageLike and simple equivalent returns same result count to help catch
(cherry picked from commit d38fabea4a )
2023-03-16 10:57:52 +01:00
Marc Goodson
caa4ca510e
Add .woff2 to BrowsableFileExtensions
...
(cherry picked from commit 23b03f408e )
2023-03-16 10:53:44 +01:00
Sebastiaan Janssen
0ecb613b4a
Revert "add the s html element to allow list for TinyMCE ( #13697 )"
...
This reverts commit 48ad91392f .
2023-03-16 10:45:47 +01:00
Jacob Overgaard
48ad91392f
add the s html element to allow list for TinyMCE ( #13697 )
...
Fixes #13637
(cherry picked from commit cfdc4a9573 )
# Conflicts:
# src/Umbraco.Core/Configuration/Models/RichTextEditorSettings.cs
2023-03-16 10:43:47 +01:00
CyberReiter
5e555c6129
Updating german translation ( #13684 )
...
* updating german translations
* translating missing sections
* added missing closing tag
Co-authored-by: Michael <michael@crossingpaths.be >
(cherry picked from commit 8fdb5a55ea )
2023-03-16 10:38:20 +01:00
Mike Masey
47078bcc70
fix: move list view selection options to after list in focus order
...
(cherry picked from commit 3ebd15b67e )
2023-03-16 10:37:11 +01:00
ustadstar
0ba1254e7d
Fix copy content with descendants not copying sort order ( #13464 )
...
(cherry picked from commit fd992f65bb )
2023-03-16 10:33:39 +01:00
Erik-Jan Westendorp
d0e34c38a0
Translate dictionary area
...
(cherry picked from commit 045c755ccf )
2023-03-16 10:11:58 +01:00
Mykola Gorbatenko
6be8d2e885
added Ukrainian language
...
(cherry picked from commit b52a4363c4 )
2023-03-16 10:08:54 +01:00
CyberReiter
bfd29dfc3b
minor improvements to indexing performance
...
(cherry picked from commit b7a26360e5 )
2023-03-16 09:19:41 +01:00
Robert Foster
4b2af296be
fix for #13623 by hiding Member Edit Action Menu on Infinite editing … ( #13624 )
...
* fix for #13623 by hiding Member Edit Action Menu on Infinite editing for consistency
* added missing attribute to umb-editor-header for Member editing
(cherry picked from commit e7a986b1c3 )
2023-03-16 09:18:23 +01:00