Bjarke Berg
be3545ce4a
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 ( #10986 )
2021-09-02 10:51:11 +02:00
Warren Buckley
74b1c8384a
Merge pull request #10998 from umbraco/v9/bugfix/email-sending-metadata
...
Updates email sender to have some metadata
2021-09-01 10:27:29 +01:00
Warren Buckley
8888c55d2e
Update to use constants for emailtype strings
2021-09-01 09:02:41 +01:00
Mole
e727f0f1be
Merge pull request #10994 from umbraco/v9/todo/removed_obsolete_SystemFilesClass
...
v9: Removed obsolete SystemFiles class
2021-09-01 08:31:55 +02:00
Shannon
4d125da6f1
Updates email sender to have some metadata
2021-08-31 13:41:33 -06:00
Paul Johnson
80b36101c9
Merge pull request #10913 from cleversolutions/temp-10912
...
Fix PhysicalFileSystem.GetRelaitvePath for *nix
2021-08-31 15:30:38 +01:00
Nikolaj Geisle
65545134f4
Merge pull request #10946 from umbraco/v9/feature/validationService-optimization
...
V9: Reuse value editors for validation
2021-08-31 13:58:01 +02:00
Zeegaan
56f8e1c12b
Deleted obsolete Systemfiles class
2021-08-31 13:26:47 +02:00
Nikolaj
d448ddd7df
Make ValueEditorCacheRefresher a distributed cache refresher
2021-08-30 10:46:05 +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
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
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
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
Chad
d085b11752
DIspose Process ( #10918 )
...
(cherry picked from commit a2dab5b6ca )
2021-08-23 15:17:57 +02:00
Nikolaj
c690d5f3ba
Add clarifying comment in ValueEditorCache
2021-08-23 15:06:47 +02:00
Nikolaj
dc22ee8563
Merge branch 'v9/dev' into v9/feature/validationService-optimization
2021-08-23 14:32:43 +02:00
Nikolaj
306ed56027
Create a cache for value editors
2021-08-23 14:28:44 +02:00
Paul Johnson
8dd645f36e
Merge pull request #10880 from umbraco/v9/bugfix/suppress-notifications-migrations
...
Suppress scope notifications during migrations
2021-08-23 13:25:47 +01:00
Mole
2da06fb156
Merge pull request #10898 from umbraco/v9/task/removed_obsolete_property_in_user
...
v9: removed obsolete property from User and IUser
2021-08-23 12:47:36 +02:00
Bjarke Berg
7d0b26b25c
Merge pull request #10884 from umbraco/v9/feature/imagesharp-cachefolder
...
V9: Move default ImageSharp cache folder to TEMP and map configured value to content root
2021-08-23 08:06:01 +02:00
Evan Moore
01ee495367
Fix PhysicalFileSystem.GetRelaitvePath for *nix
2021-08-20 10:55:09 -04:00
Bjarke Berg
d1bc7dd09d
Merge pull request #10720 from soreng/patch-8
...
Update LocalizedTextServiceExtensions.cs - use the culture parameter, instead of Thread.CurrentThread.CurrentUICulture
2021-08-20 13:32:15 +02:00
Zeegaan
b272afa0ab
removed the cloning of additonalData from PerformDeepClone
2021-08-20 12:20:05 +02:00
Zeegaan
c2c222687f
Removed obsolete backing field and lock
2021-08-20 12:13:30 +02:00
Ronald Barendse
33108a7e05
Merge branch 'v9/dev' into v9/feature/imagesharp-cachefolder
2021-08-19 23:42:08 +02:00
Zeegaan
b1d11fca64
Removed obsolete property from User
2021-08-19 08:47:32 +02:00
Bjarke Berg
9e44b4a064
Merge pull request #10887 from umbraco/v9/update-all-things-pt2
...
Ensure Nuget dependencies are upto date except NPoco as breaking changes in major
2021-08-19 08:33:45 +02:00
Shannon
8ede33f6ba
Updates how package migrations are run. Only publish a single notification.
2021-08-18 12:01:56 -06:00
Warren Buckley
9671a08be2
Ensure Nuget dependencies are upto date excpet NPoco as breaking changes in major
2021-08-18 11:38:23 +01:00
Ronald Barendse
34b65404e0
Move default ImageSharp cache folder to TEMP and map configured value to content root
2021-08-18 10:01:33 +02:00
Bjarke Berg
a8eae13e0e
Fixed wrong negation
2021-08-18 09:49:44 +02:00
Nikolaj Geisle
8ceadb33d9
Merge pull request #10853 from bjarnef/v9/feature/eye-dropper-pvc
...
V9: Eye Dropper property value converter
2021-08-18 08:47:52 +02:00
Shannon
4b57366ca0
Suppress scope notifications during migrations
2021-08-17 11:13:46 -06:00
Elitsa Marinovska
81ea232ecb
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/Refractor_UmbracoContextAccessor
2021-08-17 13:11:45 +02:00
Elitsa Marinovska
e9b697b0c2
Cleanup
2021-08-17 13:10:13 +02:00
Zeegaan
6c545a29c7
Fixed missing null checks
2021-08-17 11:33:51 +02:00
Nikolaj Geisle
dbe38968de
Update src/Umbraco.Core/Templates/UmbracoComponentRenderer.cs
...
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
2021-08-17 11:31:03 +02:00
Zeegaan
255e0d4134
Updated summaries
2021-08-17 11:20:17 +02:00
Bjarke Berg
f6bd3a1eec
Merge pull request #10861 from nzdev/v9/bugfix/trimstart-arrays
...
Reduce allocations by using existing CharArrays for TrimStart()
2021-08-17 08:07:14 +02:00
Bjarke Berg
615c78dab5
Merge pull request #10859 from nzdev/v9/bugfix/dispose-processes
...
Process requires disposal
2021-08-17 07:59:46 +02:00
Bjarke Berg
a7fcb60d3f
Merge pull request #10857 from gunnim/patch-2
...
SystemLock - Update link to msdn blog
2021-08-17 07:58:35 +02:00
Bjarke Berg
831efead10
Merge pull request #10623 from umbraco/v9/bugfix/image-cropping
...
V9: Fix ImageSharp integration and add support for custom crops
2021-08-17 07:49:32 +02:00
Zeegaan
4e2d9159f4
Merged v9/dev into this branch
2021-08-16 12:43:28 +02:00
Zeegaan
95fd1f57ba
Added missing using
2021-08-16 12:39:23 +02:00
Zeegaan
61f952bd70
Changed the UmbracoContextAccessor checks with extension methods to lessen duplicate code
2021-08-16 12:36:50 +02:00
Zeegaan
33ab3a32ec
Merged v9/dev into this branch
2021-08-16 10:41:36 +02:00
Zeegaan
cca7c379ae
Implemented an extension method to lessen duplication of code
2021-08-16 10:31:11 +02:00