U4-5546 Remove user 'channels', weblog api, and all code / db tables relevant to those

This commit is contained in:
Shannon
2017-07-20 15:47:26 +10:00
parent 964f3bae60
commit e9e2a86e2e
14 changed files with 6 additions and 1586 deletions

View File

@@ -110,6 +110,8 @@
</httpModules>
<httpHandlers>
<add path="GoogleSpellChecker.ashx" xdt:Transform="Remove" xdt:Locator="Match(path)" />
<add path="umbraco/channels.aspx" xdt:Transform="Remove" xdt:Locator="Match(path)" />
<add path="umbraco/channels/word.aspx" xdt:Transform="Remove" xdt:Locator="Match(path)" />
</httpHandlers>
</system.web>
@@ -324,6 +326,10 @@
<handlers>
<remove name="SpellChecker" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<add name="SpellChecker" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<remove name="Channels" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<add name="Channels" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<remove name="Channels_Word" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<add name="Channels_Word" xdt:Transform="Remove" xdt:Locator="Match(name)" />
</handlers>
<!-- Increase the default upload file size limit -->