Commit Graph

11035 Commits

Author SHA1 Message Date
Jan Skovgaard
4a12ef5e19 Suggestion: Extend markdown editor settings for overlay width (#11006) 2021-09-01 16:40:49 +02:00
Jan Skovgaard
e707490b47 Suggestion: Make the overlay size width in multiurlpicker configurable (#10992) 2021-09-01 10:54:24 +02:00
Sebastiaan Janssen
3fcf8676b4 Merge branch 'v8/dev' into v8/contrib 2021-08-31 17:29:24 +02:00
Ronald Barendse
c29383dae0 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-31 16:41:55 +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
nzdev
b04fe360d8 Dispose certficate handle 2021-08-30 14:07:57 +02:00
Ronald Barendse
8020c1f00d Fix duplicate property alias validation 2021-08-25 11:16:00 +02:00
Sebastiaan Janssen
90d37e0b5c Merge branch 'v8/dev' into v8/contrib 2021-08-24 10:35:02 +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
Sebastiaan Janssen
c023f35638 Merge branch 'v8/8.16' into v8/dev 2021-08-23 15:18:53 +02:00
Sebastiaan Janssen
c87dc1c3a6 Merge branch 'v8/8.15' into v8/8.16 2021-08-23 15:17:36 +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
cd6cb3737e Cannot copy page with Block List block with property that 'looks like' JSON #10879 (#10925) 2021-08-23 14:48:49 +02:00
Ronald Barendse
fde1759d49 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-23 14:36:24 +02:00
Ronald Barendse
eebd88f271 Ensure details of local groups are used by default 2021-08-23 13:18:39 +02:00
Sebastiaan Janssen
db16f9c6dc Merge branch 'v8/dev' into v8/contrib 2021-08-20 16:54:50 +02:00
Ronald Barendse
e5a1e0f4e9 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-19 13:44:17 +02:00
patrickdemooij9
2c1185598e 9908: No parentheses & language picker with only 1 language (#10892)
* 9908: No parantheses & language picker with only 1 language

* 9908: Fixed missing )
2021-08-19 10:12:48 +10:00
Mole
ac53b89fe1 V8: Improve nested content optimization in the backoffice (#10885)
* Get all nested content scaffolds in a single post request

* Only load alias array and initialize once

* Remove old nested content load code

* Get the content types within a scope

This will drastically reduce the amount of SQL queries, since the same read lock will be used for all operations.

* Add comments

* Fix typo

* Fix typos

Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
2021-08-18 15:51:16 +02:00
Mole
5a47acceda Raise SendingContentModel event for each element type in blocklist (#10869)
Co-authored-by: Nikolaj <nel@umbraco.dk>
2021-08-17 14:36:19 +02:00
Ronald Barendse
1ad73c099d Ensure correct order of groups 2021-08-17 14:08:52 +02:00
Lars-Erik
f7428ac67b Decouple NuCache.Property from NuCache.PublishedSnapshot 2021-08-16 09:34:33 +10:00
Paul Johnson
5c7bf075e6 Backport fix for #10774 to v8
Call EnsureCaches on all notify handlers in PublishedSnapshotService.
No need to delete NuCache database files.
2021-08-12 19:28:48 +01:00
Kevin Meilander
1dd75b9051 #10354 - added domain content id as node context for the content finder for the 404 error page so $site works 2021-08-06 16:33:57 +02:00
inetzo
4e4412ed34 RelationType parent/child are stored in the wrong order
When creating a new relationtype, the parent and child type are stored in reverse order (parent- and childtype are switched).
2021-08-06 15:28:53 +02:00
Sebastiaan Janssen
7d0558d59f Update ImageProcessor dependencies 2021-08-06 15:05:49 +02:00
Sebastiaan Janssen
210d155afd Merge branch 'v8/dev' into v8/contrib 2021-08-06 14:10:23 +02:00
Sebastiaan Janssen
e6cff8c7f5 Merge branch 'v8/8.15' into v8/dev 2021-08-06 14:08:20 +02:00
Chad Currie
67e812d93c Don't create new empty arrays 2021-08-06 13:01:18 +02:00
nzdev
54b4d6f8d1 Compress true/false from int to bool 2021-08-06 12:59:20 +02:00
Bjarne Fyrstenborg
8b40753f2c Fix issue with show selected member types on init using treepicker (#10204) 2021-08-06 11:59:41 +02:00
jattwood
ea42063424 Fix for #10678. 2021-08-05 16:14:23 +02:00
Sebastiaan Janssen
7800fe83a8 Install MessagePack's dependencies explicitly (#10772) 2021-08-05 11:57:03 +02:00
Ronald Barendse
2b2022acd1 Return validation results for all duplicate group aliases/names and fix member name indexes 2021-08-05 10:37:19 +02:00
Ronald Barendse
a86c57d497 Update group validation to only get the last duplicate alias/name 2021-08-04 16:46:36 +02:00
Ronald Barendse
3ee1013bdb Validate unique group names per parent 2021-08-04 16:39:36 +02:00
Sebastiaan Janssen
96d5935933 Revert "Accessibility improvements for Extensions in Razor Markup (#9576)"
This reverts commit a1e0af6fff.
2021-08-04 14:19:34 +02:00
Ronald Barendse
daf2d7c946 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs and add fixes from #10150 and #10759 2021-08-02 11:35:39 +02:00
Bjarne Fyrstenborg
050cdd2bb0 Update icon in member group picker (#10094)
* Use member group icon as default icon

* Make pickers consistent using member group entity icon

* Remove unused functions

* Use vm

* Use original getSelected() function

* Include clear function again

* Fix merge conflict

* Remove comment - remove function is requested from <umb-node-preview> in view

* Remove comment - wasn't used, but intend to use in PR 10096 to use property actions to clear member group picker
2021-08-02 08:32:54 +10:00
Sebastiaan Janssen
905b43f8af Merge branch 'v8/dev' into v8/contrib 2021-07-29 10:22:36 +02:00
Sebastiaan Janssen
52e8237a0e Merge branch 'v8/8.15' into v8/dev 2021-07-29 10:22:10 +02:00
Niels Lyngsø
66cb8167db Merge remote-tracking branch 'origin/v8/dev' into v8/feature/reintroduce-tabs 2021-07-23 14:15:48 +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
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
Ronald Barendse
c71ad239da Fix saving nested groups with the same name 2021-07-16 11:18:40 +02:00
Ronald Barendse
ad9b9d83e5 Remove unneeded OrderByHierarchy (now the self-referencing foreign key is gone) 2021-07-16 10:19:52 +02:00