[CMF-checkins] CVS: Products/CMFCore - DirectoryView.py:1.49 FSMetadata.py:1.9

Jens Vagelpohl jens at dataflake.org
Fri Oct 29 14:42:05 EDT 2004


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv17263/CMFCore

Modified Files:
	DirectoryView.py FSMetadata.py 
Log Message:
- DirectoryViews/FSMetadata: Corrected some erroneous docstrings
  about proxy role handling using .metadata files
  (http://www.zope.org/Collectors/CMF/177)


=== Products/CMFCore/DirectoryView.py 1.48 => 1.49 ===
--- Products/CMFCore/DirectoryView.py:1.48	Thu Oct 14 05:37:09 2004
+++ Products/CMFCore/DirectoryView.py	Fri Oct 29 14:42:05 2004
@@ -249,7 +249,7 @@
                                     'Error setting permissions',
                                     error=exc_info())
 
-                    # only DTML Methods can have proxy roles
+                    # only DTML Methods and Python Scripts can have proxy roles
                     if hasattr(ob, '_proxy_roles'):
                         try:
                             ob._proxy_roles = tuple(metadata.getProxyRoles())


=== Products/CMFCore/FSMetadata.py 1.8 => 1.9 ===
--- Products/CMFCore/FSMetadata.py:1.8	Mon Jan 12 11:37:57 2004
+++ Products/CMFCore/FSMetadata.py	Fri Oct 29 14:42:05 2004
@@ -98,7 +98,7 @@
 
         Security lines must be of the format
 
-        (0|1):Role[,Role...]
+        Permission = (0|1):Role[,Role...]
 
         Where 0|1 is the acquire permission setting
         and Role is the roles for this permission



More information about the CMF-checkins mailing list