-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNN-7565: Change how pages are defined in manifest.
- Loading branch information
Ben
committed
Oct 26, 2015
1 parent
a743dde
commit 50b0238
Showing
19 changed files
with
523 additions
and
1,733 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
171 changes: 86 additions & 85 deletions
171
DNN Platform/Admin Modules/Dnn.Modules.Lists/dnn_Lists.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
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> |
Oops, something went wrong.