[Testbot] Plone 4.3 - Python 2.6 - Build # 1875 - Still failing! - 7 failure(s)

jenkins at plone.org jenkins at plone.org
Wed Mar 19 09:24:31 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 1875 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/1875/


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

Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2014-03-19T08:48:36Z
Author: Anthony Gerrard () <anthonygerrard at gmail.com>
Commit: https://github.com/plone/plone.app.upgrade/commit/90a50214605bb92cad3caf374986a2e1f24cd68d

#12286 Need (Plone 4.0 upgrade) migration step for hidden static text portlets

* moved step after the folder migration step as only top level portlets were getting migrated

Files changed:
M plone/app/upgrade/v40/configure.zcml

diff --git a/plone/app/upgrade/v40/configure.zcml b/plone/app/upgrade/v40/configure.zcml
index 19c0c9d..6437c40 100644
--- a/plone/app/upgrade/v40/configure.zcml
+++ b/plone/app/upgrade/v40/configure.zcml
@@ -57,11 +57,6 @@
             handler=".alphas.cleanUpProductRegistry"
             />
 
-        <genericsetup:upgradeStep
-            title="Ensure hidden static text portlets stay hidden."
-            handler=".alphas.migrateStaticTextPortlets"
-            />
-
     </genericsetup:upgradeSteps>
 
     <!-- the source here needs to be kept in sync with the latest 3.x profile
@@ -137,6 +132,11 @@
             handler=".alphas.migrateFolders"
             />
 
+        <genericsetup:upgradeStep
+            title="Ensure hidden static text portlets stay hidden."
+            handler=".alphas.migrateStaticTextPortlets"
+            />
+
     </genericsetup:upgradeSteps>
 
     <genericsetup:upgradeSteps




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


More information about the Testbot mailing list