[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/TraversalViews - configure.zcml:1.2.14.3
Jim Fulton
jim@zope.com
Thu, 5 Dec 2002 05:15:32 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/TraversalViews
In directory cvs.zope.org:/tmp/cvs-serv5540
Modified Files:
Tag: ctheune-fix_appcontrol-branch
configure.zcml
Log Message:
Changed root views to depend on IContainmentRoot, rather than
RootFolder.
=== Zope3/lib/python/Zope/App/ZopePublication/TraversalViews/configure.zcml 1.2.14.2 => 1.2.14.3 ===
--- Zope3/lib/python/Zope/App/ZopePublication/TraversalViews/configure.zcml:1.2.14.2 Sun Nov 24 12:33:28 2002
+++ Zope3/lib/python/Zope/App/ZopePublication/TraversalViews/configure.zcml Thu Dec 5 05:15:31 2002
@@ -10,7 +10,7 @@
allowed_interface=".AbsoluteURL.IAbsoluteURL" />
<browser:view
- for="Zope.App.OFS.Content.Folder.RootFolder.IRootFolder"
+ for="Zope.App.Traversing.IContainmentRoot."
name="absolute_url"
factory=".AbsoluteURL.SiteAbsoluteURL"
permission='Zope.Public'
@@ -23,7 +23,7 @@
allowed_interface="Zope.App.Traversing.ObjectName.IObjectName" />
<browser:view
- for="Zope.App.OFS.Content.Folder.RootFolder.IRootFolder"
+ for="Zope.App.Traversing.IContainmentRoot."
name="object_name"
factory=".ObjectName.SiteObjectNameView"
permission='Zope.Public'