[CMF-checkins] CVS: CMF/CMFSetup/xml - ticTypeExport.xml:1.2.10.1 wtcWorkflowExport.xml:1.11.10.1

Martijn Pieters mj at zopatista.com
Wed Nov 10 08:28:48 EST 2004


Update of /cvs-repository/CMF/CMFSetup/xml
In directory cvs.zope.org:/tmp/cvs-serv15746/xml

Modified Files:
      Tag: mj-cmf14-compat-branch
	ticTypeExport.xml wtcWorkflowExport.xml 
Log Message:
CMF-1.4 compatible version of CMFSetup.


=== CMF/CMFSetup/xml/ticTypeExport.xml 1.2 => 1.2.10.1 ===
--- CMF/CMFSetup/xml/ticTypeExport.xml:1.2	Mon Jul 19 14:11:37 2004
+++ CMF/CMFSetup/xml/ticTypeExport.xml	Wed Nov 10 08:28:48 2004
@@ -30,12 +30,6 @@
   <allowed_content_type
      tal:repeat="act info/allowed_content_types"
      tal:content="act">foo</allowed_content_type></tal:case>
-  <aliases>
-   <alias from="(Default)" to="foo_view"
-          tal:repeat="item info/aliases/items"
-          tal:attributes="from python: item[ 0 ]; to python: item[ 1 ];"
-   />
-  </aliases>
   <action
      action_id="view"
      title="View"


=== CMF/CMFSetup/xml/wtcWorkflowExport.xml 1.11 => 1.11.10.1 ===
--- CMF/CMFSetup/xml/wtcWorkflowExport.xml:1.11	Mon Jul 19 16:08:36 2004
+++ CMF/CMFSetup/xml/wtcWorkflowExport.xml	Wed Nov 10 08:28:48 2004
@@ -40,15 +40,6 @@
         tal:repeat="role perm/roles"
         tal:content="role">ROLE</permission-role>
   </permission-map>
-  <group-map
-        name=""
-        tal:repeat="group state/groups"
-        tal:attributes="name python: group[ 0 ];
-                       ">
-   <group-role
-        tal:repeat="role python: group[ 1 ]"
-        tal:content="role">ROLE</group-role>
-  </group-map>
   <assignment
         name="VAR_NAME"
         type="VAR_TYPE"
@@ -93,10 +84,6 @@
    <guard-role
        tal:repeat="role transition/guard_roles"
        tal:content="role">ROLE</guard-role></tal:case
-  ><tal:case tal:condition="transition/guard_groups">
-   <guard-group
-       tal:repeat="group transition/guard_groups"
-       tal:content="group">GROUP</guard-group></tal:case
   ><tal:case tal:condition="transition/guard_expr">
    <guard-expression
        tal:content="transition/guard_expr">EXPRESSION</guard-expression
@@ -135,10 +122,6 @@
    <guard-role
        tal:repeat="role worklist/guard_roles"
        tal:content="role">ROLE</guard-role></tal:case
-  ><tal:case tal:condition="worklist/guard_groups">
-   <guard-group
-       tal:repeat="group worklist/guard_groups"
-       tal:content="group">GROUP</guard-group></tal:case
   ><tal:case tal:condition="worklist/guard_expr">
    <guard-expression
        tal:content="worklist/guard_expr">EXPRESSION</guard-expression
@@ -186,10 +169,6 @@
    <guard-role
        tal:repeat="role variable/guard_roles"
        tal:content="role">ROLE</guard-role></tal:case
-  ><tal:case tal:condition="variable/guard_groups">
-   <guard-group
-       tal:repeat="group variable/guard_groups"
-       tal:content="group">GROUP</guard-group></tal:case
   ><tal:case tal:condition="variable/guard_expr">
    <guard-expression
        tal:content="variable/guard_expr">EXPRESSION</guard-expression



More information about the CMF-checkins mailing list