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

jenkins at plone.org jenkins at plone.org
Mon Feb 24 00:02:24 UTC 2014


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

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


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

Repository: plone.app.search
Branch: refs/heads/master
Date: 2014-02-13T06:50:38-08:00
Author: Kees Hink (khink) <keeshink at gmail.com>
Commit: https://github.com/plone/plone.app.search/commit/3e1ea980cc787ecbe12f8c5a1eaf219ccb21a1ab

Remove obsolete cell classes

Files changed:
M plone/app/search/search.pt

diff --git a/plone/app/search/search.pt b/plone/app/search/search.pt
index a49ab2e..b74b59b 100644
--- a/plone/app/search/search.pt
+++ b/plone/app/search/search.pt
@@ -35,7 +35,7 @@
                       first_call not:request/advanced_search|nothing;
                       st python:request.get('SearchableText', '');
                       DateTime python:modules['DateTime'].DateTime;
-                      navigation_root_url view/navroot_url;"> 
+                      navigation_root_url view/navroot_url;">
 
         <input type="hidden" name="advanced_search" value="False" />
         <input type="hidden" name="sort_on" value="" />
@@ -55,9 +55,9 @@
                    i18n:attributes="value label_search;"/>
         </fieldset>
 
-        <div class="row">
+        <div>
 
-            <div class="cell width-full position-0">
+            <div>
                 <h1 class="documentFirstHeading"
                     i18n:translate=""
                     tal:condition="not:st">
@@ -89,7 +89,6 @@
             </div>
             <div class="visualClear"><!-- --></div>
             <div id="search-results-wrapper"
-                 class="cell width-full position-0"
                  tal:define="b_start python:0;
                              b_start request/b_start | b_start;
                              batch python: view.results(b_start=b_start);


Repository: plone.app.search
Branch: refs/heads/master
Date: 2014-02-23T14:48:48-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.search/commit/bb2aa8287241187c69ed7a2e5633282690339f95

Merge pull request #10 from plone/khink-clean-html

Remove obsolete cell classes

Files changed:
M plone/app/search/search.pt

diff --git a/plone/app/search/search.pt b/plone/app/search/search.pt
index a49ab2e..b74b59b 100644
--- a/plone/app/search/search.pt
+++ b/plone/app/search/search.pt
@@ -35,7 +35,7 @@
                       first_call not:request/advanced_search|nothing;
                       st python:request.get('SearchableText', '');
                       DateTime python:modules['DateTime'].DateTime;
-                      navigation_root_url view/navroot_url;"> 
+                      navigation_root_url view/navroot_url;">
 
         <input type="hidden" name="advanced_search" value="False" />
         <input type="hidden" name="sort_on" value="" />
@@ -55,9 +55,9 @@
                    i18n:attributes="value label_search;"/>
         </fieldset>
 
-        <div class="row">
+        <div>
 
-            <div class="cell width-full position-0">
+            <div>
                 <h1 class="documentFirstHeading"
                     i18n:translate=""
                     tal:condition="not:st">
@@ -89,7 +89,6 @@
             </div>
             <div class="visualClear"><!-- --></div>
             <div id="search-results-wrapper"
-                 class="cell width-full position-0"
                  tal:define="b_start python:0;
                              b_start request/b_start | b_start;
                              batch python: view.results(b_start=b_start);




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 3437 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140224/9ecfe78d/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 190674 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140224/9ecfe78d/attachment-0003.obj>


More information about the Testbot mailing list