Commit 8c51f86c authored by Bartek Górny's avatar Bartek Górny

Revision, log and system-made changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e23aaee
...@@ -78,7 +78,6 @@ if context.getLanguage() is not None:\n ...@@ -78,7 +78,6 @@ if context.getLanguage() is not None:\n
ss.append(context.getReference()+\'-\'+context.getLanguage())\n ss.append(context.getReference()+\'-\'+context.getLanguage())\n
if context.getVersion() is not None:\n if context.getVersion() is not None:\n
ss.append(context.getReference()+\'-\'+context.getLanguage()+\'-\'+context.getVersion())\n ss.append(context.getReference()+\'-\'+context.getLanguage()+\'-\'+context.getVersion())\n
context.log(ss)\n
lst=[]\n lst=[]\n
for t in ss:\n for t in ss:\n
lst+=context.portal_catalog(SearchableText=\'%\'+t+\'%\')\n lst+=context.portal_catalog(SearchableText=\'%\'+t+\'%\')\n
...@@ -97,6 +96,12 @@ return lst\n ...@@ -97,6 +96,12 @@ return lst\n
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>*a,**kw</string> </value> <value> <string>*a,**kw</string> </value>
......
...@@ -77,7 +77,6 @@ if fname is None:\n ...@@ -77,7 +77,6 @@ if fname is None:\n
else:\n else:\n
context.setSourceReference(fname)\n context.setSourceReference(fname)\n
if fname is not None:\n if fname is not None:\n
context.log(fname)\n
context.setPropertyListFromFilename(fname)\n context.setPropertyListFromFilename(fname)\n
context.guessMimeType(fname)\n context.guessMimeType(fname)\n
if not context.getTitle():\n if not context.getTitle():\n
...@@ -101,6 +100,12 @@ if fname is not None:\n ...@@ -101,6 +100,12 @@ if fname is not None:\n
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>fname=None,data=None</string> </value> <value> <string>fname=None,data=None</string> </value>
......
2006-10-30
Removed "collaborated", added "shared"
Implemented "personal/project" security classification
2006-10-28 2006-10-28
Added "collaborated" state to publication_workflow Added "collaborated" state to publication_workflow
......
284 290
\ No newline at end of file \ No newline at end of file
0.8 0.81
\ 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