[CMF-checkins] CVS: CMF/CMFSetup/xml - apcExport.xml:1.3
Yvo Schubbe
y.2005- at wcm-solutions.de
Tue Jan 25 14:50:13 EST 2005
Update of /cvs-repository/CMF/CMFSetup/xml
In directory cvs.zope.org:/tmp/cvs-serv24836/CMFSetup/xml
Modified Files:
apcExport.xml
Log Message:
merged yuppie-new_actions-branch:
- added ActionCategory and Action interfaces
- added ActionCategory and Action classes
- modified ActionsTool to make use of these new classes
- removed deprecated 'name' and 'permissions' keys from ActionInfo
- allowed 'description' key in ActionInfo
- implemented IAction in the oldstyle ActionInformation class and used this interface to simplify ActionInfo
- updated setup handlers, tests, default profile and skins
- fixed ActionInfo issue regarding permissions in oldstyle action dicts
=== CMF/CMFSetup/xml/apcExport.xml 1.2 => 1.3 ===
--- CMF/CMFSetup/xml/apcExport.xml:1.2 Mon Jul 19 14:11:37 2004
+++ CMF/CMFSetup/xml/apcExport.xml Tue Jan 25 14:49:42 2005
@@ -21,5 +21,7 @@
tal:repeat="permission action/permissions"
tal:content="permission">View</permission>
</action>
- </action-provider></tal:loop>
+ </action-provider></tal:loop
+><tal:span tal:define="sub_infos context/listSubobjectInfos"
+ tal:replace="structure python: context.generateObjectNodes(sub_infos)"/>
</actions-tool>
More information about the CMF-checkins
mailing list