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

Grégoire Weber zope.org at incept.ch
Thu Jul 22 10:24:16 EDT 2004


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

Modified Files:
	CHANGES.txt 
Log Message:
- added:
    - Added CMFUid which provides unique id functionality. 
    - As example of how to use unique ids CMFDefaults Favorite content 
      type was enhanced by using unique ids to track moved or renamed 
      content items.
    - Added __init__ method to the IOpaqueItems.ICallableOpaqueItem 
      interface.


=== CMF/CHANGES.txt 1.216 => 1.217 ===
--- CMF/CHANGES.txt:1.216	Wed Jul 21 10:55:38 2004
+++ CMF/CHANGES.txt	Thu Jul 22 10:24:16 2004
@@ -2,12 +2,21 @@
 
   New Features
 
+    - Added CMFUid which provides unique id functionality. 
+
+    - As example of how to use unique ids CMFDefaults Favorite content 
+      type was enhanced by using unique ids to track moved or renamed 
+      content items.
+
+    - Added __init__ method to the IOpaqueItems.ICallableOpaqueItem 
+      interface.
+
     - CookieCrumber now supports logging the authenticated user id to
       the access log just like basic auth.
 
     - 'portal_setup' tool can now disply / download diffs between profiles
       and / or snapshots.
-
+      
   Bug Fixes
 
     - DCWorkflow DefaultWorkflowClassic: Fixed 'pending' state permissions.



More information about the CMF-checkins mailing list