Updates develop with all changes for 10#6489
Merged
Conversation
This adds support for css variables to the react common components. I needed the changes from #6279 in order to be able to on this. So if it is merged before this one, it becomes easier to review. If not and this one is merged, then this one includes it.
…latform into release/10.0.0
…eRow/style.less Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
…eRow/style.less Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
…style.less Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
…InputWithError/style.less Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
…InputWithError/style.less Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
…InputWithError/style.less Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
…InputWithError/style.less Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
Fixed a typo in default website template
Resolved issue with disabled page names and refactored logic
Adds support for css-variables to the react common components
This css variable was missing it's dnn- prefix that all others have. Closes #6274
Added prefixes to css variables portal settings
Update release and development configs to reflect API Tokens auth addition
…yling Updated default template content to use proper background class from Aperture
Updates `relese/10.0.0` with latest changes from `develop`
This adds support for building client-side parts (styles/scripts) using modern technologies such as scss and typescript. This PR is a work in progress and in the current state only has what is needed to build and spit the files out at the proper places and switches the the new empty v10 default.css I'll keep working on this pending PR until I feel it is presentable...
Prevents Roslyn Compilation Errors During DNN v10 Upgrade
… for some sites
…dnn to first uninstall older version to avoid potential compilation errors (also revert removing roslyn config from 10.00.00.config)
Fixed issues with migration of HTML content to Content Workflow
Fixed an issue where popups would not work
Also remove \n from confirmation text that was rendering literally. Since this is just HTML content, adding a line break does not render anything (without adding a white-space style).
Merge develop into release/10.0.0
Avoid SQL error for existing ContentWorkflowActions rows
Updates `release/10.0.0` with latest fixes from `develop`
Html module support for custom workflows fix #6482
# Conflicts: # DNN Platform/Modules/DnnExportImport/Services/ExportImportController.cs
Merge `develop` into `release/10.0.0`
Merges latest fixes from `develop` into `release/10.0.0`
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates develop with all changes for 10