[Testbot] Plone 4.3 - Python 2.6 - Build # 2621 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Jan 19 15:35:35 UTC 2015


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2621 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/2621/


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

Repository: Products.CMFPlone
Branch: refs/heads/4.3.x
Date: 2015-01-19T15:53:15+01:00
Author: Vincent Fretin (vincentfretin) <vincent.fretin at gmail.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/8e33062cb6e89bf9647827cafc086ff11728b626

Allow search_rss view on subsites (implementing INavigationRoot, not only IPloneSiteRoot) like it was the case in Plone 4.1.6.

Files changed:
M Products/CMFPlone/browser/syndication/configure.zcml
M docs/CHANGES.rst

diff --git a/Products/CMFPlone/browser/syndication/configure.zcml b/Products/CMFPlone/browser/syndication/configure.zcml
index 424a7d4..9b6a82a 100644
--- a/Products/CMFPlone/browser/syndication/configure.zcml
+++ b/Products/CMFPlone/browser/syndication/configure.zcml
@@ -20,7 +20,7 @@
     for="Products.ATContentTypes.interfaces.topic.IATTopic"
     zcml:condition="installed Products.ATContentTypes" />
   <adapter factory=".adapters.SearchFeed"
-    for="Products.CMFPlone.interfaces.siteroot.IPloneSiteRoot"
+    for="plone.app.layout.navigation.interfaces.INavigationRoot"
     provides="Products.CMFPlone.interfaces.syndication.ISearchFeed" />
   <adapter factory=".adapters.DexterityItem"
     zcml:condition="installed plone.dexterity"
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 0abca5f..118c2fe 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -8,6 +8,10 @@ Changelog
 4.3.5 (unreleased)
 ------------------
 
+- Allow search_rss view on subsites (implementing INavigationRoot, not only
+  IPloneSiteRoot) like it was the case in Plone 4.1.6.
+  [vincentfretin]
+
 - jQuery 1.9 compatibility for the toggleSelect function (Select all checkbox)
   [vincentfretin]
 




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


More information about the Testbot mailing list