Chad
b1d1a2fcf2
Avoid creating a new string for the log level every log message ( #10934 )
2021-08-30 14:22:07 +02:00
Chad
50dfb1fd92
Avoid allocating an array every call to IsClientSideRequest() ( #10936 )
2021-08-30 14:17:05 +02:00
nzdev
b04fe360d8
Dispose certficate handle
2021-08-30 14:07:57 +02:00
Bjarke Berg
9bb6d8b20b
https://github.com/umbraco/Umbraco-CMS/issues/10927 - Fixed issue with translations but still support the fix for https://github.com/umbraco/Umbraco-CMS/issues/10627
2021-08-30 13:50:48 +02:00
Mads Rasmussen
067a53a680
fixes: 13623 Convert to tab always adds + 1 to alias
2021-08-30 12:52:24 +02:00
Sebastiaan Janssen
695d4688d3
Merge branch 'v8/dev' into v8/contrib
2021-08-30 11:18:10 +02:00
Sebastiaan Janssen
b4b8fecc2a
Merge branch 'v8/8.16' into v8/dev
2021-08-30 11:17:37 +02:00
Sebastiaan Janssen
f79ae63992
Merge branch 'v8/8.15' into v8/8.16
...
# Conflicts:
# src/SolutionInfo.cs
2021-08-30 11:17:12 +02:00
Sebastiaan Janssen
ee1faa4da2
Bump version to 8.15.3
2021-08-30 11:15:11 +02:00
Sebastiaan Janssen
8b54c8655c
Merge branch 'v8/8.14' into v8/8.15
...
# Conflicts:
# src/SolutionInfo.cs
2021-08-30 11:14:00 +02:00
Sebastiaan Janssen
cac4124dea
Bump version to 8.14.4
2021-08-30 11:12:45 +02:00
Nikolaj
3d2dae075d
Remove notification registration for ValueEditorCacheRefresher
2021-08-30 10:57:32 +02:00
Nikolaj
d448ddd7df
Make ValueEditorCacheRefresher a distributed cache refresher
2021-08-30 10:46:05 +02:00
Jacob Overgaard
a73c7bb8a1
Devcontainer: Update SMTP FROM address ( #10970 )
2021-08-30 09:25:04 +02:00
Shannon
c2fd3a1f7e
Another Examine update
2021-08-27 12:03:08 -06:00
Mole
c2016a6f44
Merge pull request #10967 from bergmania/v9/dev
...
Added danish translations for treeSearch
2021-08-27 14:24:58 +02:00
Bjarke Berg
aeaf935df8
Update src/Umbraco.Web.UI/umbraco/config/lang/da.xml
...
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2021-08-27 12:59:15 +02:00
Paul Johnson
7216c6140f
Rename Composers.cs and perform minimal spring cleaning.
2021-08-27 10:56:21 +01:00
Paul Johnson
d6f1e7a1da
Mark IUserComposer obsolete.
2021-08-27 10:42:36 +01:00
Bjarke Berg
622a03fa66
Added danish translations for treeSearch
2021-08-27 11:05:47 +02:00
Ronald Barendse
806ebc6106
Merge branch 'v9/dev' into v9/bugfix/imagesize-cleanup
...
# Conflicts:
# src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.CoreServices.cs
# src/Umbraco.Infrastructure/Media/ImageDimensionExtractor.cs
2021-08-27 08:46:02 +02:00
Shannon
e34b593b79
Updates to latest Examine version
...
The latest Examine version has some API breaking changes - namely it shouldn't have been relying on IOptionsSnapshot and instead IOptionsMonitor.
2021-08-26 11:36:24 -06:00
Nikolaj
ac8a83177f
Make AutoInterningStringKeyCaseInsensitiveDictionaryConverter case insensitive
...
Instead of calling the parents CreateDictionary we just newed up a regular dictionary leading to AutoInterningStringKeyCaseInsensitiveDictionaryConverter not actually being case insensitive
2021-08-26 14:21:40 +02:00
Bjarke Berg
48fcfcae21
Merge pull request #10689 from erikjanwestendorp/rename-contentType-to-mediaType-in-Media-model
...
Update Media.cs
2021-08-26 13:13:09 +02:00
Bjarke Berg
56d8e0e684
Merge remote-tracking branch 'origin/v8/8.16' into v9/dev
...
# Conflicts:
# build/NuSpecs/UmbracoCms.Core.nuspec
# build/NuSpecs/UmbracoCms.nuspec
# build/build.ps1
# src/SolutionInfo.cs
# src/Umbraco.Core/Diagnostics/MiniDump.cs
# src/Umbraco.Core/Sync/DatabaseServerMessenger.cs
# src/Umbraco.Infrastructure/Persistence/LocalDb.cs
# src/Umbraco.Infrastructure/PropertyEditors/BlockEditorPropertyHandler.cs
# src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
2021-08-26 12:13:04 +02:00
Mole
15f4ea937b
Merge pull request #10948 from umbraco/v9/bugfix/keepalive_null_ref
...
Fixed potential null reference exception in KeepAlive
2021-08-25 13:25:59 +02:00
Bjarke Berg
392eec2371
Fixed potential null reference exception in KeepAlive
2021-08-25 11:56:20 +02:00
Ronald Barendse
8020c1f00d
Fix duplicate property alias validation
2021-08-25 11:16:00 +02:00
Mads Rasmussen
ea7985aec1
we cant track by property alias because it may not be unique when you add a property
2021-08-25 10:53:02 +02:00
Paul Johnson
1e0d82ceee
More consistent globs
2021-08-24 20:35:14 +01:00
Laura Neto
9e73cfe0ec
Added url mode parameter to the GetCropUrl extension methods
2021-08-24 18:26:14 +02:00
Paul Johnson
64f4d0ec93
also ignore wwwroot/media
2021-08-24 16:58:05 +01:00
Paul Johnson
fe7067e056
New project - simplify includes/excludes
2021-08-24 16:49:58 +01:00
Sebastiaan Janssen
d13a555204
Merge branch 'v8/8.15' into v8/8.16
2021-08-24 16:38:48 +02:00
Paul Johnson
e558d11fa9
Revert "Optimization by returning the same instance"
...
This reverts commit 990fc118cb .
When using the _reusableEditor field to create a BlockEditorPropertyEditor
it doesn't matter that content type cache has been invalidated (memory cache)
as the content types are also cached in a private field in the BlockEditorValues class.
Closes #10910
(cherry picked from commit 94b0b252ec )
2021-08-24 16:38:18 +02:00
Paul Johnson
94b0b252ec
Revert "Optimization by returning the same instance"
...
This reverts commit 990fc118cb .
When using the _reusableEditor field to create a BlockEditorPropertyEditor
it doesn't matter that content type cache has been invalidated (memory cache)
as the content types are also cached in a private field in the BlockEditorValues class.
Closes #10910
2021-08-24 16:36:13 +02:00
Nikolaj
90bc927d66
Add unit tests
2021-08-24 14:15:18 +02:00
Nikolaj
1c4893d3c8
Fix Tests
2021-08-24 11:02:51 +02:00
Nikolaj
65b69dfa4a
Create separate refresher for ValueEditorCache
...
Notification handlers are scoped.
2021-08-24 11:02:37 +02:00
Nikolaj
6c21cb30d3
Add locks for the dictionary.
2021-08-24 10:38:38 +02:00
Sebastiaan Janssen
90d37e0b5c
Merge branch 'v8/dev' into v8/contrib
2021-08-24 10:35:02 +02:00
Sebastiaan Janssen
51237a098f
Merge branch 'v8/8.16' into v8/dev
2021-08-24 10:34:33 +02:00
Sebastiaan Janssen
d37a4c4be0
Merge branch 'v8/8.15' into v8/8.16
2021-08-24 10:32:41 +02:00
Shannon Deminick
14a94f0ba5
Merge pull request #10847 from umbraco/v8/bugfix/backport-fix-for-10774-into-v8
...
Backport fix for #10774 to v8
(cherry picked from commit 88f17b7cbf )
2021-08-24 08:41:10 +02:00
Shannon Deminick
88f17b7cbf
Merge pull request #10847 from umbraco/v8/bugfix/backport-fix-for-10774-into-v8
...
Backport fix for #10774 to v8
2021-08-24 06:41:57 +10:00
Shannon
e869ba7e9b
removes comment
2021-08-23 14:41:26 -06:00
Mads Rasmussen
72749fd3e2
keep local group if it still has properties
2021-08-23 19:29:44 +02:00
Sebastiaan Janssen
604b45bbc0
Merge branch 'v8/dev' into v8/contrib
2021-08-23 15:19:15 +02:00
Sebastiaan Janssen
c023f35638
Merge branch 'v8/8.16' into v8/dev
2021-08-23 15:18:53 +02:00
Chad Currie
8b685a0a2c
Update Serilog.Enrichers.Process to 2.0.2 as it fixes a leak
...
(cherry picked from commit dcc533fd8d )
2021-08-23 15:18:03 +02:00