Commit Graph

35348 Commits

Author SHA1 Message Date
jesperweber
f736d21c2c Automatically create emtpy SQL CE database with unattended install (#10995) 2021-09-01 15:42:33 +02:00
Warren Buckley
5708203950 Merge pull request #11005 from umbraco/v8/bugfix/split-view-close-and-dropzone-text
Tabs fixes: Remove the extra split view close button + Add helper text to properties dropzone
2021-09-01 11:41:07 +01:00
Mads Rasmussen
1cbae4e533 add helper text for direct properties 2021-09-01 11:40:44 +02:00
Mads Rasmussen
1d78baac10 remove double close button in split view 2021-09-01 11:39:07 +02:00
Jan Skovgaard
e707490b47 Suggestion: Make the overlay size width in multiurlpicker configurable (#10992) 2021-09-01 10:54:24 +02:00
Chad
51fcde5fcd use existing array to split (#10999) 2021-09-01 13:06:33 +10:00
Sebastiaan Janssen
3fcf8676b4 Merge branch 'v8/dev' into v8/contrib 2021-08-31 17:29:24 +02:00
Warren Buckley
4c9d773f59 Merge pull request #10606 from umbraco/v8/feature/reintroduce-tabs
Reintroduce tabs
2021-08-31 16:22:53 +01:00
TheBekker
b9ca313917 Add button to reset focal point on umb-image-gravity directive (#10923) 2021-08-31 16:51:33 +02:00
Ronald Barendse
c29383dae0 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-31 16:41:55 +02:00
Mads Rasmussen
f36785f2e8 fixes: #10373 2021-08-31 16:32:08 +02:00
Ronald Barendse
b6d4cc467e Fix ContentTypeServiceTests 2021-08-31 15:56:00 +02:00
Ronald Barendse
0895aeaf30 Add test for populating alias in migration 2021-08-31 15:50:49 +02:00
Ronald Barendse
ddcf3d5bfc Clean up migration tests 2021-08-31 15:47:28 +02:00
inetzo
d9135dd4ff Check if umbFileDropzone has queued items before showing ChooseMediaTypeDialog
The ChooseMediaTypeDialog is shown even if there are no queue items, for example due file errors. 
Checking the queue lenght in _requestChooseMediaTypeDialog prevents showing the dialog unnecessary.
2021-08-31 14:45:16 +02:00
Nikolaj Geisle
9a677bef9b Merge pull request #10959 from umbraco/v8/bugfix/IsPublished
V8: Fix IsPublished only working with lowercase.
2021-08-31 11:18:03 +02:00
Nikolaj
7f279bcd77 Add messagepack formatter for dictionary with key ignore case
This is required for culture since there will be called ToLower on the culture when used as a dictionary key.
2021-08-31 08:30:46 +02:00
Bjarne Fyrstenborg
2ae28c1e7a Fix self-closing tags which should have a end-closing tag 2021-08-30 19:58:19 +02:00
Jan Skovgaard
a28cbff178 Bugfix for #10927 - Body steal focus when opening folder overlay (#10983) 2021-08-30 19:38:20 +02:00
TheBekker
631663ed63 emit formSubmitting when submitting change in multi url picker dialog (#10957) 2021-08-30 19:24:22 +02:00
Chad
125ebe40fb Replace use of dynamic type with POCOs (#10917) 2021-08-30 19:10:50 +02:00
Bjarne Fyrstenborg
7757c4d763 Allow to pass in boolean to noDirtyCheck directive (#8638)
* Adjust noDirtyCheck directive to accept a parameter to enable/disable dirty check

* Update dirty property

* Use Utilities.noop and add description

* Set default value from controller

* Check for truthly value

* Use Object.toBoolean

* Revert setting $pristine and $dirty for now

* Handle default values in dirty check attributes

* Add check on presence of disableDirtyCheck atribute

* Check for truthy value otherwise it should be default return false and work as no-dirty-check without value

* update test conditions for vamue of no-dirty-check and disable-dirty-check

* Remove whitespace

* update check

Co-authored-by: Kenn Jacobsen <kja@vertica.dk>
Co-authored-by: Michael <michael@crossingpaths.be>
2021-08-30 15:57:58 +02:00
Chad Currie
20eda449e7 Avoid generating the maindom hash twice to get the Id. 2021-08-30 14:24:30 +02:00
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
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
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
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
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
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
Chad
d085b11752 DIspose Process (#10918)
(cherry picked from commit a2dab5b6ca)
2021-08-23 15:17:57 +02:00