Skip to content

Commit

Permalink
DNN-7565: Change how pages are defined in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Oct 26, 2015
1 parent a743dde commit 50b0238
Show file tree
Hide file tree
Showing 19 changed files with 523 additions and 1,733 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<hostPage>Configuration Manager</hostPage>
<tabIconFile>~/Icons/Sigma/Configuration_16X16_Standard.png</tabIconFile>
<tabIconFileLarge>~/Icons/Sigma/Configuration_32X32_Standard.png</tabIconFileLarge>
<tabDescription>Modify configuration settings for your site</tabDescription>
<page type="Host" common="false">
<name>Configuration Manager</name>
<icon>~/Icons/Sigma/Configuration_16X16_Standard.png</icon>
<largeIcon>~/Icons/Sigma/Configuration_32X32_Standard.png</largeIcon>
<description>Modify configuration settings for your site</description>
</page>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Configuration Manager</friendlyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<hostPage>Dashboard</hostPage>
<tabIconFile>~/images/icon_dashboard_16px.gif</tabIconFile>
<tabIconFileLarge>~/images/icon_dashboard_32px.gif</tabIconFileLarge>
<tabDescription>Summary view of application and site settings.</tabDescription>
<page type="Host" common="true">
<name>Dashboard</name>
<icon>~/images/icon_dashboard_16px.gif</icon>
<largeIcon>~/images/icon_dashboard_32px.gif</largeIcon>
<description>Summary view of application and site settings.</description>
</page>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Dashboard</friendlyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<adminPage>Languages</adminPage>
<tabIconFile>~/Icons/Sigma/Languages_16X16_Standard.png</tabIconFile>
<tabIconFileLarge>~/Icons/Sigma/Languages_32X32_Standard.png</tabIconFileLarge>
<tabDescription>Manage Language Resources.</tabDescription>
<page type="Admin" common="false">
<name>Languages</name>
<icon>~/Icons/Sigma/Languages_16X16_Standard.png</icon>
<largeIcon>~/Icons/Sigma/Languages_32X32_Standard.png</largeIcon>
<description>Manage Language Resources.</description>
</page>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Languages</friendlyName>
Expand Down
171 changes: 86 additions & 85 deletions DNN Platform/Admin Modules/Dnn.Modules.Lists/dnn_Lists.dnn
Original file line number Diff line number Diff line change
@@ -1,87 +1,88 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Lists" type="Module" version="08.00.00">
<friendlyName>Lists</friendlyName>
<description>Allows you to edit common lists.</description>
<iconFile>~/Icons/Sigma/Lists_32X32_Standard.png</iconFile>
<owner>
<name>DNN</name>
<organization>DNN Corp.</organization>
<url>http://www.dnnsoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releaseNotes.txt" />
<azureCompatible>true</azureCompatible>
<components>
<component type="Module">
<desktopModule>
<moduleName>Lists</moduleName>
<foldername>Admin/Lists</foldername>
<businessControllerClass>Dnn.Modules.Lists.Components.ListsController</businessControllerClass>
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<adminPage>Lists</adminPage>
<hostPage>Lists</hostPage>
<tabIconFile>~/Icons/Sigma/Lists_16X16_Standard.png</tabIconFile>
<tabIconFileLarge>~/Icons/Sigma/Lists_32X32_Standard.png</tabIconFileLarge>
<tabDescription>Lists.</tabDescription>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Lists</friendlyName>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/Admin/Lists/ListEditor.ascx</controlSrc>
<controlTitle />
<controlType>View</controlType>
<iconFile>~/Icons/Sigma/Lists_32X32_Standard.png</iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Using the Control Panel/Admin Console/Lists/About the Admin Lists Page.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
<eventMessage>
<processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
<processorCommand>UpgradeModule</processorCommand>
<attributes>
<businessControllerClass>Dnn.Modules.Lists.Components.ListsController</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>08.00.00</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>Dnn.Modules.Lists.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/Admin/Lists</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="File">
<files>
<basePath>DesktopModules\Admin\Lists</basePath>
<file>
<name>08.00.00.txt</name>
</file>
</files>
</component>
<component type="Cleanup" version="08.00.00" fileName ="08.00.00.txt" />
</components>
</package>
</packages>
<packages>
<package name="DotNetNuke.Lists" type="Module" version="08.00.00">
<friendlyName>Lists</friendlyName>
<description>Allows you to edit common lists.</description>
<iconFile>~/Icons/Sigma/Lists_32X32_Standard.png</iconFile>
<owner>
<name>DNN</name>
<organization>DNN Corp.</organization>
<url>http://www.dnnsoftware.com</url>
<email>[email protected]</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releaseNotes.txt" />
<azureCompatible>true</azureCompatible>
<components>
<component type="Module">
<desktopModule>
<moduleName>Lists</moduleName>
<foldername>Admin/Lists</foldername>
<businessControllerClass>Dnn.Modules.Lists.Components.ListsController</businessControllerClass>
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<page type="Admin,Host" common="false">
<name>Lists</name>
<icon>~/Icons/Sigma/Lists_16X16_Standard.png</icon>
<largeIcon>~/Icons/Sigma/Lists_32X32_Standard.png</largeIcon>
<description>Lists.</description>
</page>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Lists</friendlyName>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/Admin/Lists/ListEditor.ascx</controlSrc>
<controlTitle />
<controlType>View</controlType>
<iconFile>~/Icons/Sigma/Lists_32X32_Standard.png</iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Using the Control Panel/Admin Console/Lists/About the Admin Lists Page.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
<eventMessage>
<processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
<processorCommand>UpgradeModule</processorCommand>
<attributes>
<businessControllerClass>Dnn.Modules.Lists.Components.ListsController</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>08.00.00</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>Dnn.Modules.Lists.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/Admin/Lists</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="File">
<files>
<basePath>DesktopModules\Admin\Lists</basePath>
<file>
<name>08.00.00.txt</name>
</file>
</files>
</component>
<component type="Cleanup" version="08.00.00" fileName ="08.00.00.txt" />
</components>
</package>
</packages>
</dotnetnuke>
Loading

0 comments on commit 50b0238

Please sign in to comment.