[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n/Views/XMLRPC - configure.zcml:1.3

Stephan Richter srichter@cbu.edu
Sat, 29 Jun 2002 11:42:14 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/I18n/Views/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv22238/lib/python/Zope/I18n/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/I18n/Views/XMLRPC/configure.zcml 1.2 => 1.3 ===
       for="Zope.I18n.ITranslationService."
       permission="Zope.ManageContent" 
-      allowed_attributes="getAllLanguages getAllDomains"
+      allowed_methods="getAllLanguages getAllDomains"
       factory=".Methods." />
       
 </zopeConfigure>