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
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
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
Sebastiaan Janssen
0ecc887175
Merge branch 'v8/8.14' into v8/8.15
2021-08-23 14:52:05 +02:00
Sebastiaan Janssen
82fc05ac51
Cannot copy page with Block List block with property that 'looks like' JSON #10879 ( #10925 )
...
(cherry picked from commit cd6cb3737e )
2021-08-23 14:51:11 +02:00
Sebastiaan Janssen
c72cb1683b
Removes unneeded flex that caused an issue with the image cropper datatype
...
Fixes #10876
2021-08-23 11:01:53 +02:00
Sebastiaan Janssen
78d8f5b9e8
Merge branch 'v8/8.14' into v8/8.15
2021-08-20 16:45:19 +02:00
Bjarne Fyrstenborg
22c49398e3
Hide backdrop when closing/select navigation ( #10907 )
...
(cherry picked from commit 72d33b8f68 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtree.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js
2021-08-20 16:38:55 +02:00
Sebastiaan Janssen
a5ff183015
Bump version to 8.15.2
2021-08-12 14:48:15 +02:00
Sebastiaan Janssen
3d088a0376
Merge branch 'v8/8.14' into v8/8.15
...
# Conflicts:
# src/SolutionInfo.cs
2021-08-12 14:31:47 +02:00
Sebastiaan Janssen
2c885f7a86
Bump version to 8.14.3
2021-08-12 14:30:10 +02:00
Sebastiaan Janssen
61a273c3f5
Merge branch 'v8/8.14' into v8/8.15
2021-08-06 14:07:53 +02:00
Niels Lyngsø
9ccabd51b9
append a input with ng-model which matches the field coming from model state
...
(cherry picked from commit 9a16adcb18 )
2021-08-06 13:51:26 +02:00
Mads Rasmussen
cf64430116
#10520 Correct mandatory markers in nested content ( #10563 )
...
(cherry picked from commit c1a4e07e87 )
2021-08-06 13:50:50 +02:00
Niels Lyngsø
c1956882fe
append a input with ng-model which matches the field coming from model state
...
(cherry picked from commit 9a16adcb18 )
2021-08-06 13:49:05 +02:00
Chad Currie
67e812d93c
Don't create new empty arrays
2021-08-06 13:01:18 +02:00
nzdev
6f8749bc52
Automatically intern contentType Alias and propertyType Alias when querying the database to save on memory and speed up comparisons.
2021-08-06 13:00:28 +02:00
nzdev
54b4d6f8d1
Compress true/false from int to bool
2021-08-06 12:59:20 +02:00
Sebastiaan Janssen
7c336554db
Fix: Issue when upgraded from 8.14 to 8.15 when inviting user into the backoffice. #10746 ( #10767 )
...
* Remove unusable method
* Fixes #10746 by removing the recursive call ending in an infinite loop
Also: the culture is already known, don't take the `CurrentUICulture`
(cherry picked from commit cb06442de4 )
2021-07-29 14:06:29 +02:00
Sebastiaan Janssen
e8926ab17d
Merge branch 'v8/8.14' into v8/8.15
2021-07-27 14:54:40 +02:00
Bjarne Fyrstenborg
f7529e0cf5
Inject windowResizeListener in Image Crop directive ( #10745 )
...
(cherry picked from commit 2eb554f1b4 )
2021-07-27 14:53:09 +02:00
Sebastiaan Janssen
175bb3e6df
Bump version to 8.15.1 and merge branch 'v8/8.14' into v8/8.15
...
# Conflicts:
# src/SolutionInfo.cs
2021-07-23 13:35:15 +02:00
Sebastiaan Janssen
071a89a59b
Bump version to 8.14.2
2021-07-23 13:32:30 +02:00
Niels Lyngsø
fe9d0db763
10718 Enables more configured Blocks in Block List Editor ( #10726 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2021-07-22 15:03:09 +02:00
Sebastiaan Janssen
ab0fcdfb9f
Merge branch 'v8/8.14' into v8/8.15
2021-07-22 14:01:02 +02:00
Matt Brailsford
98266d462c
Removes inert attribute when editorService.closeAll() is called
...
Fixes #10708 by removing the `inert` attribute on `#mainWrapper` when `editorService.closeAll()` is called.
This code is necessary because when close all is called, there is no editor passed, and so `removeEditor` is never called, and so the `focusLockService.removeInertAttribute();` method isn't called. I add to the if block that handles the close all code instead.
(cherry picked from commit 1f4cc81af8 )
2021-07-22 13:59:33 +02:00
Sebastiaan Janssen
fce0bd0cfd
Merge branch 'v8/8.14' into v8/8.15
...
# Conflicts:
# src/SolutionInfo.cs
2021-07-20 10:17:40 +02:00
Niels Lyngsø
3def2ee2ad
add vm.model.onValueChanged callback
...
(cherry picked from commit 8ebb37a596 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker3/umbMediaPicker3PropertyEditor.component.js
2021-07-20 09:41:02 +02:00
Sebastiaan Janssen
2a6bdf7330
Fixes umbraco/Umbraco-CMS#10402
...
We added an overload that would conflict for people with existing templates, that was a bit too premature. Disabled for now with a note to look into it for v9 again.
2021-07-12 10:48:21 +02:00
Sebastiaan Janssen
a37f6c604f
Inconsistent formatting
2021-07-10 14:25:26 +02:00
Shannon
93f5dd7631
Changes bulk copy timeout to be infinite. Changes bulk copy to not allocate an arbitrary array.
2021-07-09 13:35:43 -06:00
Shannon
5240921dab
Merge branch 'v8/bugfix/8.15rc-bugs' of https://github.com/nzdev/Umbraco-CMS into v8/8.15
2021-07-09 12:25:19 -06:00
Shannon
7dc03256ed
Fixes SQLCE migration for nucache table.
2021-07-09 12:05:19 -06:00
Shannon
5e8b4572a0
Ensures that the content nu data column is updated to support null during migration.
2021-07-09 09:40:31 -06:00
nzdev
6a8ed8012c
simplify
2021-07-09 21:22:30 +12:00
nzdev
b119201480
fix serializer swap message
2021-07-09 20:55:03 +12:00
nzdev
044c900c2b
Make IPropertyCacheCompressionOptions useful out of the box. key = "Umbraco.Web.PublishedCache.NuCache.CompressUnPublishedContent" value = "true" will compress all ntext properties on unpublished content
2021-07-09 20:14:35 +12:00
nzdev
6b6525cc98
Add whether the current content is published. Allowing for compression of just non published, non media content.
2021-07-09 19:33:42 +12:00
Sebastiaan Janssen
4ac29927de
Bump version to 8.15.0
2021-07-07 11:22:50 +02:00
Sebastiaan Janssen
6816ae7ca4
Fix dependencies to make 8.15 installable via NuGet
...
(cherry picked from commit 3e20890435 )
2021-07-02 11:48:55 +02:00
Mads Rasmussen
fc108511d2
#10520 Correct mandatory markers in nested content ( #10563 )
...
(cherry picked from commit c1a4e07e87 )
2021-06-30 16:34:29 +02:00
Niels Lyngsø
3e226384c3
#10520 ensure property culture in Nested Content ( #10562 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
(cherry picked from commit 0b3c4a726c )
2021-06-30 16:28:48 +02:00
Sebastiaan Janssen
dc27a31a6f
Fix creating / editing datatype in infinite editing mode, related to #10163
2021-06-29 13:35:22 +02:00
Elitsa Marinovska
861fc40572
Ability to configure a remote URL for displaying different content on the content dashboard ( #10257 )
...
* Enabling configuration of remote URL for fetching content on the content dashboard and adding additional params indicating whether solution is running on Umbraco Cloud
* Determining if Umbraco is running on Umbraco Cloud by checking whether Umbraco.Deploy.Cloud.dll is present and making its value more accessible for other contexts. Passing a hosting parameter as string instead of boolean
* Changing from Unknown to OnPremises
* Updated content dashboard to use hard-coded URL but path derived from configuration.
Co-authored-by: Andy Butland <abutland73@gmail.com >
(cherry picked from commit 917c89cde7 )
2021-06-29 11:47:46 +02:00
Elitsa Marinovska
3e89e46840
Nested content optimizations ( #10236 )
...
* Reducing the large amount of objects allocated and make use of the attemped dictionary cache
* Reverting optimization by passing data from a higher level - not really possible to achieve what we wanted and adding faster way to lookup value editors
(cherry picked from commit 897cb11f00 )
2021-06-29 09:56:45 +02:00
Sebastiaan Janssen
31e9c875f5
Bump version to 8.15.0-rc
2021-06-28 09:36:09 +02:00
Sebastiaan Janssen
c6832491b6
Merge branch 'v8/contrib' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/prevalueeditors/obsoletemediapickernotice.html
2021-06-28 09:34:26 +02:00
Mole
83ee9b4699
Reduce sql queries when rendering blocklists in the content panel ( #10521 )
...
Co-authored-by: Nikolaj <nel@umbraco.dk >
2021-06-28 09:32:42 +02:00