-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated feature/resource-manager with latest changes from develop #4106
Merged
valadas
merged 392 commits into
dnnsoftware:feature/resource-manager
from
valadas:rm-rebase20200920
Sep 20, 2020
Merged
Updated feature/resource-manager with latest changes from develop #4106
valadas
merged 392 commits into
dnnsoftware:feature/resource-manager
from
valadas:rm-rebase20200920
Sep 20, 2020
Conversation
This file contains 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
DNN-8255: Revised couple of resx keys in CKEditor Provider resx
issue-65: remove ck finder and news article plugin.
…port of folder providers. -Removed LinkClick.aspx functionality and rely on the provider only -Removed the different Secure & Non-Secured link options, again using the provider to drive it
The ContentCSS value is stored in the database as FileId=XXX. When rendering the editor the CSS link needs to be reformated to retrieve the actual file name.
DNN-8485 - Fix contentcss rendering
Added Folder Provider Support
DNN-8072 Set CKEditor as a default html editor provider if there is n…
…own select code to make it can select correct item.
When there are a large number of portals, there is a severe performance penalty when building the cke settings. The first step to fixing this is to limit the number of records being looped through to just the settings matching the settings prefix when loading settings overrides for portals, tabs, and modules instead of every record in the database table. This has a very large immediate performance improvement.
Prevent unnecessary looping through cke settings
* Initial Commit * Added tooltip and hid icon when disabled. * Update Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/PersonaBarContainer.cs Co-authored-by: Brian Dukes <bdukes@engagesoftware.com> Co-authored-by: Mitchel Sellers <msellers@Iowacomputergurus.com> Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Merges latest changes from 9.7.1 into develop
Closes dnnsoftware#4075 - Adds missing SqlDataProvider files
Treat Build Warnings as Errors for Abstractions & DependencyInjection Projects
Fixed an issue where a new page was created by "Add page", the "Advanced/More/Secure Connection" property was always stored as "Off", regardless of the setting in the UI
Ability to set mobile view cookie name in root web.config
…st-scope-in-portalmodulebase Use request scope in PortalModuleBase
Warns admins about running search indexer on wrong server
Fixed an issue that prevents 9.7.0 to 9.7.1 upgrades
…patch-74facac Updates versions as per release candidate creation
Search Results UI Alignment changes
Fix deprecation message referencing wrong type
Merge CKEditor Provider
Resolve styling issue for checked Accept License checkbox in Extension installer
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.
This is a release-management task and we are self-approving it for that reason in order to continue working on the resource manager.
This PR is quite large because it also includes the merge of CKEditor into the main repository.