Skip to content

Commit

Permalink
Merge pull request #3759 from dnnsoftware/release/9.6.1
Browse files Browse the repository at this point in the history
Release/9.6.1
  • Loading branch information
valadas committed May 12, 2020
2 parents d7bb59c + ab531c0 commit ead3283
Show file tree
Hide file tree
Showing 998 changed files with 192 additions and 158 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.md
Expand Up @@ -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 security@dnnsoftware.com.
-->
Expand Down Expand Up @@ -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
<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement-request.md
Expand Up @@ -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 security@dnnsoftware.com.
-->
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/image-actions.yml
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
uses: actions/checkout@v2

- name: Compress Images
uses: calibreapp/image-actions@master
uses: calibreapp/image-actions@1.1.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
36 changes: 36 additions & 0 deletions .github/workflows/updateVersions.yml
@@ -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/create-pull-request@v2.7.1
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
4 changes: 4 additions & 0 deletions Build/Cake/unversionedManifests.txt
@@ -0,0 +1,4 @@
DNN Platform/Components/Microsoft.*/**/*.dnn
DNN Platform/Components/Newtonsoft/*.dnn
DNN Platform/JavaScript Libraries/**/*.dnn
Temp/**/*.dnn
7 changes: 1 addition & 6 deletions Build/Cake/version.cake
Expand Up @@ -6,12 +6,7 @@ var buildId = EnvironmentVariable("BUILD_BUILDID") ?? "0";
var buildNumber = "";
var productVersion = "";

var unversionedManifests = new string[] {
"DNN Platform/Components/Microsoft.*/**/*.dnn",
"DNN Platform/Components/Newtonsoft/*.dnn",
"DNN Platform/JavaScript Libraries/**/*.dnn",
"Temp/**/*.dnn"
};
var unversionedManifests = FileReadLines("./Build/Cake/unversionedManifests.txt");

Task("BuildServerSetVersion")
.IsDependentOn("SetVersion")
Expand Down
2 changes: 1 addition & 1 deletion Build/Symbols/DotNetNuke_Symbols.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke_Symbols" type="Library" version="09.06.00" >
<package name="DotNetNuke_Symbols" type="Library" version="09.06.01" >
<friendlyName>DNN Platform Symbols</friendlyName>
<description>This package contains Debug Symbols and Intellisense files for DNN Platform.</description>
<owner>
Expand Down
Binary file modified DNN Platform/Admin Modules/Dnn.Modules.Console/console.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Console" type="Module" version="09.06.00">
<package name="DotNetNuke.Console" type="Module" version="09.06.01">
<friendlyName>Console</friendlyName>
<description>Display children pages as icon links for navigation.</description>
<iconFile>~/DesktopModules/Admin/Console/console.png</iconFile>
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Module Creator" type="Module" version="09.06.00">
<package name="DotNetNuke.Module Creator" type="Module" version="09.06.01">
<friendlyName>Module Creator</friendlyName>
<description>Development of modules.</description>
<iconFile>~/Icons/Sigma/ModuleCreator_32x32.png</iconFile>
Expand Down
Binary file modified DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/logo.png
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 DNN Platform/Components/Telerik/DotNetNuke.Telerik.Web.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Telerik.Web" type="Library" isSystem="true" version="09.06.00">
<package name="DotNetNuke.Telerik.Web" type="Library" isSystem="true" version="09.06.01">
<friendlyName>DotNetNuke Telerik Web Components</friendlyName>
<description>Provides Telerik Components for DotNetNuke.</description>
<dependencies/>
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Connectors/Azure/AzureConnector.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Dnn.AzureConnector" type="Connector" isSystem="false" version="09.06.00">
<package name="Dnn.AzureConnector" type="Connector" isSystem="false" version="09.06.01">
<friendlyName>Dnn Azure Connector</friendlyName>
<description>The Azure Connector allows you to integrate Azure as your commenting solution with the Publisher module.</description>
<iconFile>~/DesktopModules/Connectors/Azure/Images/icon-azure-32px.png</iconFile>
Expand Down
Binary file modified DNN Platform/Connectors/Azure/Images/Azure.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Connectors/Azure/Images/icon-azure-32px.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNN.Connectors.GoogleAnalytics" type="Connector" isSystem="false" version="09.06.00">
<package name="DNN.Connectors.GoogleAnalytics" type="Connector" isSystem="false" version="09.06.01">
<friendlyName>Google Analytics Connector</friendlyName>
<description>Configure your sites Google Analytics settings.</description>
<iconFile>~/DesktopModules/Connectors/GoogleAnalytics/Images/GoogleAnalytics_32X32_Standard.png</iconFile>
Expand Down
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 DNN Platform/Dnn.AuthServices.Jwt/Dnn.Jwt.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNNJWT" type="Provider" version="09.06.00">
<package name="DNNJWT" type="Provider" version="09.06.01">
<friendlyName>DNN JWT Auth Handler</friendlyName>
<description>DNN Json Web Token Authentication (JWT) library for cookie-less Mobile authentication clients</description>
<dependencies/>
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Web.Deprecated" type="Library" isSystem="true" version="09.06.00">
<package name="DotNetNuke.Web.Deprecated" type="Library" isSystem="true" version="09.06.01">
<friendlyName>DNN Deprecated Web Controls Library</friendlyName>
<description>DNN Deprecated Web Controls library for legacy Telerik depepndency</description>
<dependencies/>
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.ClientAPI" type="Library" version="09.06.00" >
<package name="DotNetNuke.ClientAPI" type="Library" version="09.06.01" >
<friendlyName>DotNetNuke ClientAPI</friendlyName>
<description>The DotNetNuke Client API is composed of both server-side and client-side code that works together to enable a simple and reliable interface for the developer to provide a rich client-side experience.</description>
<dependencies/>
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Website.Deprecated" type="Library" isSystem="true" version="09.06.00">
<package name="DotNetNuke.Website.Deprecated" type="Library" isSystem="true" version="09.06.01">
<friendlyName>DNN Deprecated Website Codebehind files</friendlyName>
<description>DNN Deprecated Website Codebehind files for backward compability.</description>
<dependencies/>
Expand Down
4 changes: 2 additions & 2 deletions DNN Platform/JavaScript Libraries/jQuery/jQuery.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="jQuery" type="JavaScript_Library" version="03.05.00" isSystem="true">
<package name="jQuery" type="JavaScript_Library" version="03.05.01" isSystem="true">
<friendlyName>jQuery JavaScript Library</friendlyName>
<description>jQuery is a JavaScript library that is used to manipulate the Document Object Model (DOM).</description>
<iconFile>Icons\Sigma\Extensions_32x32_Standard.png</iconFile>
Expand All @@ -19,7 +19,7 @@
<libraryName>jQuery</libraryName>
<fileName>jquery.js</fileName>
<objectName>jQuery</objectName>
<CDNPath>https://code.jquery.com/jquery-3.5.0.min.js</CDNPath>
<CDNPath>https://code.jquery.com/jquery-3.5.1.min.js</CDNPath>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
Expand Down
4 changes: 2 additions & 2 deletions DNN Platform/JavaScript Libraries/jQuery/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DNN Platform/JavaScript Libraries/jQuery/jquery.min.map

