[Erp5-report] r36300 ivan - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTempla...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jun 14 10:02:51 CEST 2010
Author: ivan
Date: Mon Jun 14 10:02:51 2010
New Revision: 36300
URL: http://svn.erp5.org?rev=36300&view=rev
Log:
Remove orphaned script.
Removed:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_uploadContributeContent.xml
Removed: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_uploadContributeContent.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_uploadContributeContent.xml?rev=36299&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_uploadContributeContent.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_uploadContributeContent.xml (removed)
@@ -1,154 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
- <record id="1" aka="AAAAAAAAAAE=">
- <pickle>
- <tuple>
- <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
- <tuple/>
- </tuple>
- </pickle>
- <pickle>
- <dictionary>
- <item>
- <key> <string>Script_magic</string> </key>
- <value> <int>3</int> </value>
- </item>
- <item>
- <key> <string>_bind_names</string> </key>
- <value>
- <object>
- <klass>
- <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>_asgns</string> </key>
- <value>
- <dictionary>
- <item>
- <key> <string>name_container</string> </key>
- <value> <string>container</string> </value>
- </item>
- <item>
- <key> <string>name_context</string> </key>
- <value> <string>context</string> </value>
- </item>
- <item>
- <key> <string>name_m_self</string> </key>
- <value> <string>script</string> </value>
- </item>
- <item>
- <key> <string>name_subpath</string> </key>
- <value> <string>traverse_subpath</string> </value>
- </item>
- </dictionary>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>_body</string> </key>
- <value> <string>Base_translateString = context.Base_translateString\n
-REQUEST = context.REQUEST\n
-portal = context.getPortalObject()\n
-contribute_file = REQUEST.get(\'contribute_file\', None)\n
-contribute_classification = REQUEST.get(\'contribute_classification\', None)\n
-contribute_source_project = REQUEST.get(\'contribute_source_project\', None)\n
-contribute_portal_type = REQUEST.get(\'contribute_portal_type\', None)\n
-\n
-\n
-if contribute_file is None or not contribute_file.filename:\n
- portal_status_message = Base_translateString(\'Please select upload file.\')\n
- keep_items={\'portal_status_message\':portal_status_message}\n
- portal.Base_redirect(form_view=\'view\', keep_items=keep_items)\n
- return\n
-\n
-return context.ERP5Site_contributeContent(\n
- contribute_file=contribute_file,\n
- contribute_classification=contribute_classification,\n
- contribute_source_project=contribute_source_project,\n
- contribute_portal_type=contribute_portal_type\n
- )\n
-</string> </value>
- </item>
- <item>
- <key> <string>_code</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_params</string> </key>
- <value> <string>*args, **kw</string> </value>
- </item>
- <item>
- <key> <string>errors</string> </key>
- <value>
- <tuple/>
- </value>
- </item>
- <item>
- <key> <string>func_code</string> </key>
- <value>
- <object>
- <klass>
- <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
- </klass>
- <tuple/>
- <state>
- <dictionary>
- <item>
- <key> <string>co_argcount</string> </key>
- <value> <int>0</int> </value>
- </item>
- <item>
- <key> <string>co_varnames</string> </key>
- <value>
- <tuple>
- <string>args</string>
- <string>kw</string>
- <string>_getattr_</string>
- <string>context</string>
- <string>Base_translateString</string>
- <string>REQUEST</string>
- <string>portal</string>
- <string>None</string>
- <string>contribute_file</string>
- <string>contribute_classification</string>
- <string>contribute_source_project</string>
- <string>contribute_portal_type</string>
- <string>portal_status_message</string>
- <string>keep_items</string>
- </tuple>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>func_defaults</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>ERP5Site_uploadContributeContent</string> </value>
- </item>
- <item>
- <key> <string>warnings</string> </key>
- <value>
- <tuple/>
- </value>
- </item>
- </dictionary>
- </pickle>
- </record>
-</ZopeData>
More information about the Erp5-report
mailing list