Skip to content
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

Release/9.8.0 #4291

Merged
merged 574 commits into from
Nov 10, 2020
Merged

Release/9.8.0 #4291

merged 574 commits into from
Nov 10, 2020

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Nov 10, 2020

Merging into master to release v9.8.0

This is a release management task, as per our policy, we are are self approving it.

mitchelsellers and others added 30 commits April 29, 2020 08:48
Ensure yarn runs when module is built
Fix resource manager to use the revised upload file handler in the core
* Standardization of File Headers

* Standardized license file

* Improved generic enum description value

* Code standardization & cleanup

* Updated to remove [AllowAnonymous] from API calls to fall back to Module Permissions
* First try at merging the build

* Trying to fix lerna build

* Should fix eslint errors

* Fixes some dependency versions

* Fix store and downgrade react-dropzone as it required react 16.8

* Fixing references

* Fixes missing references and updates some

* Fixes whitespace eslint warnings

* Fixes css issue with visibility of upload button

Co-authored-by: Peter Donker <peter@bring2mind.net>
Co-authored-by: Daniel Valadas <info@danielvaladas.com>
That prevented the buid from running
Fixes 2 wrong merged conflicts resolutions
Add better wildcard file search support
Meged latest changes from development into the resource manager feature branch
#4007)

* First code push

* Adds own implementation of PB DnnSf

* Some more fixes

Co-authored-by: Peter Donker <peter@bring2mind.net>
The frontend build of the new resource-manager had many warnings which this PR resolves. (whitespace and unused vars and method parameters).
bdukes and others added 26 commits October 13, 2020 15:15
Introduce MailAttachment class
* Updated Release Schedule Documentation

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>

* Updated release verbiage

* Updated Notes

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>

* Update .github/RELEASE_SCHEDULE.md

* Update .github/RELEASE_SCHEDULE.md

* Update .github/RELEASE_SCHEDULE.md

Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Daniel Valadas <info@danielvaladas.com>
Updates versions as per release candidate creation
…#4202)

Closes #4200

The filtering logic was applied with a null result and removing all the results, I added a check for null which makes the fileting work when the search is used.
It needs to be right after URL Rewrite (which determines the culture
from the URL), and then all modules after it can make use of that
culture info
Ensure new Localization HTTP module is running soon enough
It'll get added by 09.08.00.config, having it already in there will
create a duplicate
Remove Localization HTTP module from config
(cherry picked from commit da5d855)
* Install JWT by default

* Resolves multiple stylecop warnings in JWT project.
…ed so they get upgraded during DNN's upgrade process
Upgrade optional packages when they've already been installed
With the recent change to make optional packages (.resources) upgrade if the package was previously installed, while upgrading the JWT authentication provider, it cause the existing web.config configuration to be reset to the default and that would happen on each upgrade.

This PR makes it ignore the node if it is already present from a previous installation.
Prevents JWT upgrade to change existing config
The user preferred locale is a required field in user profiles. Some change made it that in 9.8.0 this property is null. This PR reverts the behavior so the preferred locale is set on new users.
Fixed an issue where new users would have no preferred locale.
While working on the Feedback module the messages where missing their body, then I tried creating new users and those emails where also missing the body. Looks like the CoreMailProvider was missing setting the body to the emails.

This PR solves that.
Fixed an issue where all emails where missing the body
@valadas valadas added this to the 9.8.0 milestone Nov 10, 2020
@valadas valadas merged commit 6545748 into master Nov 10, 2020
@valadas valadas deleted the release/9.8.0 branch April 17, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.