[CMF-checkins] CVS: CMF - CHANGES.txt:1.31
Andrew Sawyers
andrew@zope.com
Wed, 28 Nov 2001 11:34:50 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv30339
Modified Files:
CHANGES.txt
Log Message:
*added cookString to CMFCore.utils
*changed TypesTool to call cookString on an action name if it's
being used as an id to ensure it's id friendly.
*added ZPL to ContentTypeRegistry
=== CMF/CHANGES.txt 1.30 => 1.31 ===
New features
+ - Added cookString method to CMFCore.utils for taking a string and making it id
+ friendly, it also does a string.lower on the resultant regex.
+
+ - Change in TypesTool to utilize cookString to ensure the id is
+ properly formated if the name is being used as the id.
+
- Added failIfLocked method to PortalContent which handles the necessary
checks to make sure a Document isn't locked via webDAV.