[Zope-Checkins] CVS: Zope/lib/python/OFS - Cache.py:1.10.82.1 ObjectManager.py:1.163.26.1

Jim Fulton cvs-admin at zope.org
Sat Nov 15 07:11:57 EST 2003


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv23998/lib/python/OFS

Modified Files:
      Tag: zodb33-devel-branch
	Cache.py ObjectManager.py 
Log Message:
Removed a bogus permission declaration.


=== Zope/lib/python/OFS/Cache.py 1.10 => 1.10.82.1 ===
--- Zope/lib/python/OFS/Cache.py:1.10	Wed Aug 14 17:42:56 2002
+++ Zope/lib/python/OFS/Cache.py	Sat Nov 15 07:11:26 2003
@@ -92,7 +92,6 @@
         (ViewManagementScreensPermission,
          ('ZCacheable_manage',
           'ZCacheable_invalidate',
-          'ZCacheable_isMethod',
           'ZCacheable_enabled',
           'ZCacheable_getManagerId',
           'ZCacheable_getManagerIds',


=== Zope/lib/python/OFS/ObjectManager.py 1.163 => 1.163.26.1 ===
--- Zope/lib/python/OFS/ObjectManager.py:1.163	Tue Feb 11 16:06:28 2003
+++ Zope/lib/python/OFS/ObjectManager.py	Sat Nov 15 07:11:26 2003
@@ -109,7 +109,7 @@
     """
 
     __ac_permissions__=(
-        ('View management screens', ('manage_main','manage_menu')),
+        ('View management screens', ('manage_main',)),
         ('Access contents information',
          ('objectIds', 'objectValues', 'objectItems',''),
          ('Anonymous', 'Manager'),




More information about the Zope-Checkins mailing list