Commit 290c25b1 authored by Gabriel Monnerat's avatar Gabriel Monnerat

merge with experimental:

- Typo
- remove not used files
- clean up script

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45706 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ca60043
<registered_skin_selection> <registered_skin_selection>
<skin_folder_selection> <skin_folder_selection>
<skin_folder>cloudooo_erp5_base</skin_folder> <skin_folder>cloudooo_erp5_base</skin_folder>
<skin_selection>Claudooo,View</skin_selection> <skin_selection>View,Cloudooo</skin_selection>
</skin_folder_selection> </skin_folder_selection>
<skin_folder_selection> <skin_folder_selection>
<skin_folder>cloudooo_erp5_ingestion</skin_folder> <skin_folder>cloudooo_erp5_ingestion</skin_folder>
<skin_selection>Claudooo,View</skin_selection> <skin_selection>View,Cloudooo</skin_selection>
</skin_folder_selection> </skin_folder_selection>
<skin_folder_selection> <skin_folder_selection>
<skin_folder>cloudooo_web</skin_folder> <skin_folder>cloudooo_web</skin_folder>
<skin_selection>Claudooo,View</skin_selection> <skin_selection>Cloudooo,View</skin_selection>
</skin_folder_selection> </skin_folder_selection>
<skin_folder_selection> <skin_folder_selection>
<skin_folder>cloudooo_web_theme</skin_folder> <skin_folder>cloudooo_web_theme</skin_folder>
<skin_selection>Claudooo</skin_selection> <skin_selection>Cloudooo</skin_selection>
</skin_folder_selection> </skin_folder_selection>
</registered_skin_selection> </registered_skin_selection>
\ No newline at end of file
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -70,27 +67,28 @@ person = module.newContent(portal_type=\'Person\',\n ...@@ -70,27 +67,28 @@ person = module.newContent(portal_type=\'Person\',\n
description=context.REQUEST.get(\'HTTP_X_FORWARDED_FOR\',\'Found no ip\'),\n description=context.REQUEST.get(\'HTTP_X_FORWARDED_FOR\',\'Found no ip\'),\n
)\n )\n
person.setGroup(reference)\n person.setGroup(reference)\n
assignement = person.newContent(portal_type="Assignment",group="my_group")\n assignment = person.newContent(portal_type="Assignment", group="my_group")\n
assignement.open()\n assignment.open()\n
person.validate()\n person.validate()\n
\n \n
document = context.Base_contribute(file=file, \n document = context.Base_contribute(file=file,\n
url=None, \n url=None,\n
portal_type=None, \n portal_type=None,\n
classification="personal/private", \n classification="personal/private",\n
synchronous_metadata_discovery=None, \n synchronous_metadata_discovery=None,\n
redirect_to_document=False, \n redirect_to_document=False,\n
attach_document_to_context=False, \n attach_document_to_context=False,\n
use_context_for_container=False, \n use_context_for_container=False,\n
redirect_url=None, \n redirect_url=None,\n
cancel_url=None, \n cancel_url=None,\n
batch_mode=False, \n batch_mode=False,\n
max_repeat=0, \n max_repeat=0,\n
editable_mode = 1, \n editable_mode = 1,\n
follow_up_list=None, \n follow_up_list=None,\n
user_login=reference,\n user_login=reference,\n
reference=reference\n reference=reference\n
)\n )\n
\n
#XXX-Conflict between contributor property and contributor property. We must use value to be sure to use the property\n #XXX-Conflict between contributor property and contributor property. We must use value to be sure to use the property\n
document.setContributorValue(person);\n document.setContributorValue(person);\n
original_name = document.getSourceReference()\n original_name = document.getSourceReference()\n
...@@ -113,18 +111,13 @@ session = portal_sessions[reference]\n ...@@ -113,18 +111,13 @@ session = portal_sessions[reference]\n
session[\'document_url\'] = document.getRelativeUrl()\n session[\'document_url\'] = document.getRelativeUrl()\n
\n \n
#Redirect the user on waiting conversion dialog\n #Redirect the user on waiting conversion dialog\n
context.Base_redirect(\'WebSection_viewWaitingConversion\',keep_items={\'portal_status_message\': "Please wait : we are converting your file",\n context.Base_redirect(\'WebSection_viewWaitingConversion\',\n
param: key})\n keep_items={\'portal_status_message\': "Please wait : we are converting your file",\n
param: key})\n
]]></string> </value> ]]></string> </value>
</item> </item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>file,**kw</string> </value> <value> <string>file,**kw</string> </value>
...@@ -139,75 +132,10 @@ context.Base_redirect(\'WebSection_viewWaitingConversion\',keep_items={\'portal_ ...@@ -139,75 +132,10 @@ context.Base_redirect(\'WebSection_viewWaitingConversion\',keep_items={\'portal_
</tuple> </tuple>
</value> </value>
</item> </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>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>file</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>portal</string>
<string>reference</string>
<string>module</string>
<string>person</string>
<string>assignement</string>
<string>None</string>
<string>False</string>
<string>document</string>
<string>original_name</string>
<string>dot_position</string>
<string>_getitem_</string>
<string>_getiter_</string>
<string>param</string>
<string>key</string>
<string>portal_sessions</string>
<string>session</string>
<string>_write_</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>WebSection_uploadFile</string> </value> <value> <string>WebSection_uploadFile</string> </value>
</item> </item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
2 3
\ No newline at end of file \ No newline at end of file
cloudooo_erp5_base | Claudooo cloudooo_erp5_base | Cloudooo
cloudooo_erp5_base | View cloudooo_erp5_base | View
cloudooo_erp5_ingestion | Claudooo cloudooo_erp5_ingestion | Cloudooo
cloudooo_erp5_ingestion | View cloudooo_erp5_ingestion | View
cloudooo_web | Claudooo cloudooo_web | Cloudooo
cloudooo_web | View cloudooo_web | View
cloudooo_web_theme | Claudooo cloudooo_web_theme | Cloudooo
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment