[CMF-checkins] CVS: CMF - HISTORY.txt:1.38.2.1

Tres Seaver tseaver at zope.com
Thu Aug 12 19:10:23 EDT 2004


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

Modified Files:
      Tag: CMF-1_5-branch
	HISTORY.txt 
Log Message:
 - Catch up with later 1.4.x releases.


=== CMF/HISTORY.txt 1.38 => 1.38.2.1 ===
--- CMF/HISTORY.txt:1.38	Fri Jul  9 15:26:13 2004
+++ CMF/HISTORY.txt	Thu Aug 12 19:10:23 2004
@@ -1,3 +1,88 @@
+CMF 1.4.7 (2004/08/11)
+
+  New Features
+
+    - Minor featurelet: The "Action Providers" ZMI tab on the portal_actions 
+      tool now links directly to the tools shown 
+      (http://zope.org/Collectors/CMF/181)
+
+  Bug Fixes
+
+    - CMFCore.PortalFolder: Enforce check of "Delete objects" permission
+      during cut + paste. (http://zope.org/Collectors/CMF/259)
+
+      Note: This fix depends on an update to the underlying Zope software,
+            e.g., Zope 2.7.3 or later.  Two new unit tests fail on
+            Zope 2.7.2 and earlier.
+
+    - CMFDefault.MetadataTool: Validation would disallow
+      vocabulary-constrained metadata elements to be empty
+      (http://zope.org/Collectors/CMF/217)
+
+    - CMFDefault.DiscussionItem: Replies were not sorted chronologically
+      (http://zope.org/Collectors/CMF/211)
+
+    - CMFDefault.Image and CMFDefault.File: When copy/pasting Image and File
+      objects the review state did not revert to "private".
+      (http://zope.org/Collectors/CMF/176)
+
+    - CMFTopic: Change topic_view template to show title and ID (it only
+      showed title before; http://zope.org/Collectors/CMF/180)
+
+    - CMFCore.PortalFolder: Unlike other content, only Managers were able
+      to create PortalFolders using mkdir in FTP. Fixed by inserting
+      missing security declaration for PortalFolder.manage_addFolder 
+      (http://zope.org/Collectors/CMF/167)
+
+    - Default text format for NewsItems is now structured-text, just like
+      it is for Documents, thus removing a spurious difference
+      (http://zope.org/Collectors/CMF/138).
+
+    - CMFCalendar.CalendarTool: (Lost) fix for issues 65 and 159.
+      The determination of the date/time range constituting a specific month
+      was faulty.
+
+    - CMFDefault.DublinCore: Use the portal_metadata tool's 'getPublisher'
+      for the DublinCore 'Publisher' element (thanks to Eric Brown for the 
+      patch).
+
+    - CMFDefault.Document: Make Document render compliant XHTML when format
+      is 'plain' (thanks to Eric Brown for the patch).
+
+CMF 1.4.6 (2004/07/30)
+
+  Bug Fixes
+
+    - CMFCalendar.Event: Fixed long-standing bug where day, month, and year
+      were processed in the wrong order by Event.edit().
+      (http://zope.org/Collectors/CMF/202)
+
+    - CMFCalendar.Event: PUT() caused improper splitting of 'Contributors'
+      metadata header.
+
+    - CMFCalendar.CalendarTool: Code assumed US datetime format throughout.
+      At least since Zope 2.7 users can change that.
+      (http://plone.org/collector/3218)
+
+    - CMFCore.PortalFolder: _verifyObjectPaste() did not check the
+      container's allowed content types, enabling users to paste objects
+      they were not allowed to add.
+      (http://plone.org/collector/2183)
+
+    - CMFDefault.File and CMFDefault.Image: setFormat() failed to update
+      the content_type property causing a stale mimetype to be used when
+      serving the file or image.
+      (http://plone.org/collector/1323)
+
+    - CMFDefault.Document and CMFDefault.Link: PUT() caused improper
+      splitting of 'Contributors' metadata header.
+      (http://plone.org/collector/3217)
+      
+    - CMFCore.utils: Introduced contributorsplitter() utility function.
+
+    - CMFCore.PortalFolder: checkIdAvailable() failed to catch 
+      zExceptions.BadRequest.
+
 CMF 1.4.5 (2004/07/08)
 
   Bug Fixes



More information about the CMF-checkins mailing list