[Testbot] Plone 4.3 - Python 2.7 - Build # 2013 - Still failing! - 13 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Mar 6 14:24:25 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2013 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2013/


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

Repository: plone.app.search
Branch: refs/heads/1.1.x
Date: 2014-03-06T05:34:23-08:00
Author: Manuel Reinhardt (reinhardt) <reinhardt at syslab.com>
Commit: https://github.com/plone/plone.app.search/commit/433e2089c00afd83cd99911dc78be8ed0a133a69

the url in link[rel="home"] is in the href attribute, not in content

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

diff --git a/plone/app/search/search.js b/plone/app/search/search.js
index 3b6b802..d637379 100644
--- a/plone/app/search/search.js
+++ b/plone/app/search/search.js
@@ -9,7 +9,7 @@ jQuery(function ($) {
         $search_field = $('#search-field'),
         $search_gadget =  $('#searchGadget'),
         $form_search_page = $("form.searchPage"),
-        navigation_root_url = $('link[rel="home"]').attr('content') || window.navigation_root_url || window.portal_url;
+        navigation_root_url = $('link[rel="home"]').attr('href') || window.navigation_root_url || window.portal_url;
 
     // The globally available method to pull the search results for the
     // 'query' into the element, on which the method is invoked


Repository: plone.app.search
Branch: refs/heads/1.1.x
Date: 2014-03-06T05:38:14-08:00
Author: Anthony Gerrard () <anthonygerrard at gmail.com>
Commit: https://github.com/plone/plone.app.search/commit/097f4a07f1c04de3e9a947a78f3032a322239867

(back port) URL bar is not correctly updated after clicking pagination or updating search. Fixing regression introduced in 1.1.5

https://github.com/plone/plone.app.search/commit/fe114ed725854a74d8fb2e6dc4b9ed2a82d52f2d#commitcomment-5586206

Files changed:
M CHANGES.rst

diff --git a/CHANGES.rst b/CHANGES.rst
index eac9f66..2c961e1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,9 @@ Changelog
 1.1.7 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- (back port) URL bar is not correctly updated after clicking 
+  pagination or updating search. Fixing regression introduced in 1.1.5
+  [anthonygerrard]
 
 
 1.1.6 (2013-12-07)




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


More information about the Testbot mailing list