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

Merge 9.4.x to development #3191

Merged
merged 32 commits into from
Oct 23, 2019
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b245ed2
Remove disposal of MemoryStream for email attachments sent using Send…
david-poindexter Sep 29, 2019
1a17021
Corrected references to older site URL (#3056)
mitchelsellers Oct 3, 2019
0abf337
Made the BuildAll task default + docs
valadas Oct 4, 2019
9dccef6
Fixed a typo
valadas Oct 4, 2019
a3db9cd
Update .github/BUILD.md
valadas Oct 5, 2019
b848cad
Update .github/BUILD.md
valadas Oct 5, 2019
50f2e8d
Remove reference to empty fs npm package (#3094)
bdukes Oct 5, 2019
ae1aae3
Merge branch 'release/9.4.x' into default-buildall
bdukes Oct 5, 2019
3d984cc
Merge pull request #3092 from valadas/default-buildall
donker Oct 5, 2019
72e999c
Added defensive coding to prevent memory leaks
david-poindexter Oct 7, 2019
c84d3cd
Updates .Net 4.7.2 warning for NL and DE languages (#3032)
valadas Oct 7, 2019
1647a83
DNN-29557 - Infinite while loop fix (#3123)
berkarslan-xo Oct 7, 2019
66122b5
Update Pages.resx
Tychodewaard Oct 7, 2019
fbd988c
Merge pull request #3126 from Tychodewaard/development
mitchelsellers Oct 7, 2019
514f9f6
Merge branch 'release/9.4.x' into issue-3036
david-poindexter Oct 7, 2019
2f21783
Merge pull request #3039 from david-poindexter/issue-3036
mitchelsellers Oct 8, 2019
fd870be
DNN-31121 - Fix the non alphanumeric character regex (#3059)
tingung Oct 10, 2019
5299e0b
DNN-7818: add send verification mail link in unverified message.
zyhfish Oct 14, 2019
f19a881
Merge pull request #3144 from zyhfish/bug/DNN-7818-v9.4.x
mitchelsellers Oct 14, 2019
8c89637
Add 'fileName' to condition when checking request for logo file.
youngcaseho Oct 5, 2019
43b13b7
Permissions for default folders (#3024)
SCullman Oct 16, 2019
6eef816
DNN-32978 Copying pro html module don't modify the permission
mikebigun Oct 18, 2019
a7cc452
Fixes errors with previous build scripts following PB merge
valadas Oct 18, 2019
8ee3c08
Merge branch 'release/9.4.x' into fix-merge-build
valadas Oct 18, 2019
0d20aac
Merge pull request #3167 from valadas/fix-merge-build
mitchelsellers Oct 19, 2019
4d12dba
Updates issue templates and build docs (#3165)
valadas Oct 19, 2019
8dd941b
Documentation action cleanup (#3171)
david-poindexter Oct 19, 2019
966a0d6
Add validation method with IsNullOrWhiteSpace check. Use method to v…
youngcaseho Oct 20, 2019
d0be7a3
OAuthClientBase now returns the correct RequestingCode instead of abo…
SkyeHoefling Oct 20, 2019
484f17b
Created INavigationManager to replace Globals.NavigateURL (#3160)
SkyeHoefling Oct 22, 2019
9b4c851
Revert "Merges latest changes from 9.4.x into development (#3189)"
bdukes Oct 22, 2019
ae94e24
Merge remote-tracking branch 'dnnsoftware/release/9.4.x' into develop…
bdukes Oct 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Documentation action cleanup (#3171)
  • Loading branch information
david-poindexter authored and mitchelsellers committed Oct 19, 2019
commit 8dd941b593555b618e3780cc101c87da6003cef9
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ define(['jquery', 'knockout', 'jquery.hoverIntent.min'], function ($, ko) {
'<li class="version-info" data-bind="html: ProductVersion"></li>' +
'<li class="framework" data-bind="visible: FrameworkVersion.length > 0"><span data-bind="html: FrameworkVersion"></span><label data-bind="html: resx.Framework"></label></li>' +
'<li class="server-name" data-bind="visible: ServerName.length > 0"><span data-bind="html: ServerName"></span><label data-bind="html: resx.ServerName"></label></li>' +
'<li class="license-info" data-bind="visible: visibleCheck(\'LicenseVisible\')"><a href="http://www.dnnsoftware.com/products/" data-bind="html: resx.UpgradeLicense" target="_blank"></a><label data-bind="html: resx.LicenseKey"></label></li>' +
'<li class="separator"></li>' +
'<li class="doc-center"><a href="https://dnndocs.com/" data-bind="html: resx.Documentation, visible: visibleCheck(\'DocCenterVisible\')" target="_blank"></a></li>' +
'<li id="Logout" class="logout" data-bind="html: resx.nav_Logout"></li>' +
Expand Down