[Testbot] Plone 5.0 - Python 2.7 - Build # 1666 - Regression! - 6 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Feb 21 17:38:55 UTC 2014


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

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-02-21T09:16:13-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.contenttypes/commit/6fa6f1c127f6a90ddc242d84197a9d81a23bbcb8

remove obsolete imports

Files changed:
M plone/app/contenttypes/setuphandlers.py

diff --git a/plone/app/contenttypes/setuphandlers.py b/plone/app/contenttypes/setuphandlers.py
index cfb6e86..aee7c14 100644
--- a/plone/app/contenttypes/setuphandlers.py
+++ b/plone/app/contenttypes/setuphandlers.py
@@ -3,11 +3,9 @@
 from Acquisition import aq_base, aq_inner
 from Products.CMFCore.utils import getToolByName
 from Products.CMFDefault.utils import bodyfinder
-from Products.CMFPlone.Portal import member_indexhtml
 from Products.CMFPlone.interfaces import INonInstallable
 from Products.CMFPlone.interfaces.constrains import ISelectableConstrainTypes
 from Products.CMFPlone.utils import _createObjectByType
-from Products.PythonScripts.PythonScript import PythonScript
 from datetime import timedelta
 from plone.app.textfield.value import RichTextValue
 from plone.dexterity.fti import IDexterityFTI
@@ -328,8 +326,7 @@ def configure_members_folder(portal, target_language):
         _publish(container)
 
         # set member search as default layout to Members Area
-        container_layout = 'member-search'
-        container.setLayout(container_layout)
+        container.setLayout('@@member-search')
 
         # Block all right column portlets by default
         manager = queryUtility(IPortletManager, name='plone.rightcolumn')




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


More information about the Testbot mailing list