This repository was archived by the owner on Feb 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 81
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[skip ci]
Use the item picker overlay style for selecting type, on multiple doctype grid editors.
Adds localization
I messed up the previous rebase - doh!
To bring inline with our previous code formatting.
This follows our approach in Stacked Content and gives the intent it for the Page, rather than a "node", (which becomes confusing in this modern NC/DTGE/StackedContent world) Added an additional check that the page ID is greater than 0. A newly created page has an ID of -1, which means that it isn't in the cache or database and would throw an exception.
Rework preview mechanism based on StackedContent implementation
As it never actually saved anything, at least not to the database. Whereas "Done", suggests that the editor is done with editing the current content panel.
The localized labels are loaded in async, so they may replace the "name" property. We only want to use the localized labels if the initial default value is being used.
- Strongly-typed the preview data - Extended the `PreviewModel` to be a full `IPublishedContent` - Re-added support for UnpublishedContent nodes - Removed the preview action-filter (again) - Added support for backwards-compatibility
Refactored preview mechanism
They are burdensome to maintain.
Resolves #108
The markdown version of the Developer's Guide will continue to be maintained.
Removed the ViewEnginesCollectionExtensions class.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.