[CMF-checkins] CVS: CMF - CHANGES.txt:1.46

Chris Withers chrisw@nipltd.com
Sun, 10 Feb 2002 07:40:35 -0500


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv13427

Modified Files:
	CHANGES.txt 
Log Message:
Added the ability to specify whether Types are implicitly addable or only addable in Types which specify them.

=== CMF/CHANGES.txt 1.45 => 1.46 ===
 
+  - Added the ability to limit what types of object an
+    object of a given Portal Type can be created in. 
+
+    If 'Implicity Addable' is set (the default), then 
+    objects of that Type can be added anywhere.
+
+    If it is not set, then objects of that Type can only be 
+    added to objects whose Type's allowed_content_types
+    contains the Type.
+
   - (__future__) Exposed role management for manager users on
       the default roster:  managers can now "promote" members
       without going to the ZMI.
 
   - (__future__) Added "custom schema" mechanism for content
-    objetcts:  site managers can now define additional
+    objects:  site managers can now define additional
     propertysheets for a content type, which will then be
     reflected in instances created from the type.