[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Backported
	additional security declarations because it is a security fix
	after all.
    Stefan H. Holek 
    stefan at epy.co.at
       
    Wed May 10 04:24:48 EDT 2006
    
    
  
Log message for revision 68072:
  Backported additional security declarations because it is a security fix after all.
  
Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   Zope/branches/Zope-2_8-branch/lib/python/OFS/PropertyManager.py
-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2006-05-09 20:04:19 UTC (rev 68071)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2006-05-10 08:24:46 UTC (rev 68072)
@@ -39,8 +39,10 @@
       - Collector #940: PageTemplateFile: Open files with universal
         line-endings support to avoid line-endings problems within python
         expressions.
-        
 
+      - OFS.PropertyManager: Provided missing security declarations.
+
+
   Zope 2.8.6 (2006/02/25)
 
     Bugs Fixed
Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/PropertyManager.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/OFS/PropertyManager.py	2006-05-09 20:04:19 UTC (rev 68071)
+++ Zope/branches/Zope-2_8-branch/lib/python/OFS/PropertyManager.py	2006-05-10 08:24:46 UTC (rev 68072)
@@ -117,7 +117,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