Commit Graph

30030 Commits

Author SHA1 Message Date
Kenn Jacobsen
beacc5bba8 Fix broken button to open content type from create dialog
(cherry picked from commit 57e58c6cf7)
2019-08-08 10:05:33 +02:00
leekelleher
7ffe0398f9 DocType Editor sorting - vertical direction
In the DocType Editor, when sorting the groups and properties,
the draggable direction is freeform (horizontal, vertical or even
diagonal).

We can restrict the direction, by setting the `axis` property in
the sort options.
2019-08-07 20:55:35 +02:00
Kenn Jacobsen
ce5b3531e0 Make content types with description look ok in the create dialog (#5752)
(cherry picked from commit b3497011e8)
2019-08-07 20:50:08 +02:00
Sebastiaan Janssen
a9a5d00916 Merge pull request #5999 from kjac/v8-fix-allow-remove-user-start-nodes
V8: Allow removing user start nodes
(cherry picked from commit 2cf3a7831c)
2019-08-07 20:25:44 +02:00
Gopakumar R
62a71f8052 Fix for issue #5816 (#5836)
(cherry picked from commit 0138091a6c)
2019-08-07 20:16:50 +02:00
Kenn Jacobsen
36eccb472c Fix the create context menu overflows introduced with 405e9a79 (#5754)
(cherry picked from commit 6c0fb2f849)
2019-08-07 19:58:13 +02:00
Benjamin Carleski
289d50d170 Fix FIPS compliance, add FIPS tests (#5978)
(cherry picked from commit e495faf83c)
2019-08-07 19:34:13 +02:00
Linus Elander
0517f29134 Adjusts conditions for which indexes should be affected when a node is unpublished
(cherry picked from commit 7557c584d8)
2019-08-07 16:38:13 +02:00
Shannon
467cf8d762 Adds comments/notes 2019-08-07 15:40:27 +10:00
Bjarke Berg
2cdb6d86ad Merge pull request #6019 from umbraco/v8/bugfix/pending-changes-issue
v8 Changing a property type from invariant to variant and back again causes issues with reporting that a document is edited or not
2019-08-06 09:09:12 +02:00
Bjarke Berg
d474f60465 Merge pull request #5992 from umbraco/v8/bugfix/5554-unpublish-state
V8/bugfix/5554 unpublish state
2019-08-05 11:54:49 +02:00
Bjarke Berg
caf4d1fe34 Merge pull request #6038 from umbraco/v8/bugfix/examine-startup
Fixes how examine starts up to make it easier for custom index developers
2019-08-05 10:39:29 +02:00
Bjarke Berg
e4f346620e Added runtime level to ExamineFinalComposer 2019-08-05 10:38:35 +02:00
Shannon
be4536cf16 Refactors ugly statics and nested classes 2019-08-05 17:14:29 +10:00
Shannon
89429bd65a fixes ctor 2019-08-05 16:28:23 +10:00
Shannon
6d3faf91d8 fixes spacing with ext login providers 2019-08-05 13:50:50 +10:00
Shannon
345e6091d2 fixes null check, was on the wrong element 2019-08-02 13:01:02 +10:00
Shannon
86a97c30d1 fixes up LuceneIndexDiagnostics 2019-08-02 12:40:45 +10:00
Shannon
14915e9da7 oops 2019-08-02 01:16:37 +10:00
Shannon
366058581a Adds LuceneIndexDiagnostics to make it easier for devs and custom indexes 2019-08-02 01:15:08 +10:00
Shannon
9f6a7dec2e Fixes how examine starts up to make it easier for custom index developers 2019-08-02 00:28:48 +10:00
Shannon
be30bb0ad0 adds test 2019-08-01 21:41:43 +10:00
Shannon
600a29514f more asserts 2019-08-01 21:27:31 +10:00
Shannon
9efec9244b removes commented out code 2019-08-01 19:09:19 +10:00
Shannon
ded1a22e45 fixes validation check 2019-08-01 19:01:41 +10:00
Shannon
2e83ac9282 Cleans up some tests 2019-08-01 18:54:19 +10:00
Shannon
9538981730 Adds more assertions and tests and validates variations 2019-08-01 18:49:05 +10:00
Shannon
791222c3ce Merge remote-tracking branch 'origin/v8/8.1' into v8/bugfix/5554-unpublish-state 2019-08-01 16:11:16 +10:00
Shannon
1095815878 removes notes 2019-08-01 16:09:52 +10:00
Shannon
a8bdab8f5c Merge remote-tracking branch 'origin/v8/8.1' into v8/bugfix/pending-changes-issue 2019-08-01 15:56:24 +10:00
Shannon
ff952a6df1 Passes test! Now to add more tests/assertions and then the logic to renormalize based on name changes. 2019-08-01 15:54:44 +10:00
Shannon
87e7cec02e WIP - commiting what i have. Solved part of the problem but there are others. 2019-07-31 18:30:34 +10:00
Shannon
5c8cd60275 Writes up a test to show the issue with edited culture flags, this shows that the current fix works but there's still an issue 2019-07-31 00:13:40 +10:00
Bjarke Berg
e2483dc874 Merge pull request #6020 from umbraco/v8/bugfix/panic-exception
Adds PanicException with details instead of throwing "panic" strings
2019-07-30 15:22:05 +02:00
Shannon
6482d849e3 Moves test to different fixture 2019-07-30 22:59:33 +10:00
Shannon
34f137c8cf Merge branch 'v8/bugfix/panic-exception' into v8/bugfix/5554-unpublish-state 2019-07-30 22:50:06 +10:00
Shannon
16d8f8846e Adds PanicException with details instead of throwing "panic" strings 2019-07-30 22:40:15 +10:00
Shannon
108416638c removes commented out code 2019-07-30 22:28:06 +10:00
Shannon
20d28ea215 removes commented out code 2019-07-30 22:20:28 +10:00
Shannon
27bc309c55 Removes unused code 2019-07-30 22:20:28 +10:00
Shannon
b5b4ee79b4 Adds notes, fixes logic with a double save 2019-07-30 22:20:28 +10:00
Shannon
45227357fd adds notes on why this is failing 2019-07-30 22:20:28 +10:00
Shannon
a2ba0f6a4c more tests - failing that need fixing 2019-07-30 22:20:27 +10:00
Shannon
415916c527 Fixes an issue with the content service + test 2019-07-30 22:20:27 +10:00
Shannon
40a55cb9df Fixes issue/tests 2019-07-30 22:20:27 +10:00
Shannon
5a9ca8d09f wip added more tests and notes 2019-07-30 22:20:27 +10:00
Shannon
1bfcc9053e Fixes issues: we never properly used SuccessUnpublishMandatoryCulture, fixed issue of unpublishing last culture with a new status 2019-07-30 22:20:27 +10:00
Shannon
3930ae244c Created unit test to show the problem. 2019-07-30 22:20:27 +10:00
Shannon
365ad2981d Fixing issue when changing a property type from invariant to variant and back again and the document always reporting pending changes. 2019-07-30 19:02:03 +10:00
Rasmus John Pedersen
ca56655d07 Fix exception when stored media url is already absolute
(cherry picked from commit 49b3351c72)
2019-07-29 14:31:04 +02:00