[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container - container.zcml:1.1.2.6.2.4
Jim Fulton
jim@zope.com
Wed, 5 Jun 2002 11:18:24 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container
In directory cvs.zope.org:/tmp/cvs-serv20512/lib/python/Zope/App/OFS/Container
Modified Files:
Tag: Zope3InWonderland-branch
container.zcml
Log Message:
Fixed up zcml and pt to reflect new way of defining views.
This changed lots of urls. Also made sure that relative urls
starting with names with :: had a preceeding "./". :-/
Had to modify some py files to accomidate these changes, including
createing some interfaces to use in security assertions.
=== Zope3/lib/python/Zope/App/OFS/Container/container.zcml 1.1.2.6.2.3 => 1.1.2.6.2.4 ===
for=".IContainer.IReadContainer." />
- <content class=".ContainerTraverser.">
- <security:require
- permission="Zope.View"
- attributes="publishTraverse browserDefault" />
- </content>
-
<browser:view name="_traverse"
for=".IContainer."
factory=".ContainerTraverser." />