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

Grégoire Weber zope.org at incept.ch
Wed Jun 30 12:07:38 EDT 2004


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

Modified Files:
	CHANGES.txt 
Log Message:
added new feature


=== CMF/CHANGES.txt 1.201 => 1.202 ===
--- CMF/CHANGES.txt:1.201	Mon Jun  7 22:41:37 2004
+++ CMF/CHANGES.txt	Wed Jun 30 12:07:38 2004
@@ -2,6 +2,13 @@
 
   New Features
 
+    - ActionProviderBase, ActionInformation: Added methods to modify/edit 
+      actions. New method 'getActionObject' in 'ActionProviderBase' and 
+      'edit' method in 'ActionInformation' (Collector 195).
+      An action now may be modified/edited the following way::
+          
+        action_provider.getActionObject('object/view').edit(title='VIEW')
+
     - Topic objects now supoprt syndication (Collector #203).
 
     - PortalFolder and zpt skin: PortalFolder now inherits from OrderedFolder.
@@ -42,10 +49,10 @@
       'ResourceLockedError' are now also available for TTW code.
       'EditingConflict' is a new CMF class replacing the old string exception.
 
-    - Callable Opaque Items, CMFCatalogAware: Added a marker interface
+    - Callable Opaque Items, CMFCatalogAware: Added an interface
       'ICallableOpaqueItemWithHooks'. CMF now calls the manage_after*
       and manage_before* hooks of a marked opaque item on copying,
-      moving or deleting the containing content object (gregweb).
+      moving or deleting the containing content object.
 
     - DublinCore: Creator element no longer depends on Ownership.
       (Collector #25)



More information about the CMF-checkins mailing list