Large diffs are not rendered by default.

23 changes: 9 additions & 14 deletions DNN Platform/Library/Services/Scheduling/ProcessGroup.cs
Expand Up @@ -8,8 +8,9 @@
using System.Reflection;
using System.Threading;
using System.Web.Compilation;

using DotNetNuke.Common;
using DotNetNuke.Instrumentation;
using Microsoft.Extensions.DependencyInjection;

#endregion

Expand Down Expand Up @@ -61,12 +62,14 @@ private static int GetProcessesInQueue

public void Run(ScheduleHistoryItem objScheduleHistoryItem)
{
IServiceScope serviceScope = null;
SchedulerClient Process = null;
try
{
//This is called from RunPooledThread()
ticksElapsed = Environment.TickCount - ticksElapsed;
Process = GetSchedulerClient(objScheduleHistoryItem.TypeFullName, objScheduleHistoryItem);
serviceScope = Globals.DependencyProvider.CreateScope();
Process = GetSchedulerClient(serviceScope.ServiceProvider, objScheduleHistoryItem.TypeFullName, objScheduleHistoryItem);
Process.ScheduleHistoryItem = objScheduleHistoryItem;

//Set up the handlers for the CoreScheduler
Expand Down Expand Up @@ -147,29 +150,21 @@ public void Run(ScheduleHistoryItem objScheduleHistoryItem)
}
finally
{
serviceScope?.Dispose();

//Track how many processes have completed for
//this instanciation of the ProcessGroup
numberOfProcessesInQueue -= 1;
processesCompleted += 1;
}
}

private SchedulerClient GetSchedulerClient(string strProcess, ScheduleHistoryItem objScheduleHistoryItem)
private SchedulerClient GetSchedulerClient(IServiceProvider services, string strProcess, ScheduleHistoryItem objScheduleHistoryItem)
{
//This is a method to encapsulate returning
//an object whose class inherits SchedulerClient.
Type t = BuildManager.GetType(strProcess, true, true);
var param = new ScheduleHistoryItem[1];
param[0] = objScheduleHistoryItem;
var types = new Type[1];

//Get the constructor for the Class
types[0] = typeof (ScheduleHistoryItem);
ConstructorInfo objConstructor;
objConstructor = t.GetConstructor(types);

//Return an instance of the class as an object
return (SchedulerClient) objConstructor.Invoke(param);
return (SchedulerClient)ActivatorUtilities.CreateInstance(services, t, objScheduleHistoryItem);
}

