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

Andrew Sawyers andrew@zope.com
Mon, 26 Nov 2001 14:00:49 -0500


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

Modified Files:
	CHANGES.txt 
Log Message:

*Fixed support for webDAV locking on Document.  Added edit method
to handle TTW edits, while PUT calls _edit.
*Added editMetadata method for TTW edits to handle checks and
ensure TTW can't edit the metadata of a webDAV locked document.
*Made necessary skin changes to implement these new methods.
*Added failIfLocked method to PortalContent to handle the TTW
checks if a document has a webDAV lock.


=== CMF/CHANGES.txt 1.29 => 1.30 ===
  New features
 
+  - 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