[Erp5-report] r22482 - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5_web/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 15 19:33:36 CEST 2008
Author: rafael
Date: Tue Jul 15 19:33:36 2008
New Revision: 22482
URL: http://svn.erp5.org?rev=22482&view=rev
Log:
Added all_versions parameter.
Modified:
erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml
erp5/trunk/bt5/erp5_web/bt/revision
Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml?rev=22482&r1=22481&r2=22482&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getDocumentValueListBase.xml Tue Jul 15 19:33:36 2008
@@ -127,10 +127,11 @@
if validation_state is None:\n
validation_state = (\'released\', \'released_alive\', \'published\', \'published_alive\', \\\n
\'shared\', \'shared_alive\', \'public\', \'validated\')\n
-\n
+ \n
return current_section.WebSection_zGetDocumentValueList(language=language,\n
all_languages=all_languages,\n
validation_state=validation_state,\n
+ all_versions=all_versions,\n
kw=kw)\n
\n
except Unauthorized:\n
@@ -157,7 +158,7 @@
</item>
<item>
<key> <string>_params</string> </key>
- <value> <string>language=None, validation_state=None, all_languages=False, **kw</string> </value>
+ <value> <string>language=None, validation_state=None, all_languages=False, all_versions=None, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
@@ -177,7 +178,7 @@
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
- <value> <int>3</int> </value>
+ <value> <int>4</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
@@ -186,6 +187,7 @@
<string>language</string>
<string>validation_state</string>
<string>all_languages</string>
+ <string>all_versions</string>
<string>kw</string>
<string>zExceptions</string>
<string>Unauthorized</string>
@@ -210,6 +212,7 @@
<none/>
<none/>
<int>0</int>
+ <none/>
</tuple>
</value>
</item>
Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=22482&r1=22481&r2=22482&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision Tue Jul 15 19:33:36 2008
@@ -1,1 +1,1 @@
-683
+686
More information about the Erp5-report
mailing list