Commit e11e3763 authored by Bartek Górny's avatar Bartek Górny

Fixes after correcting naming of functions and properties.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10602 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83ab5885
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasFile() and not object.hasOOfile()</string> </value>
<value> <string>python:object.hasFile() and not object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: object.hasOOfile() and not object.hasSnapshot()</string> </value>
<value> <string>python: object.hasOOFile() and not object.hasSnapshot()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasFile() and not object.hasOOfile()</string> </value>
<value> <string>python:object.hasFile() and not object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: object.hasOOfile() and not object.hasSnapshot()</string> </value>
<value> <string>python: object.hasOOFile() and not object.hasSnapshot()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasFile() and not object.hasOOfile()</string> </value>
<value> <string>python:object.hasFile() and not object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: object.hasOOfile() and not object.hasSnapshot()</string> </value>
<value> <string>python: object.hasOOFile() and not object.hasSnapshot()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasFile() and not object.hasOOfile()</string> </value>
<value> <string>python:object.hasFile() and not object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: object.hasOOfile() and not object.hasSnapshot()</string> </value>
<value> <string>python: object.hasOOFile() and not object.hasSnapshot()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python:object.hasOOfile()</string> </value>
<value> <string>python:object.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -71,7 +71,6 @@
<value> <string># this is called from interaction workflow, upon every edit\n
# can be called regularly from portal_alarms, or something like that\n
\n
context.log("Spidering ",context.getId())\n
if context.getUrlProtocol() is None or context.getUrlString() is None:\n
context.log("Incomplete url in %s" % context.getRelativeUrl(),context.getQualifiedUrl())\n
res=False\n
......
......@@ -99,10 +99,10 @@
<string>my_title</string>
<string>my_url_string</string>
<string>my_url_protocol</string>
<string>my_status_message</string>
<string>my_translated_simulation_state_title</string>
<string>my_option_recursively</string>
<string>my_recursion_depth</string>
<string>my_external_processing_status_message</string>
</list>
</value>
</item>
......
......@@ -69,10 +69,10 @@
<item>
<key> <string>_body</string> </key>
<value> <string>request=context.REQUEST\n
request.RESPONSE.setHeader(\'Content-type\', context.getMimeType())\n
context.log(\'mimetype\',context.getMimeType())\n
request.RESPONSE.setHeader(\'Content-type\', context.getContentType())\n
context.log(\'mimetype\',context.getContentType())\n
request.RESPONSE.setHeader(\'Content-disposition\', \'attachment;; filename="%s"\' % context.title_or_id())\n
return context.getOOfile()\n
return context.getOOFile()\n
</string> </value>
</item>
<item>
......
......@@ -107,8 +107,8 @@
<string>my_int_index</string>
<string>my_translated_simulation_state_title</string>
<string>my_source_reference</string>
<string>my_status_message</string>
<string>my_contributor_title_list</string>
<string>my_external_processing_status_message</string>
</list>
</value>
</item>
......
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