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

jenkins at plone.org jenkins at plone.org
Thu Apr 24 11:11:53 UTC 2014


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

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


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

Repository: plone.app.portlets
Branch: refs/heads/master
Date: 2014-04-24T12:16:16+02:00
Author: Ramon Navarro Bosch (bloodbare) <ramon.nb at gmail.com>
Commit: https://github.com/plone/plone.app.portlets/commit/08e67879a367b9dabe45817b1ee9317f4c322d41

We don't need even/odd classes on actual css

Files changed:
M plone/app/portlets/portlets/actions.pt

diff --git a/plone/app/portlets/portlets/actions.pt b/plone/app/portlets/portlets/actions.pt
index 33ab948..a084265 100644
--- a/plone/app/portlets/portlets/actions.pt
+++ b/plone/app/portlets/portlets/actions.pt
@@ -17,12 +17,8 @@
 
   <ul class="portletContent">
     <tal:loop tal:repeat="link view/actionLinks">
-      <li class="portletItem odd"
-          tal:define="odd_class python:repeat['link'].even() and 'odd' or 'even';
-                      first_class python:repeat['link'].start and 'first' or '';
-                      last_class python:repeat['link'].end and 'last' or '';
-                      icon nocall:link/icon"
-          tal:attributes="class string:portletItem ${odd_class} ${first_class} ${last_class};">
+      <li class="portletItem"
+          tal:define="icon nocall:link/icon">
         <a href="#"
            tal:define="modal link/modal|nothing"
            tal:attributes="href link/url;




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 88307 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140424/1fd3d61f/attachment-0001.obj>


More information about the Testbot mailing list