[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XMLRPC - configure.zcml:1.3
Stephan Richter
srichter@cbu.edu
Sat, 29 Jun 2002 11:42:12 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv22238/lib/python/Zope/App/OFS/Content/Folder/Views/XMLRPC
Modified Files:
configure.zcml
Log Message:
Okay, I fixed the the VFS implementation again. There is quiet some work left
though. We have to get rid of the _traverse view for folders, then I can do
some more. Also, I still have to do some general cleanup in the Publisher
and Traverser.
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XMLRPC/configure.zcml 1.2 => 1.3 ===
for="Zope.App.OFS.Content.Folder.LoadedFolder.ILoadedFolder."
permission="Zope.ManageContent"
- allowed_attributes="objectIds setLimit getLimit"
+ allowed_methods="objectIds setLimit getLimit"
factory="Zope.App.OFS.Content.Folder.Views.XMLRPC.Methods." />
</zopeConfigure>