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

Tres Seaver tseaver@zope.com
Thu, 21 Mar 2002 07:28:04 -0500


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

Modified Files:
	CHANGES.txt 
Log Message:


  - Added CachingPolicyManager tool, which manages caching policies
    for skin methods, and updated FSPageTemplate to use a CPM if
    found.


=== CMF/CHANGES.txt 1.63 => 1.64 ===
 
-  - Added functionality such that only users who have the
-    view permission on the relevent Type object can create
-    content of that type.
-
-  - 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.
@@ -30,6 +16,27 @@
     "dogbowl proposal",
     (http://cmf.zope.org/rqmts/proposals/compounds/compoundproposal.txt).
 
+  - (__future__) Added DCWorkflow (through-the-web configurable
+      workflows) to the core set of CMF products.
+
+  - Added CachingPolicyManager tool, which manages caching policies
+    for skin methods, and updated FSPageTemplate to use a CPM if
+    found.
+
+  - Added functionality such that only users who have the
+    view permission on the relevent Type object can create
+    content of that type.
+
+  - 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.
+
   - Enabled querying actions from workflow tool in absence
     of actions tool (Tracker #401).
 
@@ -38,9 +45,6 @@
     support it, e.g., KeywordIndex (Tracker #442).
 
   - Added ZMI interface for editing Link URL (Tracker #364).
-
-  - (__future__) Added DCWorkflow (through-the-web configurable
-      workflows) to the core set of CMF products.
 
 Bugs Fixed