[CMF-checkins] CVS: CMF - CHANGES.txt:1.32
Tres Seaver
tseaver@zope.com
Sun, 2 Dec 2001 22:26:24 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv24953
Modified Files:
CHANGES.txt
Log Message:
=== CMF/CHANGES.txt 1.31 => 1.32 ===
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.
-
- - Added edit method to Document and editMetadata method to fix problems
- with working nicely with webDAV. The PUT method calls _edit method if
- it passes lock checks, while through the web code calls the edit variant
- and it in turn calls the _ method if the lock check passes. Similar
- cases for handling the editMetadata method calls and checks for webDAV
- locks.
-
- (__future__) Added docs from the crack ZC docs guys.
- (__future__) Exposed role management for manager users on
@@ -122,6 +106,27 @@
well as Dublin Core).
Bug fixes
+
+ - Corrected pass-through of 'file' and 'seatbelt' arguments in
+ new 'CMFDefault.Document.edit' method; also sync'ed ZMI edit
+ method for documents with standard protocol (Tracker #417).
+
+ - 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.
+
+ - Added edit method to Document and editMetadata method to fix problems
+ with working nicely with webDAV. The PUT method calls _edit method if
+ it passes lock checks, while through the web code calls the edit variant
+ and it in turn calls the _ method if the lock check passes. Similar
+ cases for handling the editMetadata method calls and checks for webDAV
+ locks.
- Made examples in INSTALL.txt less terse, and added notes on
Windows-specific issues (thanks to Johan Mukhsein for the