-
Notifications
You must be signed in to change notification settings - Fork 753
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
Merged release/9.13.0
into master
to release v9.13.0
#5827
Merged
Merged
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
Fixed an issue that prevented sending smtp test emails Due to the UI changes in #5152 the frontend now posts an obfuscated password unless the user is currently changing the password. That scenario got handled correctly for UpdateSmtpSettings but the same logic needed to be implements in SendTestEmail for that button to work fine.
Added 9.12.0-rc0 to bug report template
Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
Added 9.12.0-rc1 to bug report template
Clean up format of affected-versions dropdown
Another cleanup attempt for line spacing
Another cleanup attempt for line spacing
…687048021 Auto Compress Images
Fix GetExtensionUrlProviders proc for 9.12.1
Correct connector descriptions
Updated bug-report.yml as per v9.12.0 release
Updated bug-report.yml as per v9.12.0 release
Match Newtonsoft dependency version for NuGet pkg
Use async where available Use file-scoped namespaces Remove unused code
update the smtp provider to support oauth authentication.
Upgrade jQuery from 3.5.1 to 3.7.1
Upgrade to Cake 3.1 from 2.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/checkout-4 Bump actions/checkout from 3 to 4
Closes #5551 The string is quotes when there are spaces in the filement and Chrome replaced those with underscores. Filenames with special characters are encoded in the response. This adds a function to convert all those special cases back into a plain string that matches the actual filename in the frontend.
…d fix validation issue preventing increase
Fixed an issue where filenames of downloads would get mangled
Update `web.config` max upload size defaults, correct backend calcs, and fix validation issue preventing increasing
Update bug-report.yml to include v9.13-rc
In order for projects to not require a full reference to the source generator project, the attribute cannot be defined in the project. The first attempt to resolve this was to generate the attribute via the source generator itself, but since the Library project exposes its internals to other projects (e.g. DotNetNuke.HttpModules), this resulted in ambiguous references. As a result, moving the type to a project that all other projects can reference seemed to be the best compromise. Since the attribute is conditional, it doesn't affect the public API of that project. Fixes #5815
Move DnnDeprecatedAttribute to Abstractions
fix: resourceManager copyUrl
resourceManager bad url using Azure
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.
Merged
release/9.13.0
intomaster
to releasev9.13.0
This is a release management task, as per our policy, we are self-approving it.