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

Tres Seaver tseaver@zope.com
Wed, 13 Nov 2002 23:11:06 -0500


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

Modified Files:
      Tag: CMF-1_3-branch
	CHANGES.txt 
Log Message:
 - Sync changelog with recent checkins.

=== CMF/CHANGES.txt 1.107.2.33 => 1.107.2.34 ===
--- CMF/CHANGES.txt:1.107.2.33	Sun Oct  6 12:35:35 2002
+++ CMF/CHANGES.txt	Wed Nov 13 23:11:05 2002
@@ -1,7 +1,18 @@
 After 1.3
 
+  New Features
+
+    - Implemented PUT and GET support to CMFCalendar.Event for
+      editing via FTP/WebDAV (thanks to Sidnei da Silva).
+
   Bug Fixes
 
+    - Fix (theoretical) bug in CMFCore.DirectoryView which allowed
+      non-registered directories to slip through (UI didn't exercise it).
+
+    - Merge Christian Theune's fix for funky default argument values on
+      CMFCalendar.Event's constructor and edit methods (collector #76).
+
     - FSPageTemplates overwrote a user-generated 'Content-Type' header.
       We now check to make sure a Content-Type header is not already set
       before allowing a page template to set its own.
@@ -12,7 +23,8 @@
       methods;  the bug led to odd name errors on 'context' for
       FSPythonScripts (Collector #37).
 
-    - Removed crufty 'isDesktop' stuff from 'folder_factories' methods.
+    - Removed crufty 'isDesktop' stuff from 'folder_factories' and
+      'folder_contents' methods.
 
     - Fixed HTML-invalidating call to 'filterCookie' in 'folder_contents'.