[Testbot] Plone 5.0 - Python 2.7 - Build # 1715 - Still failing! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Feb 23 09:59:27 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1715 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1715/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2014-02-23T01:07:19-08:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.controlpanel/commit/4b280c1d1d59929eb9aa5cf32fdc788e02c028cc

Comment out site control panel view and adapter since those have been moved to P.CMFPlone (z3c.form).

Files changed:
M plone/app/controlpanel/configure.zcml

diff --git a/plone/app/controlpanel/configure.zcml b/plone/app/controlpanel/configure.zcml
index 3246ecd..f28d9f3 100644
--- a/plone/app/controlpanel/configure.zcml
+++ b/plone/app/controlpanel/configure.zcml
@@ -28,7 +28,7 @@
 
   <adapter factory=".security.SecurityControlPanelAdapter" />
 
-  <adapter factory=".site.SiteControlPanelAdapter" />
+  <!--<adapter factory=".site.SiteControlPanelAdapter" />-->
 
   <adapter factory=".skins.SkinsControlPanelAdapter" />
 
@@ -113,12 +113,14 @@
       permission="plone.app.controlpanel.Security"
       />
 
+  <!--
   <browser:page
       name="site-controlpanel"
       for="Products.CMFPlone.interfaces.IPloneSiteRoot"
       class=".site.SiteControlPanel"
       permission="plone.app.controlpanel.Site"
       />
+  -->
 
   <browser:page
       name="skins-controlpanel"




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1226 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140223/c22d6340/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 144795 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140223/c22d6340/attachment-0003.obj>


More information about the Testbot mailing list