Søren Kottal
c4cf5f910d
Adds padding to the icon in btn-social ( #14080 )
2023-04-18 16:29:31 +02:00
Sebastiaan Janssen
11ac2ca971
Merge branch 'v11/dev' into contrib
2023-04-18 14:23:42 +02:00
Markus Johansson
80f6bb404a
#14016 Fixed, added cache buster to Block Grid Editor stylesheets
2023-04-15 18:16:15 +02:00
Mark Drake
9a638b6edc
resolve spacing issues with block list inline editor when it is the last property editor on the current tab
2023-04-14 14:48:36 +01:00
Bjarke Berg
4521c881db
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# version.json
2023-04-14 10:04:35 +02:00
Dhanesh Kumar
2c580e8d4f
fix for the char limit(512) for textboxdatatype
2023-04-13 23:06:23 +02:00
Erik-Jan Westendorp
f43bc50e7d
Translate tree headers to Romanian ( #14077 )
...
* Translate treeHeaders
* Oops
2023-04-13 20:07:06 +02:00
Nikolaj
5d3546e1b5
Bump version
2023-04-13 08:53:47 +02:00
Nikolaj
c636c7a7d2
Bump version
2023-04-13 08:52:50 +02:00
Nikolaj
810df46823
Merge branch 'release/11.3' into v11/dev
2023-04-13 08:49:32 +02:00
Nikolaj
5828080589
Merge branch 'release/10.5' into v10/dev
2023-04-13 08:47:41 +02:00
Nikolaj
a1d6f65cff
Bump to non-rc
2023-04-12 09:36:49 +02:00
Nikolaj
8e32ac3e20
Bump to non-rc
2023-04-12 09:35:23 +02:00
Elitsa Marinovska
22328598db
Adding dedicated Forbidden and Unauthorized handling for members ( #14036 )
2023-04-11 15:41:55 +02:00
Mike Masey
cb544f15ee
feat: add cite as valid element for tinymce default settings
2023-04-07 23:48:37 +02:00
Ronald Barendse
9223b5737e
Update target to execute during packaging ( #13521 )
...
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2023-04-05 12:59:01 +02:00
Ronald Barendse
4cb46f06ae
Update default UmbracoVersion template value using MSBuild target ( #13481 )
...
* Update default UmbracoVersion template value using MSBuild target
* Fix target order when using pack --no-build
* Use JsonPathUpdateValue MSBuild task to update default UmbracoVersion template value
* Update UmbracoVersion in Umbraco Package RCL
2023-04-05 11:16:43 +02:00
Ronald Barendse
92d92feb15
Add new 'Umbraco Package RCL' project template ( #13776 )
...
* Add new 'Umbraco Package RCL' project template
* Add --no-restore, hide --framework and remove conflicting -v parameter in Umbraco Package project template
* Hide --framework and --PackageTestSiteName, remove conflicting -v parameter in Umbraco project template and persist selected parameters
* Revert changes to Framework and UmbracoVersion parameter names
2023-04-05 09:32:48 +02:00
Lewis Hazell
37d737f9bc
Case-insensitive tag names with SQLite provider ( #14012 )
...
* Ensure case insensitivity in tag name queries.
Use LIKE instead of = to ignore collation rules.
* Add integration test for creating tag relations with mixed casing.
2023-03-31 20:36:25 +02:00
Bjarke Berg
ce47281c04
Determine correct if we can create a database with current connectionstring ( #14030 )
...
* Fix CanForceCreateDatabase method and add some unit tests
* Fixed an old copy/paste error
* A little nitpicking over wording and formatting
---------
Co-authored-by: kjac <kja@umbraco.dk >
2023-03-31 11:44:56 +02:00
Bjarke Berg
b8899459dc
Determine correct if we can create a database with current connectionstring ( #14030 )
...
* Fix CanForceCreateDatabase method and add some unit tests
* Fixed an old copy/paste error
* A little nitpicking over wording and formatting
---------
Co-authored-by: kjac <kja@umbraco.dk >
2023-03-31 11:37:41 +02:00
Lucas Bach Bisgaard
3385947c4e
Fix bug, in multiurlpicker where you cannot deselect a selected entity.
2023-03-31 10:03:18 +02:00
Bjarke Berg
c662f5a36e
Determine correct if we can create a database with current connectionstring ( #14030 )
...
* Fix CanForceCreateDatabase method and add some unit tests
* Fixed an old copy/paste error
* A little nitpicking over wording and formatting
---------
Co-authored-by: kjac <kja@umbraco.dk >
2023-03-30 10:19:35 +02:00
Bjarne Fyrstenborg
e30587f90d
Support readonly set via SendingContentNotification ( #13557 )
...
* Support readonly set via SendingContentNotification
* Apply changes to second umb-property-editor as well
* Remove check on property.supportsReadOnly
* Disable allow unlock
* Add check on property.readonly
* Small adjustment in the order of preview checks
---------
Co-authored-by: Laura Neto <12862535+lauraneto@users.noreply.github.com >
2023-03-30 09:15:46 +02:00
Bjarke Berg
61a33c734c
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Core/Routing/UmbracoRequestPaths.cs
2023-03-29 10:30:16 +02:00
BatJan
83ad463e81
Change style to class
...
(cherry picked from commit 69010baceb )
2023-03-28 12:56:22 +02:00
Matthew Care
06f527e87b
Fix pressing enter in a property editor name field ( #13329 )
...
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com >
(cherry picked from commit 7349ae1c5c )
2023-03-28 12:55:50 +02:00
BatJan
69010baceb
Change style to class
2023-03-28 12:54:26 +02:00
Matthew Care
7349ae1c5c
Fix pressing enter in a property editor name field ( #13329 )
...
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com >
2023-03-28 12:53:13 +02:00
Sebastiaan Janssen
6bc999bca4
Unit tests need updating now that the WriterId is properly being set after merging #12843
...
(cherry picked from commit a88d0c0ec9 )
2023-03-28 10:28:33 +02:00
patrickdemooij9
5f8ba2e864
Memory improvements to ShortStringHelper ( #13089 )
...
(cherry picked from commit b17d9004fd )
2023-03-28 10:19:43 +02:00
patrickdemooij9
b17d9004fd
Memory improvements to ShortStringHelper ( #13089 )
2023-03-28 10:18:41 +02:00
patrickdemooij9
eee6207f19
Performance improvement for ReplaceFirst function ( #13018 )
...
* Some benchmarks for replacefirst & span method
(cherry picked from commit e550a4ce3a )
2023-03-28 10:14:42 +02:00
LandLogic IT
888173ac5b
Add it key translation
...
(cherry picked from commit 99268f6211 )
2023-03-28 10:11:57 +02:00
Dennis
7208f591c7
Fix equality check on property group ( #13133 )
...
* Fix equality check on property group
Also fix circular reference on PropertyTypeCollection
(cherry picked from commit f64f634979 )
2023-03-28 10:08:48 +02:00
Bjarne Fyrstenborg
3a214975ed
Add sortorder to configuration field ( #13075 )
2023-03-28 09:58:56 +02:00
gadgetfbi
391bfb73e8
Fixes: listitem: <li> elements must be contained in a <ul> or <ol> ( #13120 )
...
Co-authored-by: Rob Nicolson <rob.nicolson@brightwire.net >
(cherry picked from commit 1f6307944b )
2023-03-28 09:38:51 +02:00
gadgetfbi
1f6307944b
Fixes: listitem: <li> elements must be contained in a <ul> or <ol> ( #13120 )
...
Co-authored-by: Rob Nicolson <rob.nicolson@brightwire.net >
2023-03-28 09:36:53 +02:00
Sebastiaan Janssen
a88d0c0ec9
Unit tests need updating now that the WriterId is properly being set after merging #12843
2023-03-27 17:46:13 +02:00
Matthew Care
9f2e79e9db
Prevent overflowing property values ( #12943 )
...
(cherry picked from commit b34a93ed59 )
2023-03-27 12:49:20 +02:00
Matthew Care
b34a93ed59
Prevent overflowing property values ( #12943 )
2023-03-27 12:40:39 +02:00
Ealse Bouma
40285b76b9
Fix: Infinite Editor creates each save action a new version when content is invalid ( #12713 )
...
(cherry picked from commit 93a85a46f3 )
2023-03-27 11:30:53 +02:00
Ealse Bouma
93a85a46f3
Fix: Infinite Editor creates each save action a new version when content is invalid ( #12713 )
2023-03-27 11:29:07 +02:00
Patrick de Mooij
aab6539d1f
12748: Make sure to set writerId
...
(cherry picked from commit 3ee9bfbc93 )
2023-03-27 09:57:51 +02:00
Patrick de Mooij
3ee9bfbc93
12748: Make sure to set writerId
2023-03-27 09:54:35 +02:00
Sebastiaan Janssen
47bcc3e209
Merge branch 'v11/dev' into contrib
2023-03-24 10:51:31 +01:00
Bjarke Berg
f8e5205aa7
Reverse the EnablePackageValidation in tests, so it is explicity opt-in. Otherwise the generated csproj file in Benchmarks will always fail ( #14004 )
2023-03-24 08:40:51 +01:00
patrickdemooij9
e550a4ce3a
Performance improvement for ReplaceFirst function ( #13018 )
...
* Some benchmarks for replacefirst & span method
2023-03-23 20:11:59 +00:00
LandLogic IT
99268f6211
Add it key translation
2023-03-23 19:14:29 +01:00
Matthew Care
031beee989
Improve ImageSharpImageUrlGenerationTests ( #13332 )
...
* Improve ImageSharpImageUrlGenerationTests
Removed a few "stale" tests that look to have been from code of old.
Add tests for all ImageUrlGenerationOptions.
Add some edge case tests to make the tests more sensitive.
Reduce scope for certain tests so the test is more focused on one thing rather than multiple
* Amending a mis-spelt variable.
---------
Co-authored-by: georgebid <91198628+georgebid@users.noreply.github.com >
2023-03-23 09:38:18 +00:00