Merged
Conversation
Contributor
|
That sounds awesome, I'll add my official review after the other PR is merged, but sounds like a great idea. |
b8f8ceb to
364740b
Compare
valadas
reviewed
Jun 18, 2025
Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/css/main.css
Show resolved
Hide resolved
ed82fc2 to
87ae911
Compare
Contributor
Author
|
Okay, I've tested a number of upgrades and it all appears to be working as expected now. IMO we can merge this as-is and discuss more changes to the front-end separately. |
mitchelsellers
approved these changes
Jul 1, 2025
Contributor
mitchelsellers
left a comment
There was a problem hiding this comment.
I have tested this as well, and it seems to be usable, agreed with @bdukes about a separate discussion for exposing this possibly.
4820c89 to
eea58d3
Compare
Also move Wrappers folder into Internal to match namespaces
valadas
approved these changes
Jul 15, 2025
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.
Summary
This PR adds the ability to recognize upgrade
zipfiles in theApp_Data/Upgradefolder. When they exist, the Update button in the Persona Bar will trigger a local upgrade, by first installing each assembly (to ensure proper upgrades of binding redirects), and then unzipping the upgrade package over the site.TODO
binNote, this PR is built on top of #6598