[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.51
Tres Seaver
tseaver at zope.com
Mon Aug 9 12:33:44 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv29799
Modified Files:
Tag: CMF-1_4-branch
CHANGES.txt
Log Message:
- CMFCore.PortalFolder: Enforce check of "Delete objects" permission
during cut + paste. (http://zope.org/Collectors/259)
N.B. 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.
=== CMF/CHANGES.txt 1.146.4.50 => 1.146.4.51 ===
--- CMF/CHANGES.txt:1.146.4.50 Sat Aug 7 15:24:09 2004
+++ CMF/CHANGES.txt Mon Aug 9 12:33:13 2004
@@ -4,32 +4,39 @@
- Minor featurelet: The "Action Providers" ZMI tab on the portal_actions
tool now links directly to the tools shown
- http://www.zope.org/Collectors/CMF/181)
+ http://zope.org/Collectors/CMF/181)
Bug Fixes
+ - CMFCore.PortalFolder: Enforce check of "Delete objects" permission
+ during cut + paste. (http://zope.org/Collectors/259)
+
+ N.B. 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://www.zope.org/Collectors/CMF/217)
+ (http://zope.org/Collectors/CMF/217)
- CMFDefault.DiscussionItem: Replies were not sorted chronologically
- (http://www.zope.org/Collectors/CMF/211)
+ (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://www.zope.org/Collectors/CMF/176)
+ (http://zope.org/Collectors/CMF/176)
- CMFTopic: Change topic_view template to show title and ID (it only
- showed title before; http://www.zope.org/Collectors/CMF/180)
+ 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://www.zope.org/Collectors/CMF/167)
+ (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 (see
- http://www.zope.org/Collectors/CMF/138).
+ 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
More information about the CMF-checkins
mailing list