Skip to content

Commit

Permalink
CKEditor 4.18.0: previous version cleanup
Browse files Browse the repository at this point in the history
Platform/Providers/HtmlEditorProviders/DNNConnect.CKE/DNNConnect.CKEditorProvider.dnn
  • Loading branch information
daguiler authored and bdukes committed Apr 26, 2022
1 parent 9f26700 commit 616a1d1
Showing 1 changed file with 98 additions and 95 deletions.
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
<dotnetnuke type="Package" version="5.0">
<packages><package name="DNNConnect.CKEditorProvider" type="Provider" version="09.11.00">
<friendlyName>CKEditor Provider</friendlyName>
<description>CKEditor Provider for DNN</description>
<iconFile>~/Providers/HtmlEditorProviders/DNNConnect.CKE/LogoCKEditor.png</iconFile>
<azureCompatible>true</azureCompatible>
<owner>
<name>.NET Foundation and Contributors</name>
<organization>DNN Community</organization>
<url>https://dnncommunity.org</url>
<email>info@dnncommunity.org</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releaseNotes.txt" />
<components>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>DNNConnect.CKEditorProvider.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Providers\HtmlEditorProviders\DNNConnect.CKE</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Script">
<scripts>
<basePath>Providers\HtmlEditorProviders\DNNConnect.CKE\</basePath>
<script type="Install">
<path>Install</path>
<name>01.00.00.SqlDataProvider</name>
<version>01.00.00</version>
</script>
<script type="Install">
<path>Install</path>
<name>01.00.02.SqlDataProvider</name>
<version>01.00.02</version>
</script>
<script type="UnInstall">
<path>Install</path>
<name>Uninstall.SqlDataProvider</name>
</script>
</scripts>
</component>
<component type="File">
<files>
<basePath>Portals\_default</basePath>
<file>
<path>Install</path>
<name>Dnn.CKEditorDefaultSettings.xml</name>
</file>
<file>
<path>Install</path>
<name>Dnn.CKToolbarButtons.xml</name>
</file>
<file>
<path>Install</path>
<name>Dnn.CKToolbarSets.xml</name>
</file>
</files>
</component>
<component type="File">
<files>
<basePath>Providers\HtmlEditorProviders\DNNConnect.CKE</basePath>
<file>
<name>LogoCKEditor.png</name>
<sourceFileName>LogoCKEditor.png</sourceFileName>
</file>
</files>
</component>
<component type="Config">
<config>
<configFile>web.config</configFile>
<install>
<configuration>
<nodes>
<friendlyName>CKEditor Provider</friendlyName>
<description>CKEditor Provider for DNN</description>
<iconFile>~/Providers/HtmlEditorProviders/DNNConnect.CKE/LogoCKEditor.png</iconFile>
<azureCompatible>true</azureCompatible>
<owner>
<name>.NET Foundation and Contributors</name>
<organization>DNN Community</organization>
<url>https://dnncommunity.org</url>
<email>info@dnncommunity.org</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releaseNotes.txt" />
<components>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>DNNConnect.CKEditorProvider.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Providers\HtmlEditorProviders\DNNConnect.CKE</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Script">
<scripts>
<basePath>Providers\HtmlEditorProviders\DNNConnect.CKE\</basePath>
<script type="Install">
<path>Install</path>
<name>01.00.00.SqlDataProvider</name>
<version>01.00.00</version>
</script>
<script type="Install">
<path>Install</path>
<name>01.00.02.SqlDataProvider</name>
<version>01.00.02</version>
</script>
<script type="UnInstall">
<path>Install</path>
<name>Uninstall.SqlDataProvider</name>
</script>
</scripts>
</component>
<component type="File">
<files>
<basePath>Portals\_default</basePath>
<file>
<path>Install</path>
<name>Dnn.CKEditorDefaultSettings.xml</name>
</file>
<file>
<path>Install</path>
<name>Dnn.CKToolbarButtons.xml</name>
</file>
<file>
<path>Install</path>
<name>Dnn.CKToolbarSets.xml</name>
</file>
</files>
</component>
<component type="File">
<files>
<basePath>Providers\HtmlEditorProviders\DNNConnect.CKE</basePath>
<file>
<name>LogoCKEditor.png</name>
<sourceFileName>LogoCKEditor.png</sourceFileName>
</file>
</files>
</component>
<component type="Config">
<config>
<configFile>web.config</configFile>
<install>
<configuration>
<nodes>
<node path="/configuration/dotnetnuke/htmlEditor[@defaultProvider='' or @defaultProvider='DotNetNuke.RadEditorProvider']"
action="updateattribute"
name="defaultProvider"
Expand All @@ -92,25 +92,28 @@
type="DNNConnect.CKEditorProvider.CKHtmlEditorProvider, DNNConnect.CKEditorProvider"
providerPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/"
settingsControlPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/Module/EditorConfigManager.ascx" />
</node>
</nodes>
</configuration>
</install>
<uninstall>
<configuration>
<nodes>
</node>
</nodes>
</configuration>
</install>
<uninstall>
<configuration>
<nodes>
<node path="/configuration/dotnetnuke/htmlEditor[@defaultProvider='DNNConnect.CKE']"
action="updateattribute"
name="defaultProvider"
value="DotNetNuke.RadEditorProvider" />
<node path="/configuration/dotnetnuke/htmlEditor/providers/add[@name='DNNConnect.CKE']"
action="remove" />
</nodes>
</configuration>
</uninstall>
</config>
</component>
</components>
</package>
</packages>
</nodes>
</configuration>
</uninstall>
</config>
</component>
<component type="Cleanup"
glob="Providers/HtmlEditorProviders/DNNConnect.CKE/js/ckeditor/4.15.1/**/*">
</component>
</components>
</package>
</packages>
</dotnetnuke>

0 comments on commit 616a1d1

Please sign in to comment.