[CMF-checkins] CVS: Products/CMFCore - DirectoryView.py:1.47.2.3
FSMetadata.py:1.8.16.1
Jens Vagelpohl
jens at dataflake.org
Fri Oct 29 14:44:23 EDT 2004
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv18000/CMFCore
Modified Files:
Tag: CMF-1_5-branch
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.47.2.2 => 1.47.2.3 ===
--- Products/CMFCore/DirectoryView.py:1.47.2.2 Mon Aug 30 10:05:06 2004
+++ Products/CMFCore/DirectoryView.py Fri Oct 29 14:44:23 2004
@@ -260,7 +260,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.8.16.1 ===
--- Products/CMFCore/FSMetadata.py:1.8 Mon Jan 12 11:37:57 2004
+++ Products/CMFCore/FSMetadata.py Fri Oct 29 14:44:23 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