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

Yvo Schubbe y.2004_ at wcm-solutions.de
Tue Aug 24 15:14:17 EDT 2004


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

Modified Files:
      Tag: CMF-1_5-branch
	CHANGES.txt 
Log Message:
- added listDAVObjects
- refactored and added some PortalFolder tests


=== CMF/CHANGES.txt 1.248.2.2 => 1.248.2.3 ===
--- CMF/CHANGES.txt:1.248.2.2	Thu Aug 19 13:30:09 2004
+++ CMF/CHANGES.txt	Tue Aug 24 15:13:46 2004
@@ -1,5 +1,11 @@
 CMF 1.5.0beta2 (unreleased)
 
+  New Features
+
+    - PortalFolder: Improved WebDAV folder listings.
+      Hidden sub-objects like tools are now filtered out. To see all
+      sub-objects, you need the 'Manage portal' permission.
+
   Bug Fixes
 
     - ZPT skin: Improved folder_copy_control and folder_cut_control.
@@ -33,7 +39,7 @@
       tool now links directly to the tools shown
       (http://zope.org/Collectors/CMF/181)
 
-    - CMFCore.utils: Introduced contributorsplitter() utility function 
+    - CMFCore.utils: Introduced contributorsplitter() utility function
       along the lines of keywordsplitter().
 
     - Actions and Action providers: Further refactoring.
@@ -50,14 +56,14 @@
       registering, and storing unique IDs for content (gregweb).
 
       o As an example of how to use unique ids, enhanced CMFDefault.Favorite
-        content class, using unique ids to track moved or renamed 
+        content class, using unique ids to track moved or renamed
         content items.
-        
+
       o At the bottom of the page the permanent link to the content object
-        is shown (http://www.example.com/<cmf_root>/permalink/1234, where 
+        is shown (http://www.example.com/<cmf_root>/permalink/1234, where
         1234 is the unique id of the content object)
 
-    - Added __init__ method to the IOpaqueItems.ICallableOpaqueItem 
+    - Added __init__ method to the IOpaqueItems.ICallableOpaqueItem
       interface.
 
     - CookieCrumber now supports logging the authenticated user id to
@@ -68,7 +74,7 @@
 
     - The 'find' tab on the 'portal_skins' tool will now mark the object that
       would be returned when using the specified skin
-      
+
   Bug Fixes
 
     - CMFCore.PortalFolder: Enforce check of "Delete objects" permission
@@ -110,11 +116,11 @@
       (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 
+      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 
+    - CMFDefault.DublinCore: Use the portal_metadata tool's 'getPublisher'
+      for the DublinCore 'Publisher' element (thanks to Eric Brown for the
       patch).
 
     - CMFCalendar.CalendarTool: Code assumed US datetime format throughout.
@@ -134,7 +140,7 @@
       when serving the file or image.
       (http://zope.org/Collectors/CMF/226)
 
-    - CMFDefault.Document, CMFDefault.Link, and CMFCalendar.Event: 
+    - CMFDefault.Document, CMFDefault.Link, and CMFCalendar.Event:
       WebDAV PUT() caused improper splitting of 'Contributors' metadata header.
 
     - CMFCore.PortalFolder: Fixed missing import of BadRequest exception.



More information about the CMF-checkins mailing list