[Erp5-report] r32516 kazuhiko - /erp5/trunk/bt5/erp5_bpm/SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 15 02:33:41 CET 2010


Author: kazuhiko
Date: Mon Feb 15 02:33:39 2010
New Revision: 32516

URL: http://svn.erp5.org?rev=32516&view=rev
Log:
remove this because now it is just a dead copy of one in erp5_trade.

Removed:
    erp5/trunk/bt5/erp5_bpm/SkinTemplateItem/portal_skins/erp5_bpm/Order_zSelectMovement.xml

Removed: erp5/trunk/bt5/erp5_bpm/SkinTemplateItem/portal_skins/erp5_bpm/Order_zSelectMovement.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/SkinTemplateItem/portal_skins/erp5_bpm/Order_zSelectMovement.xml?rev=32515&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/SkinTemplateItem/portal_skins/erp5_bpm/Order_zSelectMovement.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/SkinTemplateItem/portal_skins/erp5_bpm/Order_zSelectMovement.xml (removed)
@@ -1,235 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <tuple>
-        <global name="SQL" module="Products.ZSQLMethods.SQL"/>
-        <tuple/>
-      </tuple>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>_arg</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="Args" module="Shared.DC.ZRDB.Aqueduct"/>
-                </klass>
-                <tuple/>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>_data</string> </key>
-                        <value>
-                          <dictionary>
-                            <item>
-                                <key> <string>from_table_list</string> </key>
-                                <value>
-                                  <dictionary>
-                                    <item>
-                                        <key> <string>type</string> </key>
-                                        <value> <string>list</string> </value>
-                                    </item>
-                                  </dictionary>
-                                </value>
-                            </item>
-                            <item>
-                                <key> <string>order_by_expression</string> </key>
-                                <value>
-                                  <dictionary/>
-                                </value>
-                            </item>
-                            <item>
-                                <key> <string>where_expression</string> </key>
-                                <value>
-                                  <dictionary/>
-                                </value>
-                            </item>
-                          </dictionary>
-                        </value>
-                    </item>
-                    <item>
-                        <key> <string>_keys</string> </key>
-                        <value>
-                          <list>
-                            <string>from_table_list</string>
-                            <string>where_expression</string>
-                            <string>order_by_expression</string>
-                          </list>
-                        </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>allow_simple_one_argument_traversal</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>arguments_src</string> </key>
-            <value> <string>from_table_list:list\r\n
-where_expression\r\n
-order_by_expression</string> </value>
-        </item>
-        <item>
-            <key> <string>cache_time_</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
-            <key> <string>class_file_</string> </key>
-            <value> <string>ZSQLCatalog.zsqlbrain</string> </value>
-        </item>
-        <item>
-            <key> <string>class_name_</string> </key>
-            <value> <string>ZSQLBrain</string> </value>
-        </item>
-        <item>
-            <key> <string>connection_hook</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>connection_id</string> </key>
-            <value> <string>erp5_sql_connection</string> </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>Order_zSelectMovement</string> </value>
-        </item>
-        <item>
-            <key> <string>max_cache_</string> </key>
-            <value> <int>100</int> </value>
-        </item>
-        <item>
-            <key> <string>max_rows_</string> </key>
-            <value> <int>1000</int> </value>
-        </item>
-        <item>
-            <key> <string>src</string> </key>
-            <value> <string encoding="cdata"><![CDATA[
-
-SELECT DISTINCT\n
-  catalog.uid,\n
-  catalog.path,\n
-  catalog.relative_url,\n
-  catalog.id\n
-\n
-FROM\n
-  movement as simulation_movement\n
-<dtml-in prefix="table" expr="from_table_list"> \n
-  <dtml-if expr="table_key != \'catalog\'">\n
-  , <dtml-var table_item> AS <dtml-var table_key>\n
-  </dtml-if>\n
-</dtml-in>\n
-  , catalog\n
-  LEFT JOIN category \n
-    ON (catalog.uid = category.uid\n
-        AND category.base_category_uid = <dtml-sqlvar "portal_categories.delivery.getUid()" type="int">)\n
-WHERE\n
-  1=1\n
-  <dtml-if where_expression>\n
-    AND <dtml-var where_expression> \n
-  </dtml-if>\n
-  AND simulation_movement.source_uid <> simulation_movement.destination_uid\n
-  AND simulation_movement.source_uid is not NULL\n
-  AND simulation_movement.destination_uid is not NULL\n
-  AND simulation_movement.uid = catalog.uid\n
-  AND simulation_movement.resource_uid is not NULL\n
-  AND category.category_uid is NULL\n
-\n
-<dtml-if order_by_expression>\n
-ORDER BY <dtml-var order_by_expression>\n
-</dtml-if>
-
-]]></string> </value>
-        </item>
-        <item>
-            <key> <string>template</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="__newobj__" module="copy_reg"/>
-                </klass>
-                <tuple>
-                  <global name="SQL" module="Shared.DC.ZRDB.DA"/>
-                </tuple>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>__name__</string> </key>
-                        <value> <string encoding="cdata"><![CDATA[
-
-<string>
-
-]]></string> </value>
-                    </item>
-                    <item>
-                        <key> <string>_vars</string> </key>
-                        <value>
-                          <dictionary/>
-                        </value>
-                    </item>
-                    <item>
-                        <key> <string>globals</string> </key>
-                        <value>
-                          <dictionary/>
-                        </value>
-                    </item>
-                    <item>
-                        <key> <string>raw</string> </key>
-                        <value> <string encoding="cdata"><![CDATA[
-
-SELECT DISTINCT\n
-  catalog.uid,\n
-  catalog.path,\n
-  catalog.relative_url,\n
-  catalog.id\n
-\n
-FROM\n
-  movement as simulation_movement\n
-<dtml-in prefix="table" expr="from_table_list"> \n
-  <dtml-if expr="table_key != \'catalog\'">\n
-  , <dtml-var table_item> AS <dtml-var table_key>\n
-  </dtml-if>\n
-</dtml-in>\n
-  , catalog\n
-  LEFT JOIN category \n
-    ON (catalog.uid = category.uid\n
-        AND category.base_category_uid = <dtml-sqlvar "portal_categories.delivery.getUid()" type="int">)\n
-WHERE\n
-  1=1\n
-  <dtml-if where_expression>\n
-    AND <dtml-var where_expression> \n
-  </dtml-if>\n
-  AND simulation_movement.source_uid <> simulation_movement.destination_uid\n
-  AND simulation_movement.source_uid is not NULL\n
-  AND simulation_movement.destination_uid is not NULL\n
-  AND simulation_movement.uid = catalog.uid\n
-  AND simulation_movement.resource_uid is not NULL\n
-  AND category.category_uid is NULL\n
-\n
-<dtml-if order_by_expression>\n
-ORDER BY <dtml-var order_by_expression>\n
-</dtml-if>
-
-]]></string> </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string></string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>




More information about the Erp5-report mailing list