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

jenkins at plone.org jenkins at plone.org
Fri Feb 14 14:58:05 UTC 2014


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

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


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

Repository: plone.app.customerize
Branch: refs/heads/master
Date: 2014-02-14T06:09:55-08:00
Author: Kees Hink (khink) <keeshink at gmail.com>
Commit: https://github.com/plone/plone.app.customerize/commit/78fede2a7fd325d8874ff456de25b65ffc3a6993

Remove DL from template.

Files changed:
M plone/app/customerize/registrations.pt

diff --git a/plone/app/customerize/registrations.pt b/plone/app/customerize/registrations.pt
index 8a368e4..7a2bb43 100644
--- a/plone/app/customerize/registrations.pt
+++ b/plone/app/customerize/registrations.pt
@@ -26,11 +26,11 @@
   this</span>.</p>
 </div>
 
-<dl>
-  <tal:iface repeat="iface python:view.getTemplateViewRegistrations(mangle=False)">
-    <dt tal:content="iface/name" />
-    <dd>
-      <tal:reg repeat="info iface/views">
+<div>
+  <article tal:repeat="iface python:view.getTemplateViewRegistrations(mangle=False)">
+    <header tal:content="iface/name" />
+    <ul>
+      <li tal:repeat="info iface/views">
         <a href="" class="customized"
            tal:condition="info/customized"
            tal:attributes="href string:${info/customized}/manage_main;"
@@ -43,9 +43,9 @@
            tal:content="info/viewname">
         </a>
         <span tal:content="string:(${info/type})" class="type" /> <br />
-      </tal:reg>
-    </dd>
-  </tal:iface>
-</dl>
+      </li>
+    </ul>
+  </article>
+</div>
 
 <h1 tal:replace="structure context/manage_page_footer" />


Repository: plone.app.customerize
Branch: refs/heads/master
Date: 2014-02-14T06:12:25-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.customerize/commit/3e6aec006b2f0bda4539c1b94b5b6148c56c9794

Merge pull request #1 from plone/remove-dt-dl-dd

Remove DL from template.

Files changed:
M plone/app/customerize/registrations.pt

diff --git a/plone/app/customerize/registrations.pt b/plone/app/customerize/registrations.pt
index 8a368e4..7a2bb43 100644
--- a/plone/app/customerize/registrations.pt
+++ b/plone/app/customerize/registrations.pt
@@ -26,11 +26,11 @@
   this</span>.</p>
 </div>
 
-<dl>
-  <tal:iface repeat="iface python:view.getTemplateViewRegistrations(mangle=False)">
-    <dt tal:content="iface/name" />
-    <dd>
-      <tal:reg repeat="info iface/views">
+<div>
+  <article tal:repeat="iface python:view.getTemplateViewRegistrations(mangle=False)">
+    <header tal:content="iface/name" />
+    <ul>
+      <li tal:repeat="info iface/views">
         <a href="" class="customized"
            tal:condition="info/customized"
            tal:attributes="href string:${info/customized}/manage_main;"
@@ -43,9 +43,9 @@
            tal:content="info/viewname">
         </a>
         <span tal:content="string:(${info/type})" class="type" /> <br />
-      </tal:reg>
-    </dd>
-  </tal:iface>
-</dl>
+      </li>
+    </ul>
+  </article>
+</div>
 
 <h1 tal:replace="structure context/manage_page_footer" />




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


More information about the Testbot mailing list