[Zope-Checkins] CVS: Zope/lib/python/AccessControl -
Permissions.py:1.7.2.1
Casey Duncan
cvs-admin at zope.org
Mon Oct 27 22:38:05 EST 2003
Update of /cvs-repository/Zope/lib/python/AccessControl
In directory cvs.zope.org:/tmp/cvs-serv22712/AccessControl
Modified Files:
Tag: Zope-2_7-branch
Permissions.py
Log Message:
Add missing WebDAV permissions
=== Zope/lib/python/AccessControl/Permissions.py 1.7 => 1.7.2.1 ===
--- Zope/lib/python/AccessControl/Permissions.py:1.7 Thu Jun 12 06:20:59 2003
+++ Zope/lib/python/AccessControl/Permissions.py Mon Oct 27 22:38:03 2003
@@ -68,3 +68,6 @@
view_history='View History'
view_management_screens='View management screens'
copy_or_move='Copy or Move'
+webdav_access='WebDAV access'
+webdav_lock_items='WebDAV Lock items'
+webdav_unlock_items='WebDAV Unlock items'
More information about the Zope-Checkins
mailing list