Shannon
80bbfaf7be
Finally, making some sense out of all this craziness
2020-06-23 13:34:19 +10:00
Shannon
5128084511
Getting a little further, the test output is actually correct! so now we can start tweaking it the way we want and cleaning up a bit of code.
2020-06-23 00:27:01 +10:00
Niels Lyngsø
218b8c4069
live editing ability
2020-06-22 14:34:46 +02:00
patrickdemooij9
591575b47d
Added content apps for document types ( #8187 )
...
* Added content apps for document types
* PR Feedback updates
* Updated the javascript code to use Utilities
* Replace tolowercase comparison with localeCompare
2020-06-19 18:10:16 +01:00
Ronald Barendse
0886ada39c
Properly HTML encode text in helper methods ( #6545 )
2020-06-19 11:41:16 +02:00
Warren Buckley
c99798ac1b
Allows unpublished content to render a macro HTML in the RTE
...
(cherry picked from commit 3680f22321 )
2020-06-18 09:17:00 +02:00
Niels Lyngsø
1aca60e9c7
sort properties
2020-06-18 09:00:47 +02:00
Thomas Andresen
a9bd2ae856
Merge pull request #8266 from umbraco/v8/bugfix/macro-rte-render-fix
...
Allows unpublished content to render a macro HTML in the RTE
2020-06-17 15:59:50 +02:00
Warren Buckley
addd56f30d
Adds skipStepIfVisible property to JSON Tour Steps to allow skipping if DOM item is present ( #8235 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbtour.directive.js
2020-06-17 08:53:58 +01:00
Shannon
19a114ac2b
fix build
2020-06-15 23:22:29 +10:00
Shannon
32e3ebb6fb
Centralizes logic to validate complex editors, starts transitioning to new JSON error messages for complex editors, starts adding tests
2020-06-15 23:05:32 +10:00
Sebastiaan Janssen
567d7176a5
Importing a doctype would never assign a value to UploadedFiles, turns out we don't need UploadedFiles on the model
...
Additionally added a check to see if temp files were left behind and delete them to prevent errors when the same file has just been uploaded
2020-06-15 11:05:40 +02:00
Niels Lyngsø
b0b5d2ff78
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/block-editor-list
2020-06-15 11:05:00 +02:00
Shannon
12755e5db6
Returns ContentTypeKey from the server, updates js to use this everywhere and fix all js tests.
2020-06-11 17:16:43 +10:00
Warren Buckley
3680f22321
Allows unpublished content to render a macro HTML in the RTE
2020-06-10 14:33:32 +01:00
Shannon
1522260111
Reverts the nested content changes, fixes up the GetEmptyByKey
2020-06-10 18:09:54 +10:00
Shannon
a5adb322f1
Updates the caching layer to handle GUID keys for content types while preserving backwards compat, fixes unit tests, removes the strongly typed lists for the block editor value since it's unecessary
2020-06-10 16:12:00 +10:00
Warren Buckley
e82f504658
Adds skipStepIfVisible property to JSON Tour Steps to allow skipping if DOM item is present ( #8235 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
2020-06-09 08:55:06 +02:00
Niels Lyngsø
aa447bc704
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/block-editor-list
2020-06-04 15:09:48 +02:00
Niels Lyngsø
4ffc69b7f5
use Guid for Key
2020-06-04 11:32:44 +02:00
Niels Lyngsø
7077b5111e
add todo
2020-06-04 11:19:57 +02:00
Niels Lyngsø
0b71c10fdc
revert change
2020-06-04 11:16:18 +02:00
Niels Lyngsø
b81f0b3eb6
converting code to use contentTypeKey instead of contentTypeAlias, still missing a few TODOs.
2020-06-04 11:05:21 +02:00
Sebastiaan Janssen
9829d4abef
Merge branch 'v8/dev' into v8/contrib
2020-06-02 11:41:09 +02:00
Chad
a4274ba767
Shorter JSON property names for nucache ( #8204 )
2020-06-02 11:35:19 +02:00
Warren Buckley
1fe7de0b5f
Merge pull request #7166 from umbraco/v8/feature/7133-do-not-paste-keys-in-nested-content
...
Cherry picked from SHA 49c438b55f
NC keys: Do not copy keys for Nested Content (Fix for #7133 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
2020-05-29 17:03:39 +01:00
Warren Buckley
49c438b55f
Merge pull request #7166 from umbraco/v8/feature/7133-do-not-paste-keys-in-nested-content
...
NC keys: Do not copy keys for Nested Content (Fix for #7133 )
2020-05-29 15:18:46 +00:00
Steve Megson
33850b13d0
If GetControllerTypeInternal falls back to creating an instance, it should also release it ( #8196 )
2020-05-29 14:39:14 +02:00
Niels Lyngsø
ce44cc034c
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/block-editor-list
...
# Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2020-05-29 11:04:13 +02:00
Shannon
2565a626cb
Fixes NC key replacement and adds tests
2020-05-29 13:01:56 +10:00
Warren Buckley
732d574ec2
Tidy up & better checking for NC JSON with JSONPath & SelectTokens()
...
Less code duplication.
No need for Publishing event as Saving event is called before publishing
2020-05-28 21:35:39 +01:00
Warren Buckley
c81268995c
Remove code duplication
2020-05-28 12:06:04 +01:00
Warren Buckley
c9ab2ca9ef
Use InvariantEquals
2020-05-28 11:45:43 +01:00
Niels Lyngsø
b630537327
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/block-editor-list
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2020-05-28 11:36:56 +02:00
Claus
ff30a27697
adding missing nullchecks.
2020-05-28 08:41:32 +02:00
Shannon
9f2c1cd3e6
when we rebuild indexes in the back office we are actually calling index.CreateIndex() 2 times before populating
...
(cherry picked from commit d7469e6576 )
2020-05-27 10:14:03 +02:00
Jeavon Leopold
b2c2e86971
Add GetMainDom method to UmbracoApplication so GetRuntime can be overridden
...
(cherry picked from commit c3f59602c2 )
2020-05-27 10:11:44 +02:00
Jan Skovgaard
32a0c3b075
"Actions" drop down options do not give context to the user ( #6301 )
2020-05-26 17:45:39 +02:00
Sebastiaan Janssen
78a7785256
Merge branch 'v8/contrib' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2020-05-26 16:27:09 +02:00
Warren Buckley
e434b01386
Adds in NC Property Component to deal with creating/adding missing keys
2020-05-26 14:43:57 +01:00
Marc Goodson
b6262bf334
Remove ContentFinderByRedirectUrl if RedirectUrlTracking is disabled ( #7761 )
2020-05-25 17:51:52 +02:00
Bjarke Berg
5b7f1227f9
Bugfix for issue with hanging saves. + Fix for double post of save templates
2020-05-22 10:46:13 +02:00
Daniël Knippers
392d74f80d
Added support for segments to File Uploads ( #8070 )
2020-05-19 17:04:23 +02:00
Bjarne Fyrstenborg
11f8628279
Lock core relation types ( #8022 )
2020-05-16 19:51:57 +02:00
Daniël Knippers
0fdf084544
Validation errors reworked to incorporate segment errors ( #8065 )
2020-05-14 17:03:33 +02:00
Sebastiaan Janssen
7634b37676
Merge branch 'v8/dev' into v8/contrib
2020-05-11 14:22:07 +02:00
Shannon
0b1e1e6dfe
Cherry pick: Adding section value check in the query string #8061
2020-05-07 15:48:38 +10:00
Shannon Deminick
aff41762ac
Merge pull request #8061 from umbraco/v8/bugfix/5716-section-check-when-no-dashboards
...
Preventive check that will enable sections load for users with no dashboards
2020-05-07 15:46:16 +10:00
Warren Buckley
0f4681f3f9
Merge pull request #7973 from umbraco/v8/feature/AB6057-segment-feature
...
Segment feature
2020-05-05 14:53:12 +01:00
Elitsa Marinovska
3763427726
Adding section value check in the query string
2020-05-05 09:41:04 +02:00