-
Notifications
You must be signed in to change notification settings - Fork 21
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 #308 from DNNCommunity/dev
Merging `dev` into `master` for 07.00.09 Release
- Loading branch information
Showing
44 changed files
with
783 additions
and
397 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<dotnetnuke type="Package" version="5.0"> | ||
<packages> | ||
<package name="Active Forums" type="Module" version="07.00.07"> | ||
<dotnetnuke type="Package" version="5.0"> | ||
<packages> | ||
<package name="Active Forums" type="Module" version="07.00.09"> | ||
<friendlyName>Active Forums</friendlyName> | ||
<description>Community Forums: The official online forums module for the DNN Community.</description> | ||
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile> | ||
|
@@ -72,7 +72,7 @@ | |
<processorCommand>UpgradeModule</processorCommand> | ||
<attributes> | ||
<businessControllerClass>DotNetNuke.Modules.ActiveForums.TopicsController, DotNetNuke.Modules.ActiveForums</businessControllerClass> | ||
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID> | ||
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID> | ||
<upgradeVersionsList>07.00.07</upgradeVersionsList> | ||
</attributes> | ||
</eventMessage> | ||
|
@@ -84,7 +84,7 @@ | |
<assembly> | ||
<name>DotNetNuke.Modules.ActiveForums.dll</name> | ||
<sourceFileName>bin\DotNetNuke.Modules.ActiveForums.dll</sourceFileName> | ||
<version>07.00.07</version> | ||
<version>07.00.09</version> | ||
</assembly> | ||
</assemblies> | ||
</component> | ||
|
@@ -359,10 +359,20 @@ | |
<name>07.00.07.SqlDataProvider</name> | ||
<version>07.00.07</version> | ||
</script> | ||
<script type="Install"> | ||
<path>sql</path> | ||
<name>07.00.08.SqlDataProvider</name> | ||
<version>07.00.08</version> | ||
</script> | ||
<script type="Install"> | ||
<path>sql</path> | ||
<name>07.00.09.SqlDataProvider</name> | ||
<version>07.00.09</version> | ||
</script> | ||
<script type="UnInstall"> | ||
<path>sql</path> | ||
<name>Uninstall.SqlDataProvider</name> | ||
<version>07.00.07</version> | ||
<version>07.00.09</version> | ||
</script> | ||
</scripts> | ||
</component> | ||
|
@@ -397,8 +407,8 @@ | |
<component type="Cleanup" version="07.00.03" fileName="07.00.03.txt" /> | ||
</components> | ||
</package> | ||
|
||
<package name="Active Forums What's New" type="Module" version="07.00.07"> | ||
<package name="Active Forums What's New" type="Module" version="07.00.09"> | ||
<friendlyName>Active Forums What's New</friendlyName> | ||
<foldername>ActiveForumsWhatsNew</foldername> | ||
<description>Community Forums: Display the most recent topics or replies from selected forums on any page within your site.</description> | ||
|
@@ -467,73 +477,73 @@ | |
</components> | ||
</package> | ||
|
||
<package name="Active Forums Viewer" type="Module" version="07.00.07"> | ||
<friendlyName>Active Forums Viewer</friendlyName> | ||
<foldername>ActiveForumsViewer</foldername> | ||
<description>Community Forums: Display any forum topic view on any page within your site.</description> | ||
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile> | ||
<owner> | ||
<name>DNN Community</name> | ||
<organization>DNN Community</organization> | ||
<url>dnncommunity.org</url> | ||
<email>[email protected]</email> | ||
</owner> | ||
<license src="License.txt" /> | ||
<releaseNotes src="ReleaseNotes.txt" /> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies> | ||
<dependency type="CoreVersion">09.04.00</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="Module"> | ||
<desktopModule> | ||
<moduleName>Active Forums Viewer</moduleName> | ||
<foldername>ActiveForumsViewer</foldername> | ||
<businessControllerClass /> | ||
<supportedFeatures /> | ||
<moduleDefinitions> | ||
<moduleDefinition> | ||
<friendlyName>Active Forums Viewer</friendlyName> | ||
<definitionName>Active Forums Viewer</definitionName> | ||
<defaultCacheTime>0</defaultCacheTime> | ||
<moduleControls> | ||
<moduleControl> | ||
<controlKey /> | ||
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewer.ascx</controlSrc> | ||
<supportsPartialRendering>False</supportsPartialRendering> | ||
<controlTitle>Active Forums Viewer</controlTitle> | ||
<controlType>View</controlType> | ||
<iconFile /> | ||
<helpUrl /> | ||
<supportsPopUps>False</supportsPopUps> | ||
<viewOrder>0</viewOrder> | ||
</moduleControl> | ||
<moduleControl> | ||
<controlKey>Settings</controlKey> | ||
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewerSettings.ascx</controlSrc> | ||
<supportsPartialRendering>False</supportsPartialRendering> | ||
<controlTitle>Settings</controlTitle> | ||
<controlType>Edit</controlType> | ||
<iconFile /> | ||
<helpUrl /> | ||
<supportsPopUps>False</supportsPopUps> | ||
</moduleControl> | ||
</moduleControls> | ||
</moduleDefinition> | ||
</moduleDefinitions> | ||
</desktopModule> | ||
</component> | ||
<component type="ResourceFile"> | ||
<resourceFiles> | ||
<basePath>DesktopModules\ActiveForumsViewer</basePath> | ||
<resourceFile> | ||
<name>ActiveForumsViewerResources.zip</name> | ||
<sourceFileName>ActiveForumsViewerResources.zip</sourceFileName> | ||
</resourceFile> | ||
</resourceFiles> | ||
</component> | ||
</components> | ||
</package> | ||
|
||
<package name="Active Forums Viewer" type="Module" version="07.00.09"> | ||
<friendlyName>Active Forums Viewer</friendlyName> | ||
<foldername>ActiveForumsViewer</foldername> | ||
<description>Community Forums: Display any forum topic view on any page within your site.</description> | ||
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile> | ||
<owner> | ||
<name>DNN Community</name> | ||
<organization>DNN Community</organization> | ||
<url>dnncommunity.org</url> | ||
<email>[email protected]</email> | ||
</owner> | ||
<license src="License.txt" /> | ||
<releaseNotes src="ReleaseNotes.txt" /> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies> | ||
<dependency type="CoreVersion">09.04.00</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="Module"> | ||
<desktopModule> | ||
<moduleName>Active Forums Viewer</moduleName> | ||
<foldername>ActiveForumsViewer</foldername> | ||
<businessControllerClass /> | ||
<supportedFeatures /> | ||
<moduleDefinitions> | ||
<moduleDefinition> | ||
<friendlyName>Active Forums Viewer</friendlyName> | ||
<definitionName>Active Forums Viewer</definitionName> | ||
<defaultCacheTime>0</defaultCacheTime> | ||
<moduleControls> | ||
<moduleControl> | ||
<controlKey /> | ||
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewer.ascx</controlSrc> | ||
<supportsPartialRendering>False</supportsPartialRendering> | ||
<controlTitle>Active Forums Viewer</controlTitle> | ||
<controlType>View</controlType> | ||
<iconFile /> | ||
<helpUrl /> | ||
<supportsPopUps>False</supportsPopUps> | ||
<viewOrder>0</viewOrder> | ||
</moduleControl> | ||
<moduleControl> | ||
<controlKey>Settings</controlKey> | ||
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewerSettings.ascx</controlSrc> | ||
<supportsPartialRendering>False</supportsPartialRendering> | ||
<controlTitle>Settings</controlTitle> | ||
<controlType>Edit</controlType> | ||
<iconFile /> | ||
<helpUrl /> | ||
<supportsPopUps>False</supportsPopUps> | ||
</moduleControl> | ||
</moduleControls> | ||
</moduleDefinition> | ||
</moduleDefinitions> | ||
</desktopModule> | ||
</component> | ||
<component type="ResourceFile"> | ||
<resourceFiles> | ||
<basePath>DesktopModules\ActiveForumsViewer</basePath> | ||
<resourceFile> | ||
<name>ActiveForumsViewerResources.zip</name> | ||
<sourceFileName>ActiveForumsViewerResources.zip</sourceFileName> | ||
</resourceFile> | ||
</resourceFiles> | ||
</component> | ||
</components> | ||
</package> | ||
</packages> | ||
</dotnetnuke> |
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.