Skip to content

Commit

Permalink
Repository: plone.app.controlpanel
Browse files Browse the repository at this point in the history
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
tisto committed Dec 22, 2014
1 parent 37794df commit cf9b9b8
Showing 1 changed file with 111 additions and 580 deletions.
Loading

0 comments on commit cf9b9b8

Please sign in to comment.