//This subroutine is callback for Threadpool.QueueWorkItem. This is the necessary
Expand Down
2 changes: 2 additions & 0 deletions DNN Platform/Library/Startup.cs
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//

using DotNetNuke.Common;
using DotNetNuke.Abstractions;
using DotNetNuke.DependencyInjection;
Expand All @@ -19,6 +20,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddSingleton<WebFormsModuleControlFactory>();
services.AddSingleton<Html5ModuleControlFactory>();
services.AddSingleton<ReflectedModuleControlFactory>();

services.AddTransient(x => PortalController.Instance);
services.AddTransient<INavigationManager, NavigationManager>();
}
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Modules/CoreMessaging/CoreMessaging.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="6.0">
<packages>
<package name="DotNetNuke.Modules.CoreMessaging" type="Module" isSystem="true" version="09.06.00">
<package name="DotNetNuke.Modules.CoreMessaging" type="Module" isSystem="true" version="09.06.01">
<friendlyName>Message Center</friendlyName>
<description>Core Messaging module allows users to message each other.</description>
<iconFile>~/DesktopModules/CoreMessaging/Images/messaging_32X32.png</iconFile>
Expand Down
Binary file modified DNN Platform/Modules/CoreMessaging/Images/downArrow-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/downArrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/grid-sprite.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/icons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/ie-backgrounds.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/list-Icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/messaging_16X16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/messaging_32X32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/page-Icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/paperClip.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/reply.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/CoreMessaging/Images/right.png
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 DNN Platform/Modules/DDRMenu/DDRMenu.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DDRMenu" type="Module" version="09.06.00">
<package name="DDRMenu" type="Module" version="09.06.01">
<friendlyName>DDR Menu</friendlyName>
<description>DotNetNuke Navigation Provider.</description>
<owner>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/DigitalAssets/Images/Search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/DigitalAssets/Images/cancel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/DigitalAssets/Images/checkmark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/DigitalAssets/Images/down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/DigitalAssets/Images/dropZone.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/DigitalAssets/Images/manageFolderTypes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DNN Platform/Modules/DigitalAssets/Images/transparencyBG.jpg
Binary file modified DNN Platform/Modules/DigitalAssets/Images/tree.png
2 changes: 1 addition & 1 deletion DNN Platform/Modules/DigitalAssets/dnn_DigitalAssets.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DigitalAssetsManagement" type="Module" isSystem="true" version="09.06.00">
<package name="DigitalAssetsManagement" type="Module" isSystem="true" version="09.06.01">
<friendlyName>Digital Asset Management</friendlyName>
<description>DotNetNuke Corporation Digital Asset Management module</description>
<iconFile>Images/Files_32x32_Standard.png</iconFile>
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="SiteExportImport" type="Library" isSystem="false" version="09.06.00">
<package name="SiteExportImport" type="Library" isSystem="false" version="09.06.01">
<friendlyName>Site Export Import</friendlyName>
<description>DotNetNuke Corporation Site Export Import Library</description>
<iconFile>Images/Files_32x32_Standard.png</iconFile>
Expand Down
Binary file modified DNN Platform/Modules/Groups/Images/Social_Groups_16X16.png
Binary file modified DNN Platform/Modules/Groups/Images/Social_Groups_32X32.png
Binary file modified DNN Platform/Modules/Groups/Images/docs-icn.png
Binary file modified DNN Platform/Modules/Groups/Images/join-group-icn.png
Binary file modified DNN Platform/Modules/Groups/Images/member-icn.png
Binary file modified DNN Platform/Modules/Groups/Images/photo-icn.png
Binary file modified DNN Platform/Modules/Groups/Images/posts-icn.png
Binary file modified DNN Platform/Modules/Groups/Images/sample-group-profile.jpg
2 changes: 1 addition & 1 deletion DNN Platform/Modules/Groups/SocialGroups.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Social Groups" type="Module" isSystem="true" version="09.06.00">
<package name="Social Groups" type="Module" isSystem="true" version="09.06.01">
<friendlyName>Social Groups</friendlyName>
<description>DotNetNuke Corporation Social Groups module</description>
<iconFile>~/DesktopModules/SocialGroups/Images/Social_Groups_32X32.png</iconFile>
Expand Down
Binary file modified DNN Platform/Modules/HTML/Images/html.png
2 changes: 1 addition & 1 deletion DNN Platform/Modules/HTML/dnn_HTML.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNN_HTML" type="Module" version="09.06.00">
<package name="DNN_HTML" type="Module" version="09.06.01">
<friendlyName>HTML</friendlyName>
<description>This module renders a block of HTML or Text content. The Html/Text module allows authorized users to edit the content either inline or in a separate administration page. Optional tokens can be used that get replaced dynamically during display. All versions of content are stored in the database including the ability to rollback to an older version.</description>
<iconFile>DesktopModules\HTML\Images\html.png</iconFile>
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="6.0">
<packages>
<package name="DotNetNuke.HtmlEditorManager" type="Module" version="09.06.00" >
<package name="DotNetNuke.HtmlEditorManager" type="Module" version="09.06.01" >
<friendlyName>Html Editor Management</friendlyName>
<iconFile>Images/HtmlEditorManager_Standard_32x32.png</iconFile>
<description>A module used to configure toolbar items, behavior, and other options used in the DotNetNuke HtmlEditor Provider.</description>
Expand Down
Binary file modified DNN Platform/Modules/Journal/Images/bg.jpg
Binary file modified DNN Platform/Modules/Journal/Images/d.png
Binary file modified DNN Platform/Modules/Journal/Images/generic-file-thumb.jpg
Binary file modified DNN Platform/Modules/Journal/Images/journal-tools.png
Binary file modified DNN Platform/Modules/Journal/Images/journal_32X32.png
2 changes: 1 addition & 1 deletion DNN Platform/Modules/Journal/Journal.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Journal" type="Module" isSystem="true" version="09.06.00">
<package name="Journal" type="Module" isSystem="true" version="09.06.01">
<friendlyName>Journal</friendlyName>
<description>DotNetNuke Corporation Journal module</description>
<iconFile>DesktopModules/Journal/Images/journal_32X32.png</iconFile>
Expand Down
Binary file modified DNN Platform/Modules/MemberDirectory/Images/icons.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/mdAdvancedSearchBg.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/mdHoverContentBg.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/mdhoverActionsBg.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/member_list_16X16.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/member_list_32X32.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/refresh.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/search-btn.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/sendMessageSprite.png
Binary file modified DNN Platform/Modules/MemberDirectory/Images/tooltipArrow.png
2 changes: 1 addition & 1 deletion DNN Platform/Modules/MemberDirectory/MemberDirectory.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="6.0">
<packages>
<package name="DotNetNuke.Modules.MemberDirectory" type="Module" isSystem="true" version="09.06.00">
<package name="DotNetNuke.Modules.MemberDirectory" type="Module" isSystem="true" version="09.06.01">
<friendlyName>Member Directory</friendlyName>
<description>The Member Directory module displays a list of Members based on role, profile property or relationship.</description>
<iconFile>~/DesktopModules/MemberDirectory/Images/member_list_32X32.png</iconFile>
Expand Down
Binary file modified DNN Platform/Modules/MemberDirectory/sample-img.jpg
Binary file modified DNN Platform/Modules/MemberDirectory/sample-img1.jpg
2 changes: 1 addition & 1 deletion DNN Platform/Modules/RazorHost/Manifest.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="{0}" type="Module" isSystem="true" version="09.06.00">
<package name="{0}" type="Module" isSystem="true" version="09.06.01">
<friendlyName>{0}</friendlyName>
<description>{1}</description>
<owner>
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Modules/RazorHost/RazorHost.dnn
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNNCorp.RazorHost" type="Module" version="09.06.00" >
<package name="DNNCorp.RazorHost" type="Module" version="09.06.01" >
<friendlyName>Razor Host</friendlyName>
<description>The Razor Host module allows developers to host Razor Scripts.</description>
<owner>
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNN_FacebookAuthentication" type="Auth_System" version="09.06.00" >
<package name="DNN_FacebookAuthentication" type="Auth_System" version="09.06.01" >
<friendlyName>DotNetNuke Facebook Authentication Project</friendlyName>
<description>The DotNetNuke Facebook Authentication Project is an Authentication provider for DotNetNuke that uses
Facebook authentication to authenticate users.
Expand Down
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNN_GoogleAuthentication" type="Auth_System" version="09.06.00" >
<package name="DNN_GoogleAuthentication" type="Auth_System" version="09.06.01" >
<friendlyName>DotNetNuke Google Authentication Project</friendlyName>
<description>The DotNetNuke Google Authentication Project is an Authentication provider for DotNetNuke that uses
Google authentication to authenticate users.
Expand Down

0 comments on commit ead3283

Please sign in to comment.