[CMF-checkins] CVS: Releases/CMF - CHANGES.txt:1.10

Tres Seaver tseaver@zope.com
Fri, 21 Sep 2001 23:35:38 -0400


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

Modified Files:
	CHANGES.txt 
Log Message:
 - Anticipate remaining roadmap items.

=== Releases/CMF/CHANGES.txt 1.9 => 1.10 ===
  New features
 
+  - (__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
+    propertysheets for a content type, which will then be
+    reflected in instances created from the type.
+
+  - (__future__) Added simple link extraction / checking for
+    textual content.  Link checking also works for Link objects.
+
+  - (__future__) Added "compound content" types (see the
+    "dogbowl proposal",
+    (http://cmf.zope.org/rqmts/proposals/compounds/compoundproposal.txt).
+
+  - (__future__) Made global actions emitted by ActionsTool
+    configurable through-the-web.
+
   - (__future__) Fleshed out CMFDecor product, which adds Zope
     Page Templates skins to the CMFSite and content objects of
     CMFDefault; added CMFDecor to the core set of CMF products.
@@ -14,7 +33,7 @@
   - (__future__) Added DCWorkflow (through-the-web configurable
     workflows) to the core set of CMF products.
 
-  - Add ZMI tab to DirectoryView to allow re-basing the
+  - Added ZMI tab to DirectoryView to allow re-basing the
     filesystem path.
 
   - Added "breadcrumbs" to CMFDecor skins.
@@ -23,6 +42,8 @@
 
   - Added SortCriterion to list of criterion types for Topics,
     to permit sorting of results.
+
+  - Added "Local Roles" action to folders to ease collaboration.
 
   - Add scarecrow assertions for the CMF-centric interfaces, and
     made the actual interfaces compatible with the standard