[CMF-checkins] CVS: Products/CMFCore - TypesTool.py:1.80

Yvo Schubbe y.2004_ at wcm-solutions.de
Thu Oct 7 07:19:04 EDT 2004


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv1785/CMFCore

Modified Files:
	TypesTool.py 
Log Message:
- removed again the "add properties from the ZMI" feature
- synced HEAD and CMF-1_5-branch


=== Products/CMFCore/TypesTool.py 1.79 => 1.80 ===
--- Products/CMFCore/TypesTool.py:1.79	Sat Sep 25 16:31:22 2004
+++ Products/CMFCore/TypesTool.py	Thu Oct  7 07:19:04 2004
@@ -25,7 +25,6 @@
 from Globals import DTMLFile
 from Globals import InitializeClass
 from OFS.Folder import Folder
-from OFS.PropertyManager import PropertyManager
 from Products.PageTemplates.PageTemplateFile import PageTemplateFile
 from zLOG import LOG, ERROR
 import Products
@@ -70,11 +69,6 @@
     security.declareProtected(ManagePortal, 'manage_editProperties')
     security.declareProtected(ManagePortal, 'manage_changeProperties')
     security.declareProtected(ManagePortal, 'manage_propertiesForm')
-
-    # Overload the schema freezing of SimpleItemWithProperties
-    security.declareProtected(ManagePortal, 'manage_addProperty')
-    security.declareProtected(ManagePortal, 'manage_delProperties')
-    manage_propertiesForm = PropertyManager.manage_propertiesForm
 
     _basic_properties = (
         {'id':'title', 'type': 'string', 'mode':'w',



More information about the CMF-checkins mailing list