-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3759 from dnnsoftware/release/9.6.1
Release/9.6.1
- Loading branch information
Showing
998 changed files
with
192 additions
and
158 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ assignees: dnnsoftware/triage | |
<!-- | ||
If you need community support or would like to solicit a Request for Comments (RFC), please post to the DNN Community forums at https://dnncommunity.org/forums for now. In the future, we are planning to implement a more robust solution for cultivating new ideas and nuturing these from concept to creation. We will update this template when this solution is generally available. In the meantime, we appreciate your patience as we endeavor to streamline our GitHub focus and efforts. | ||
Please read the CONTRIBUTING guidelines at https://github.com/dnnsoftware/Dnn.Platform/blob/development/CONTRIBUTING.md prior to submitting an issue. | ||
Please read the CONTRIBUTING guidelines at https://github.com/dnnsoftware/Dnn.Platform/blob/develop/CONTRIBUTING.md prior to submitting an issue. | ||
Any potential security issues SHOULD NOT be posted on GitHub. Instead, please send an email to [email protected]. | ||
--> | ||
|
@@ -40,10 +40,9 @@ Provide any additional context that may be helpful in understanding and/or resol | |
<!-- | ||
Please add X in at least one of the boxes as appropriate. In order for an issue to be accepted, a developer needs to be able to reproduce the issue on a currently supported version. If you are looking for a workaround for an issue with an older version, please visit the forums at https://dnncommunity.org/forums | ||
--> | ||
* [ ] 10.0.0 alpha build | ||
* [ ] 9.5.1 alpha build | ||
* [ ] 9.5.0 latest supported release | ||
* [ ] 9.4.4 | ||
* [ ] 10.00.00 alpha build | ||
* [ ] 09.06.01 release candidate | ||
* [ ] 09.06.00 latest supported release | ||
|
||
## Affected browser | ||
<!-- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ assignees: dnnsoftware/triage | |
<!-- | ||
If you need community support or would like to solicit a Request for Comments (RFC), please post to the DNN Community forums at https://dnncommunity.org/forums for now. In the future, we are planning to implement a more robust solution for cultivating new ideas and nuturing these from concept to creation. We will update this template when this solution is generally available. In the meantime, we appreciate your patience as we endeavor to streamline our GitHub focus and efforts. | ||
Please read the CONTRIBUTING guidelines at https://github.com/dnnsoftware/Dnn.Platform/blob/development/CONTRIBUTING.md prior to submitting an issue. | ||
Please read the CONTRIBUTING guidelines at https://github.com/dnnsoftware/Dnn.Platform/blob/develop/CONTRIBUTING.md prior to submitting an issue. | ||
Any potential security issues SHOULD NOT be posted on GitHub. Instead, please send an email to [email protected]. | ||
--> | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Update Versions | ||
on: create | ||
|
||
# Sets the manifest and other files version upon creation of a release branch | ||
jobs: | ||
updateVersions: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Get the release branch version | ||
if: ${{ github.event.ref_type == 'branch' && startsWith(github.event.ref, 'release/') }} | ||
uses: valadas/get-release-branch-version@v1 | ||
id: branchVersion | ||
|
||
- name: Set versions | ||
uses: valadas/set-dnn-manifest-versions@v1 | ||
with: | ||
version: ${{ steps.branchVersion.outputs.manifestSafeVersionString }} | ||
skipFile: './Build/Cake/unversionedManifests.txt' | ||
includeSolutionInfo: true | ||
includeIssueTemplates: true | ||
includePackageJson: true | ||
includeDnnReactCommon: true | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected] | ||
with: | ||
commit-message: Updates versions as per release candidate creation | ||
title: Updates versions as per release candidate creation | ||
body: This is a release managemnt task and we are self-approving it for that reason. | ||
# A comma separated list of labels. | ||
labels: 'Type: Build/Release' | ||
# The pull request branch name. | ||
branch: update-versions/patch | ||
# The branch suffix type. | ||
branch-suffix: short-commit-hash |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DNN Platform/Components/Microsoft.*/**/*.dnn | ||
DNN Platform/Components/Newtonsoft/*.dnn | ||
DNN Platform/JavaScript Libraries/**/*.dnn | ||
Temp/**/*.dnn |
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
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
Binary file modified
BIN
-1006 Bytes
(24%)
DNN Platform/Admin Modules/Dnn.Modules.Console/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
2 changes: 1 addition & 1 deletion
2
DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/dnn_ModuleCreator.dnn
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
Binary file modified
BIN
-159 Bytes
(93%)
DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24.8 KB
(76%)
DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
DNN Platform/Connectors/GoogleAnalytics/GoogleAnalyticsConnector.dnn
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
Binary file modified
BIN
-70 Bytes
(80%)
DNN Platform/Connectors/GoogleAnalytics/Images/GoogleAnalytics_32X32_Standard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
2 changes: 1 addition & 1 deletion
2
DNN Platform/DotNetNuke.Website.Deprecated/dnn_Website_Deprecated.dnn
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Binary file modified
BIN
-840 Bytes
(14%)
DNN Platform/Modules/CoreMessaging/Images/downArrow-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-423 Bytes
(73%)
DNN Platform/Modules/CoreMessaging/Images/ie-backgrounds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(99%)
DNN Platform/Modules/CoreMessaging/Images/messaging_16X16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1023 Bytes
(37%)
DNN Platform/Modules/CoreMessaging/Images/messaging_32X32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file modified
BIN
-33 Bytes
(80%)
DNN Platform/Modules/DigitalAssets/Images/Files_32x32_Standard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-876 Bytes
(17%)
DNN Platform/Modules/DigitalAssets/Images/manageFolderTypes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-903 Bytes
(28%)
DNN Platform/Modules/DigitalAssets/Images/transparencyBG.jpg
Oops, something went wrong.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-4.14 KB
(6.4%)
DNN Platform/Modules/Groups/Images/sample-group-profile.jpg
Oops, something went wrong.
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
Binary file modified
BIN
-845 Bytes
(96%)
DNN Platform/Modules/HTML/Documentation/Help/Images/HTML_Settings_WorkflowSet.png
Oops, something went wrong.
Oops, something went wrong.
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
Binary file modified
BIN
-2.68 KB
(9.5%)
DNN Platform/Modules/HtmlEditorManager/Images/HtmlEditorManager_Standard_16x16.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(82%)
DNN Platform/Modules/HtmlEditorManager/Images/HtmlEditorManager_Standard_32x32.png
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
DNN Platform/Modules/HtmlEditorManager/dnn_HtmlEditorManager.dnn
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
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-914 Bytes
(68%)
DNN Platform/Modules/Journal/Images/generic-file-thumb.jpg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
Oops, something went wrong.
Binary file modified
BIN
-729 Bytes
(75%)
DNN Platform/Modules/MemberDirectory/Images/mdAdvancedSearchBg.png
Oops, something went wrong.
Binary file modified
BIN
-894 Bytes
(71%)
DNN Platform/Modules/MemberDirectory/Images/mdHoverContentBg.png
Oops, something went wrong.
Binary file modified
BIN
-575 Bytes
(45%)
DNN Platform/Modules/MemberDirectory/Images/mdhoverActionsBg.png
Oops, something went wrong.
Binary file modified
BIN
-827 Bytes
(51%)
DNN Platform/Modules/MemberDirectory/Images/member_list_16X16.png
Oops, something went wrong.
Binary file modified
BIN
-954 Bytes
(26%)
DNN Platform/Modules/MemberDirectory/Images/member_list_32X32.png
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
-696 Bytes
(79%)
DNN Platform/Modules/MemberDirectory/Images/search-btn.png
Oops, something went wrong.
Binary file modified
BIN
-1019 Bytes
(34%)
DNN Platform/Modules/MemberDirectory/Images/sendMessageSprite.png
Oops, something went wrong.
Binary file modified
BIN
-926 Bytes
(26%)
DNN Platform/Modules/MemberDirectory/Images/tooltipArrow.png
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
...rm/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Facebook_Auth.dnn
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
Binary file modified
BIN
-363 Bytes
(52%)
...nticationProviders/DotNetNuke.Authentication.Facebook/Images/facebook_16X16.jpg
Oops, something went wrong.
Binary file modified
BIN
-1.18 KB
(37%)
...nticationProviders/DotNetNuke.Authentication.Facebook/Images/facebook_32X32.jpg
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...atform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Google_Auth.dnn
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
Binary file modified
BIN
-317 Bytes
(57%)
...uthenticationProviders/DotNetNuke.Authentication.Google/Images/google_16X16.jpg
Oops, something went wrong.
Binary file modified
BIN
-842 Bytes
(46%)
...uthenticationProviders/DotNetNuke.Authentication.Google/Images/google_32X32.jpg
Oops, something went wrong.
Binary file modified
BIN
-460 Bytes
(47%)
...enticationProviders/DotNetNuke.Authentication.LiveConnect/Images/live_16X16.jpg
Oops, something went wrong.
Binary file modified
BIN
-1.54 KB
(31%)
...enticationProviders/DotNetNuke.Authentication.LiveConnect/Images/live_32X32.jpg
Oops, something went wrong.
Oops, something went wrong.