[Erp5-report] r23615 - in /experimental/bt5/erp5_forge_experimental: ActionTemplateItem/por...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 15 15:18:36 CEST 2008


Author: luke
Date: Mon Sep 15 15:18:29 2008
New Revision: 23615

URL: http://svn.erp5.org?rev=23615&view=rev
Log:
- allow manager to update translation table using ui

Added:
    experimental/bt5/erp5_forge_experimental/ActionTemplateItem/portal_types/portal_actions/
    experimental/bt5/erp5_forge_experimental/ActionTemplateItem/portal_types/portal_actions/update_translation_table.xml
Modified:
    experimental/bt5/erp5_forge_experimental/bt/revision
    experimental/bt5/erp5_forge_experimental/bt/template_action_path_list

Added: experimental/bt5/erp5_forge_experimental/ActionTemplateItem/portal_types/portal_actions/update_translation_table.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_forge_experimental/ActionTemplateItem/portal_types/portal_actions/update_translation_table.xml?rev=23615&view=auto
==============================================================================
--- experimental/bt5/erp5_forge_experimental/ActionTemplateItem/portal_types/portal_actions/update_translation_table.xml (added)
+++ experimental/bt5/erp5_forge_experimental/ActionTemplateItem/portal_types/portal_actions/update_translation_table.xml Mon Sep 15 15:18:29 2008
@@ -1,0 +1,83 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>global</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>update_translation_table</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>Manage portal</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>25.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Update Translation Table</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${portal_url}/ERP5Site_updateTranslationTable</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: experimental/bt5/erp5_forge_experimental/bt/revision
URL: http://svn.erp5.org/experimental/bt5/erp5_forge_experimental/bt/revision?rev=23615&r1=23614&r2=23615&view=diff
==============================================================================
--- experimental/bt5/erp5_forge_experimental/bt/revision (original)
+++ experimental/bt5/erp5_forge_experimental/bt/revision Mon Sep 15 15:18:29 2008
@@ -1,1 +1,1 @@
-72
+73

Modified: experimental/bt5/erp5_forge_experimental/bt/template_action_path_list
URL: http://svn.erp5.org/experimental/bt5/erp5_forge_experimental/bt/template_action_path_list?rev=23615&r1=23614&r2=23615&view=diff
==============================================================================
--- experimental/bt5/erp5_forge_experimental/bt/template_action_path_list (original)
+++ experimental/bt5/erp5_forge_experimental/bt/template_action_path_list Mon Sep 15 15:18:29 2008
@@ -6,4 +6,5 @@
 Simulation Movement | expand_activities
 Simulation Movement | view
 Simulation Tool | view
+portal_actions | update_translation_table
 portal_properties | consistency




More information about the Erp5-report mailing list