[Zope-Checkins] SVN: Zope/branches/2.9/ Provided missing security declarations.

Stefan H. Holek stefan at epy.co.at
Tue May 9 07:23:20 EDT 2006


Log message for revision 68061:
  Provided missing security declarations.
  

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt
  U   Zope/branches/2.9/lib/python/OFS/PropertyManager.py

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2006-05-09 10:22:42 UTC (rev 68060)
+++ Zope/branches/2.9/doc/CHANGES.txt	2006-05-09 11:23:19 UTC (rev 68061)
@@ -35,6 +35,8 @@
 
       - Updated Five to bugfix release 1.3.5.
 
+      - OFS.PropertyManager: Provided missing security declarations.
+
   Zope 2.9.2 (2006/03/27)
 
     Bugs fixed

Modified: Zope/branches/2.9/lib/python/OFS/PropertyManager.py
===================================================================
--- Zope/branches/2.9/lib/python/OFS/PropertyManager.py	2006-05-09 10:22:42 UTC (rev 68060)
+++ Zope/branches/2.9/lib/python/OFS/PropertyManager.py	2006-05-09 11:23:19 UTC (rev 68061)
@@ -121,7 +121,8 @@
                                )),
         ('Access contents information',
          ('hasProperty', 'propertyIds', 'propertyValues','propertyItems',
-          'getProperty', 'getPropertyType', 'propertyMap', ''),
+          'getProperty', 'getPropertyType', 'propertyMap', 'propertyLabel',
+          'propdict', 'valid_property_id', ''),
          ('Anonymous', 'Manager'),
          ),
         )



More information about the Zope-Checkins mailing list