[Testbot] Plone 5.0 - Python 2.7 - Build # 3316 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Oct 9 13:21:22 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3316 - Fixed!
-------------------------------------------------------------------------------

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


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

Repository: plone.portlet.static
Branch: refs/heads/master
Date: 2014-10-09T13:20:29+02:00
Author: Albert (albertcasado) <albertcelma at gmail.com>
Commit: https://github.com/plone/plone.portlet.static/commit/63a851304b458b5b3c5481c72bd29340776acf1f

Portlet Static changes to fit the other portlets

Files changed:
M plone/portlet/static/static.pt

diff --git a/plone/portlet/static/static.pt b/plone/portlet/static/static.pt
index 9ea9e9e..df5143d 100644
--- a/plone/portlet/static/static.pt
+++ b/plone/portlet/static/static.pt
@@ -1,43 +1,32 @@
 <div tal:condition="view/data/omit_border"
      tal:attributes="class string:portletStaticText ${view/css_class}"
      tal:content="structure view/transformed" />
-<div tal:condition="not:view/data/omit_border"
+
+<section tal:condition="not:view/data/omit_border"
     tal:attributes="class string:portlet portletStaticText ${view/css_class}"
     i18n:domain="plone">
 
-    <strong class="portletHeader"
+    <header class="portletHeader"
         tal:define="header view/data/header"
         tal:attributes="class python:header and 'portletHeader' or 'portletHeader titleless'">
-        <span class="portletTopLeft"></span>
-        <span>
            <a class="tile"
               tal:condition="header"
               tal:omit-tag="not:view/has_link"
               tal:attributes="href view/data/more_url"
               tal:content="header"
               />
-        </span>
-        <span class="portletTopRight"></span>
-    </strong>
+    </header>
 
-    <div class="portletContent">
+    <section class="portletContent">
         <div tal:replace="structure view/transformed" />
-        <tal:corners condition="not:view/has_footer">
-            <span class="portletBottomLeft"></span>
-            <span class="portletBottomRight"></span>
-        </tal:corners>
-    </div>
+    </section>
     
     <footer class="portletFooter" tal:condition="view/has_footer">
-        <span class="portletBottomLeft"></span>
-        <span>
            <a class="tile"
               tal:omit-tag="not:view/has_link"
               tal:attributes="href view/data/more_url"
               tal:content="view/data/footer"
               />
-        </span>
-        <span class="portletBottomRight"></span>
     </footer>
 
-</div>
+</section>


Repository: plone.portlet.static
Branch: refs/heads/master
Date: 2014-10-09T13:20:58+02:00
Author: Ramon Navarro Bosch (bloodbare) <ramon.nb at gmail.com>
Commit: https://github.com/plone/plone.portlet.static/commit/b84f2cdc4b8bfc1680ea65b94ae247d9bd74a49f

HTML5 sintax on test

Files changed:
M plone/portlet/static/tests/test_portlet_static.py

diff --git a/plone/portlet/static/tests/test_portlet_static.py b/plone/portlet/static/tests/test_portlet_static.py
index b997915..2bf1708 100644
--- a/plone/portlet/static/tests/test_portlet_static.py
+++ b/plone/portlet/static/tests/test_portlet_static.py
@@ -135,7 +135,7 @@ def test_no_header(self):
         r.update()
         output = r.render()
         self.assertTrue('<a class="tile"' not in output)
-        self.assertTrue('<strong class="portletHeader titleless"' in output)
+        self.assertTrue('<header class="portletHeader titleless"' in output)
 
     def test_hide(self):
         self.assertRaises(TypeError, static.Assignment, hide=True)


Repository: plone.portlet.static
Branch: refs/heads/master
Date: 2014-10-09T13:59:42+02:00
Author: Ramon Navarro Bosch (bloodbare) <ramon.nb at gmail.com>
Commit: https://github.com/plone/plone.portlet.static/commit/def7375c3c92e4d5d8ff414938fbd3108daf7f2b

Merge pull request #8 from plone/barceloneta

Barceloneta

Files changed:
M plone/portlet/static/static.pt
M plone/portlet/static/tests/test_portlet_static.py

diff --git a/plone/portlet/static/static.pt b/plone/portlet/static/static.pt
index 9ea9e9e..df5143d 100644
--- a/plone/portlet/static/static.pt
+++ b/plone/portlet/static/static.pt
@@ -1,43 +1,32 @@
 <div tal:condition="view/data/omit_border"
      tal:attributes="class string:portletStaticText ${view/css_class}"
      tal:content="structure view/transformed" />
-<div tal:condition="not:view/data/omit_border"
+
+<section tal:condition="not:view/data/omit_border"
     tal:attributes="class string:portlet portletStaticText ${view/css_class}"
     i18n:domain="plone">
 
-    <strong class="portletHeader"
+    <header class="portletHeader"
         tal:define="header view/data/header"
         tal:attributes="class python:header and 'portletHeader' or 'portletHeader titleless'">
-        <span class="portletTopLeft"></span>
-        <span>
            <a class="tile"
               tal:condition="header"
               tal:omit-tag="not:view/has_link"
               tal:attributes="href view/data/more_url"
               tal:content="header"
               />
-        </span>
-        <span class="portletTopRight"></span>
-    </strong>
+    </header>
 
-    <div class="portletContent">
+    <section class="portletContent">
         <div tal:replace="structure view/transformed" />
-        <tal:corners condition="not:view/has_footer">
-            <span class="portletBottomLeft"></span>
-            <span class="portletBottomRight"></span>
-        </tal:corners>
-    </div>
+    </section>
     
     <footer class="portletFooter" tal:condition="view/has_footer">
-        <span class="portletBottomLeft"></span>
-        <span>
            <a class="tile"
               tal:omit-tag="not:view/has_link"
               tal:attributes="href view/data/more_url"
               tal:content="view/data/footer"
               />
-        </span>
-        <span class="portletBottomRight"></span>
     </footer>
 
-</div>
+</section>
diff --git a/plone/portlet/static/tests/test_portlet_static.py b/plone/portlet/static/tests/test_portlet_static.py
index b997915..2bf1708 100644
--- a/plone/portlet/static/tests/test_portlet_static.py
+++ b/plone/portlet/static/tests/test_portlet_static.py
@@ -135,7 +135,7 @@ def test_no_header(self):
         r.update()
         output = r.render()
         self.assertTrue('<a class="tile"' not in output)
-        self.assertTrue('<strong class="portletHeader titleless"' in output)
+        self.assertTrue('<header class="portletHeader titleless"' in output)
 
     def test_hide(self):
         self.assertRaises(TypeError, static.Assignment, hide=True)




-------------------------------------------------------------------------------


More information about the Testbot mailing list