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

Yvo Schubbe y.2004_ at wcm-solutions.de
Wed Jul 7 04:57:45 EDT 2004


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

Modified Files:
	CHANGES.txt 
Log Message:
- removing the dtml layers 'topic', 'content', 'generic' and 'control' from zpt skins should now be save


=== CMF/CHANGES.txt 1.202 => 1.203 ===
--- CMF/CHANGES.txt:1.202	Wed Jun 30 12:07:38 2004
+++ CMF/CHANGES.txt	Wed Jul  7 04:57:14 2004
@@ -2,14 +2,19 @@
 
   New Features
 
+    - zpt skin: Some forms are now scripts.
+      These scripts are dispatchers that call validators and controllers and
+      set redirect depending on the selected button. If redirect is not set,
+      the script calls a template and returns the resulting HTML page.
+
     - 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).
+    - Topic objects now support syndication (Collector #203).
 
     - PortalFolder and zpt skin: PortalFolder now inherits from OrderedFolder.
 
@@ -194,6 +199,8 @@
       tool overrides default member content creation.
 
   Bug Fixes
+
+    - zpt skin: Removed dependency on dtml layers.
 
     - CMFCore utils: Marked 'format_stx' function as deprecated.
       It's no longer necessary to work around default STX handling.



More information about the CMF-checkins mailing list