[Erp5-report] r32907 ivan - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTempla...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Feb 22 10:01:05 CET 2010
Author: ivan
Date: Mon Feb 22 10:01:03 2010
New Revision: 32907
URL: http://svn.erp5.org?rev=32907&view=rev
Log:
Use generic contribute script.
Removed:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_contributeContent.xml
Removed: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_contributeContent.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_contributeContent.xml?rev=32906&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_contributeContent.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_contributeContent.xml (removed)
@@ -1,230 +1,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>"""\n
- A method invoked with parameters provided by the \n
- contribute widget.\n
-\n
- **kw -- remaining params passed to the constructor\n
-"""\n
-from Products.ERP5.Document.Document import ConversionError\n
-from xmlrpclib import Fault\n
-from socket import error as SocketError\n
-\n
-# Do some processing of parameters cause we do not use ERP5 Form here\n
-if contribute_classification:\n
- kw[\'classification\'] = contribute_classification\n
-\n
-if contribute_source_project:\n
- kw[\'follow_up\'] = contribute_source_project\n
-\n
-if contribute_portal_type:\n
- kw[\'portal_type\'] = contribute_portal_type\n
-\n
-if contribute_file is not None:\n
- kw[\'file\'] = contribute_file\n
-\n
-# We want to discover metadata synchronously\n
-kw[\'discover_metadata\'] = 0\n
-\n
-editable_mode = 1\n
-file_name = getattr(contribute_file, \'filename\', None)\n
-# try to ingest file\n
-failure = 0\n
-new_content = None\n
-merged_content = None\n
-\n
-try:\n
- new_content = context.portal_contributions.newContent(**kw)\n
- # set file_name\n
- new_content.setSourceReference(file_name)\n
- if new_content.isSupportBaseDataConversion():\n
- new_content.processFile()\n
- merged_content = new_content.Document_convertToBaseFormatAndDiscoverMetadata(file_name=file_name)\n
-except ConversionError, Fault:\n
- # there are errors during ingestion content\n
- failure = 1\n
- msg = \'Sorry, there was a problem during conversion of your document.\'\n
-except SocketError:\n
- # conversion server is down\n
- failure = 1\n
- msg = \'Sorry, the conversion server is down. Please try again later.\'\n
-except (TypeError, KeyError, AttributeError):\n
- # there\'s an unknow error occured\n
- failure = 1\n
- msg = \'Sorry, unknow error occured.\'\n
-\n
-target = None\n
-if merged_content is not None:\n
- target = merged_content\n
-elif new_content is not None:\n
- target = new_content\n
-else:\n
- target = context\n
-\n
-if failure:\n
- msg = context.Base_translateString(msg)\n
- return target.Base_redirect(\'view\',\n
- keep_items=dict(portal_status_message=msg,\n
- editable_mode=0))\n
-# successful ingestion, show appropriate message\n
-if merged_content is not None and merged_content is not new_content:\n
- msg = context.Base_translateString(\'Document successfully updated.\')\n
- target = merged_content\n
-else:\n
- msg = context.Base_translateString(\'Document successfully created.\')\n
- target = new_content\n
-\n
-return target.Base_redirect(\'view\',\n
- keep_items=dict(portal_status_message=msg, \n
- editable_mode=editable_mode))\n
-</string> </value>
- </item>
- <item>
- <key> <string>_code</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
- <key> <string>_params</string> </key>
- <value> <string>contribute_file=None, contribute_classification=None, contribute_source_project=None, contribute_portal_type=None, **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>4</int> </value>
- </item>
- <item>
- <key> <string>co_varnames</string> </key>
- <value>
- <tuple>
- <string>contribute_file</string>
- <string>contribute_classification</string>
- <string>contribute_source_project</string>
- <string>contribute_portal_type</string>
- <string>kw</string>
- <string>Products.ERP5.Document.Document</string>
- <string>ConversionError</string>
- <string>xmlrpclib</string>
- <string>Fault</string>
- <string>socket</string>
- <string>error</string>
- <string>SocketError</string>
- <string>_write_</string>
- <string>None</string>
- <string>editable_mode</string>
- <string>getattr</string>
- <string>file_name</string>
- <string>failure</string>
- <string>new_content</string>
- <string>merged_content</string>
- <string>_apply_</string>
- <string>_getattr_</string>
- <string>context</string>
- <string>msg</string>
- <string>TypeError</string>
- <string>KeyError</string>
- <string>AttributeError</string>
- <string>target</string>
- <string>dict</string>
- </tuple>
- </value>
- </item>
- </dictionary>
- </state>
- </object>
- </value>
- </item>
- <item>
- <key> <string>func_defaults</string> </key>
- <value>
- <tuple>
- <none/>
- <none/>
- <none/>
- <none/>
- </tuple>
- </value>
- </item>
- <item>
- <key> <string>id</string> </key>
- <value> <string>ERP5Site_contributeContent</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