Commit Graph

30797 Commits

Author SHA1 Message Date
Sebastiaan Janssen
d615c1e88b Merge branch 'v8/dev' into v8/contrib 2021-07-22 14:01:55 +02:00
Matt Brailsford
1f4cc81af8 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.
2021-07-22 13:55:48 +02:00
Warren Buckley
4df4b3eeaf Merge pull request #10603 from umbraco/v8/bugfix/creating-document-types-sqlce
Fix duplicate ID when creating document types with SQL CE
2021-07-21 12:11:22 +01:00
Shannon
3ce2cf0992 Merge remote-tracking branch 'origin/v8/contrib' into v8/bugfix/removing-unnecessary-readerwriterlock 2021-07-20 10:05:32 -06:00
Sebastiaan Janssen
3a2a79108d Merge branch 'v8/dev' into v8/contrib 2021-07-20 10:23:29 +02:00
Sebastiaan Janssen
3feda1bc58 Merge branch 'v8/8.15' into v8/dev 2021-07-20 10:22:32 +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
Niels Lyngsø
8ebb37a596 add vm.model.onValueChanged callback 2021-07-20 09:37:29 +02:00
Jan Skovgaard
87a7e84cba Bugfix: #10414 - Validation message doesn't disappear once the issue is fixed (#10581)
* Add missing focus styling

* Fix issue where validation message does not disappear when all chars are removed

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-07-13 08:57:20 +01: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
Rachel Breeze
a1e0af6fff Accessibility improvements for Extensions in Razor Markup (#9576)
* Support for language of parts

* Changed casing of "FallBack" to "Fallback" to be consistent with the existing code.

* Now tests the type to determine if span should be added.

* Remove magic strings and return <div> for IHtmlString values

This fixes the "string" vs "String" issue in the previous commit and prevents the function returning invalid markup

* Fix for test providing string as "object"

Co-authored-by: Joe Glombek <joe@rockdove.uk>
2021-07-06 18:39:56 +01:00
Henk Jan Pluim
1e54d05514 #10577 bugfix - Umbraco backoffice allows you to assign the same 'login' on two different Members (#10591) 2021-07-06 16:46:07 +02:00
Mole
dfa161adb4 Add migration 2021-07-06 13:08:44 +02:00
Mole
9b32c83182 Update PropertyTypeGroupDto IdentitySeed to no longer collide with new media types 2021-07-06 13:03:44 +02:00
Bjarne Fyrstenborg
e67d59a789 Adjust showLabels to be parsed as boolean 2021-07-02 08:20:10 +10:00
Jan Skovgaard
d6a27d6646 Color picker: Fix label view (#10445)
* Add missing focus styling

* Change width to ensure label does not get too wide

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-07-02 07:58:59 +10:00
leekelleher
7afcd59037 Fixed "user-dialog" dashboard markup
The logic in the markup was previously incorrect.
I changed the check from `tab.length` to `dashboard.length`.

The custom dashboard's label isn't `.caption` and it's per dashboard,
not per "property".

Lastly, `.path` should be `.view`.

Resolves #6417
2021-07-02 07:53:36 +10:00
David Challener
33e44181c1 Disable cached partials if in preview mode
We don't want unpublished items in cached views - possible leak to live site. Show previews using normal partial view instead.
2021-07-01 08:47:11 +10:00
Sebastiaan Janssen
e7f0ab2031 Merge branch 'v8/dev' into v8/contrib 2021-06-30 16:57:39 +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
Jan Skovgaard
5d8fb9670b Textstring prevalue editor view: Set id attribute (#10453)
* Add missing focus styling

* Set id attribute

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-06-29 08:37:19 +10: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
Ronald Barendse
5b9cd1bd87 Improvements to media pickers/crop handling and URL generation (#10529) 2021-06-28 09:28:32 +02:00
Chad
44c814a550 Fix Rollback feature not creating diffs when properties are moved between tabs in EditorModel events (#10376)
* Find the old property by alias instead of by indexes as if you move around properties in the EditorModel events Rollback breaks.

* optimise property lookup - avoids iterating entire property set

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-28 10:20:38 +10:00
Mole
ea1091db7c Merge pull request #10235 from umbraco/v8/bugfix/AB10622-be-property-editor-caching
Optimizations related to BlockEditorPropertyEditor.ToEditor()
2021-06-24 08:39:12 +02:00
Shannon
30d57125ce Adds notes, obsoletes old localize methods 2021-06-23 13:14:22 -06:00
Shannon
3b4e645c63 Merge branch 'v8/bugfix/localizedtextservice-memory' of https://github.com/nzdev/Umbraco-CMS into nzdev-v8/bugfix/localizedtextservice-memory 2021-06-23 12:50:47 -06:00
Shannon
76d206a4ba Fixes back office searching 2021-06-23 12:46:50 -06:00
Shannon
37685e3b77 Merge branch 'v8/feature/examine-select' of https://github.com/nzdev/Umbraco-CMS into nzdev-v8/feature/examine-select 2021-06-23 11:23:58 -06:00
Shannon
56b7b0df69 fix build, re-adds braces after merge 2021-06-23 11:13:19 -06:00
Shannon
8edff13448 Merge branch 'v8/bugfix/btree-serializer-array-size' of https://github.com/nzdev/Umbraco-CMS into v8/contrib 2021-06-23 11:04:29 -06:00
Shannon
2c59da91b6 fix merge 2021-06-23 11:02:36 -06:00
Sebastiaan Janssen
9382f6c32d Add the ability to convert Media Picker v2 to v3 progressively (#10517)
Co-authored-by: Ronald Barendse <ronald@barend.se>
2021-06-23 10:10:28 +02:00