Commit 422c135e authored by Kevin Deldycke's avatar Kevin Deldycke

Remove some logs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8571 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ceeab7a5
...@@ -216,7 +216,7 @@ ConfigUserFilesPath=""\n ...@@ -216,7 +216,7 @@ ConfigUserFilesPath=""\n
# special review_states\n # special review_states\n
# (unpublished states for contents which need to be hidden to local_roles\n # (unpublished states for contents which need to be hidden to local_roles\n
# not in rolesSeeUnpublishedContent even with View permission )\n # not in rolesSeeUnpublishedContent even with View permission )\n
unpublishedStates=[] #[\'visible\',\'pending\',\'rejected\', \'waitreview\']\n unpublishedStates = [] #[\'visible\',\'pending\',\'rejected\', \'waitreview\']\n
\n \n
# special local_roles who can see unpublished contents according to permissions\n # special local_roles who can see unpublished contents according to permissions\n
# by default set to None\n # by default set to None\n
...@@ -267,12 +267,12 @@ ConfigDeniedExtensions = { "Image": None\n ...@@ -267,12 +267,12 @@ ConfigDeniedExtensions = { "Image": None\n
}\n }\n
\n \n
# link by uid is against ERP5 rules\n # link by uid is against ERP5 rules\n
linkbyuid=0\n linkbyuid = 0\n
\n \n
ERP5_FOLDER_TYPE=[\'Folder\', \'ERP5 Folder\', \'ERP5 Document\', \' ERP5 Web Page\']\n ERP5_FOLDER_TYPE = [\'Folder\', \'ERP5 Folder\', \'ERP5 Document\', \' ERP5 Web Page\']\n
\n \n
# ERP5 is full UTF-8, no need to get charset dynamiccaly\n # ERP5 is full UTF-8, no need to get charset dynamiccaly\n
charsetSite ="utf-8"\n charsetSite = "utf-8"\n
\n \n
\n \n
# 2. utils\n # 2. utils\n
...@@ -561,9 +561,6 @@ def UploadFile(resourceType, currentFolder, data, title) :\n ...@@ -561,9 +561,6 @@ def UploadFile(resourceType, currentFolder, data, title) :\n
idObj=""\n idObj=""\n
\n \n
# define Portal Type to add\n # define Portal Type to add\n
\n
context.log("Kev upload >>>>>", repr(data))\n
\n
if resourceType == \'Image\' :\n if resourceType == \'Image\' :\n
typeToAdd=\'Image\'\n typeToAdd=\'Image\'\n
else:\n else:\n
...@@ -594,10 +591,6 @@ def UploadFile(resourceType, currentFolder, data, title) :\n ...@@ -594,10 +591,6 @@ def UploadFile(resourceType, currentFolder, data, title) :\n
\n \n
if not IsAllowedExt( FindExtension(idObj), resourceType ):\n if not IsAllowedExt( FindExtension(idObj), resourceType ):\n
error= "202"\n error= "202"\n
\n
\n
context.log("Kev upload error >>>>>", repr(error))\n
context.log("Kev upload error >>>>>", repr(idObj))\n
\n \n
if not error :\n if not error :\n
error="0"\n error="0"\n
...@@ -609,8 +602,6 @@ def UploadFile(resourceType, currentFolder, data, title) :\n ...@@ -609,8 +602,6 @@ def UploadFile(resourceType, currentFolder, data, title) :\n
if indice!=0:\n if indice!=0:\n
error= "201"\n error= "201"\n
idObj = exemple_titre\n idObj = exemple_titre\n
\n
context.log("Kev upload truc >>>>>", repr(\'XXXX\'))\n
\n \n
try:\n try:\n
# this method need to be changed for browser refresh\n # this method need to be changed for browser refresh\n
...@@ -725,10 +716,6 @@ else :\n ...@@ -725,10 +716,6 @@ else :\n
</item> </item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_web/connectorERP5</string> </value>
</item>
<item>
<key> <string>_owner</string> </key>
<value> <value>
<none/> <none/>
</value> </value>
......
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