[CMF-checkins] CVS: Releases/CMF - CHANGES.txt:1.33
Tres Seaver
tseaver@zope.com
Mon, 3 Dec 2001 16:34:09 -0500
Update of /cvs-repository/Releases/CMF
In directory cvs.zope.org:/tmp/cvs-serv15464
Modified Files:
CHANGES.txt
Log Message:
- Make FTP's MKDIR and WebDAV's MKCOL work by intercepting
'manage_addFolder' per Jeffrey's dogbowl proposal,
http://cmf.zope.org/PTK/Members/jshell/FolderCreationProposal.txt
Tracker #183.
=== Releases/CMF/CHANGES.txt 1.32 => 1.33 ===
workflows) to the core set of CMF products.
+ - Hooked 'manage_addFolder' to allow creation of PortalFolders
+ from both WebDAV, FTP, and ZMI.
+
- Improved tracebacks from broken FSDTMLMethods, which no longer
indicate that every problem is in RestrictedDTML.
@@ -106,6 +109,10 @@
well as Dublin Core).
Bug fixes
+
+ - Added 'getReply' to CMFDefault.DiscussionItem.DiscussionItemContainer,
+ to permit access to an individual reply without needing to
+ do traversal.
- Corrected pass-through of 'file' and 'seatbelt' arguments in
new 'CMFDefault.Document.edit' method; also sync'ed ZMI edit