-
Notifications
You must be signed in to change notification settings - Fork 749
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
Version 9.11.0 Upgrade/Install Changes #4887
Comments
I have the template changes on my list of TODOs. Are you wanting separate tasks to be created for each? |
@david-poindexter Most likely it woudl be easier, can convert one/all to individual tasks for tracking |
Thanks @mitchelsellers - I just converted those three items to issues and linked for tracking. |
Hi @mitchelsellers |
Description of problem
Current versions of the DNN Platform are distributed with Telerik installed and optional steps are necessary to disable Telerik after an installation or upgrade. The behavior of the DNN Platform should be changed in 9.11.0 to achieve the following goals.
/install/install.aspx?mode=upgrade
) will retain TelerikThese changes will result in the DNN Platform being secure by default, and only allowing users to opt-out of security if needed
Description of solution
The following changes will be needed to complete the above-listed goals.
Install-Package Changes
Activity Feed
,My Profile
,Friends
, andMessages
pages visible toRegistered Users
only by default #4894DotNetNuke.Telerik.Web
(DotNetNuke Telerik Web Components)-DigitalAssetsManagement
(Digital Asset Management)-DotNetNuke.Web.Deprecated
(DNN Deprecated Web Controls Library)-DotNetNuke.Website.Deprecated
(DNN Deprecated Website Codebehind files) #4943-
DotNetNuke.Telerik.Web
(DotNetNuke Telerik Web Components)-
DigitalAssetsManagement
(Digital Asset Management)-
DotNetNuke.Web.Deprecated
(DNN Deprecated Web Controls Library)-
DotNetNuke.Website.Deprecated
(DNN Deprecated Website Codebehind files)InstallWizard.aspx
file to prompt the user to set their desired SSL Configuration, IF they are accessing the site via SSL. If the user is NOT visiting the installer via SSL they will not see this option #4945true
when the site is configured for SSL Enabled & Enforced #4942Upgrade Experience Changes
UpgradeWizard.aspx
, require an superuser to choose whether to keep Telerik and remain insecure or to remove Telerik, IF, no dependencies are found. If the user selects to keep Telerik, the remainder of this process remains unchanged. #4946Security Analyzer Changes
- Fail if Telerik Installed & Used - Give warning about 10.x upgrade issue
- Fail if Telerik Installed & Not-Used - Give message about the removal
- Pass if Telerik Not Installed
- If User Registration =
None
orPrivate
and Either of these pages are visible to all users, warn that user profile information is displayed publicly- For all other user registration values, show an informational message if user profiles are public
The text was updated successfully, but these errors were encountered: