Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2014-12-22T11:38:57+01:00 Author: Timo Stollenwerk () <contact@timostollenwerk.net> Commit: plone/plone.app.controlpanel@84c7960 Remove the quickinstaller (moved to Products.CMFPlone). Files changed: M CHANGES.rst M plone/app/controlpanel/configure.zcml diff --git a/CHANGES.rst b/CHANGES.rst index b36b600..3fc1415 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 3.0.0 (unreleased) ------------------ +- Remove the quickinstaller (moved to Products.CMFPlone). + [timo] + - Remove the users/groups control panel (moved to Products.CMFPlone). [timo] diff --git a/plone/app/controlpanel/configure.zcml b/plone/app/controlpanel/configure.zcml index c53cde4..3be14a4 100644 --- a/plone/app/controlpanel/configure.zcml +++ b/plone/app/controlpanel/configure.zcml @@ -67,34 +67,4 @@ permission="cmf.ManagePortal" /> - <!-- quickinstaller related --> - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="prefs_install_products_form" - class=".qi.ManageProductsView" - permission="cmf.ManagePortal" - template="qi.pt" - /> - - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="upgrade_products" - class=".qi.UpgradeProductsView" - permission="cmf.ManagePortal" - /> - - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="install_products" - class=".qi.InstallProductsView" - permission="cmf.ManagePortal" - /> - - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="uninstall_products" - class=".qi.UninstallProductsView" - permission="cmf.ManagePortal" - /> - </configure> Repository: plone.app.controlpanel Branch: refs/heads/master Date: 2014-12-22T12:01:15+01:00 Author: Timo Stollenwerk (tisto) <tisto@plone.org> Commit: plone/plone.app.controlpanel@bc5be63 Merge pull request #38 from plone/plip10359-quickinstaller Remove the quickinstaller (moved to Products.CMFPlone). Files changed: M CHANGES.rst M plone/app/controlpanel/configure.zcml diff --git a/CHANGES.rst b/CHANGES.rst index b36b600..3fc1415 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 3.0.0 (unreleased) ------------------ +- Remove the quickinstaller (moved to Products.CMFPlone). + [timo] + - Remove the users/groups control panel (moved to Products.CMFPlone). [timo] diff --git a/plone/app/controlpanel/configure.zcml b/plone/app/controlpanel/configure.zcml index c53cde4..3be14a4 100644 --- a/plone/app/controlpanel/configure.zcml +++ b/plone/app/controlpanel/configure.zcml @@ -67,34 +67,4 @@ permission="cmf.ManagePortal" /> - <!-- quickinstaller related --> - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="prefs_install_products_form" - class=".qi.ManageProductsView" - permission="cmf.ManagePortal" - template="qi.pt" - /> - - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="upgrade_products" - class=".qi.UpgradeProductsView" - permission="cmf.ManagePortal" - /> - - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="install_products" - class=".qi.InstallProductsView" - permission="cmf.ManagePortal" - /> - - <browser:page - for="Products.CMFPlone.interfaces.IPloneSiteRoot" - name="uninstall_products" - class=".qi.UninstallProductsView" - permission="cmf.ManagePortal" - /> - </configure>
- Loading branch information