[CMF-checkins] CVS: CMF - CHANGES.txt:1.14
Tres Seaver
tseaver@zope.com
Wed, 10 Oct 2001 09:18:39 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv31297
Modified Files:
CHANGES.txt
Log Message:
- Further packaging
=== CMF/CHANGES.txt 1.13 => 1.14 ===
New features
+ - (__future__) Added docs from the crack ZC docs guys.
+
- (__future__) Exposed role management for manager users on
the default roster: managers can now "promote" members
without going to the ZMI.
@@ -35,6 +37,8 @@
- (__future__) Merged Chris Withers' FSSQLMethod into CMFCore.
+ - Added initial CMF use cases as FSSTXMethods in CMFDefault/help.
+
- Made validation methods of 'portal_metadata' available to
scripts.
@@ -80,11 +84,24 @@
permit indirection (via 'getActionById') without exposing the
action in the CMF UI.
- - Extendd MetadataTool to allow adding / removing element specs
+ - Extended MetadataTool to allow adding / removing element specs
(i.e., it can now manage policies for "custom" schemas, as
well as Dublin Core).
Bug fixes
+
+ - Removed an infinite loop condition that arises when
+ MembershipTool.createMemberArea gets called inside wrapUser
+ (this could only happen if "Create Member Area" was checked
+ in the Membership tool.)
+
+ - Added new 'TitleOrId' skin method, and updated skins to
+ depend on it rather than SimpleItem.title_or_id.
+
+ - Made unit tests runnable without reliance on 'zctl test'.
+
+ - Corrected initial column set in catalog to include
+ "ModificationDate" instead of "ModifiedDate".
- Ensure that object is recatalogued (e.g., after setting 'portal_type'
(thanks to Florent Guillaume)