[Erp5-report] r24290 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: PathTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 22 17:14:35 CEST 2008


Author: romain
Date: Wed Oct 22 17:14:33 2008
New Revision: 24290

URL: http://svn.erp5.org?rev=24290&view=rev
Log:
Add png_to_text transformation

Added:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml
Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Added: erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml?rev=24290&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml (added)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml Wed Oct 22 17:14:33 2008
@@ -1,0 +1,87 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="Transform" module="Products.PortalTransforms.Transform"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_config</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global id="1.1" name="UserDict" module="UserDict"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>__allow_access_to_unprotected_subobjects__</string> </key>
+                        <value> <int>1</int> </value>
+                    </item>
+                    <item>
+                        <key> <string>data</string> </key>
+                        <value>
+                          <dictionary/>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>_config_metadata</string> </key>
+            <value>
+              <object>
+                <klass> <reference id="1.1"/> </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>data</string> </key>
+                        <value>
+                          <dictionary/>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>png_to_text</string> </value>
+        </item>
+        <item>
+            <key> <string>inputs</string> </key>
+            <value>
+              <tuple>
+                <string>image/png</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>module</string> </key>
+            <value> <string>Products.ERP5Type.patches.transforms.png_to_text</string> </value>
+        </item>
+        <item>
+            <key> <string>output</string> </key>
+            <value> <string>text/plain</string> </value>
+        </item>
+        <item>
+            <key> <string>output_encoding</string> </key>
+            <value> <string>utf-8</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=24290&r1=24289&r2=24290&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log Wed Oct 22 17:14:33 2008
@@ -1,5 +1,6 @@
 2008-10-22 Romain
 * portal_transforms subobject should exported with the path parameter of the business template
+* Add png_to_text transformation
 
 2008-10-20 Thibaut
 * Allow portal_transforms to extract content.xml file from odt file (zip file).

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=24290&r1=24289&r2=24290&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Wed Oct 22 17:14:33 2008
@@ -1,1 +1,1 @@
-999
+1001




More information about the Erp5-report mailing list