Commit 2a2b3bd7 authored by Christophe Dumez's avatar Christophe Dumez

removed references to 'checked', no longer used

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6911 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b4d9199
...@@ -90,11 +90,11 @@ else:\n ...@@ -90,11 +90,11 @@ else:\n
\n \n
if \'changelog\' not in context.REQUEST.keys() :\n if \'changelog\' not in context.REQUEST.keys() :\n
context.REQUEST.set(\'portal_status_message\', \'Please set a changelog message...\')\n context.REQUEST.set(\'portal_status_message\', \'Please set a changelog message...\')\n
return context.asContext(added=added, modified=modified, removed=removed ,checked=checked).BusinessTemplate_viewSvnChangelog()\n return context.asContext(added=added, modified=modified, removed=removed).BusinessTemplate_viewSvnChangelog()\n
\n \n
if not changelog :\n if not changelog :\n
context.REQUEST.set(\'portal_status_message\', "Error: Changelog Message can\'t be empty.")\n context.REQUEST.set(\'portal_status_message\', "Error: Changelog Message can\'t be empty.")\n
return context.asContext(added=added, modified=modified, removed=removed ,checked=checked).BusinessTemplate_viewSvnChangelog()\n return context.asContext(added=added, modified=modified, removed=removed).BusinessTemplate_viewSvnChangelog()\n
\n \n
try:\n try:\n
if commit_non_recurs != \'none\' and commit_non_recurs != \'\':\n if commit_non_recurs != \'none\' and commit_non_recurs != \'\':\n
...@@ -124,7 +124,7 @@ return context.BusinessTemplate_viewSvnStatus()\n ...@@ -124,7 +124,7 @@ return context.BusinessTemplate_viewSvnStatus()\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>added=\'\',modified=\'\',removed=\'\',checked=\'\',**kw</string> </value> <value> <string>added=\'\',modified=\'\',removed=\'\',**kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -144,7 +144,7 @@ return context.BusinessTemplate_viewSvnStatus()\n ...@@ -144,7 +144,7 @@ return context.BusinessTemplate_viewSvnStatus()\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>4</int> </value> <value> <int>3</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
...@@ -153,7 +153,6 @@ return context.BusinessTemplate_viewSvnStatus()\n ...@@ -153,7 +153,6 @@ return context.BusinessTemplate_viewSvnStatus()\n
<string>added</string> <string>added</string>
<string>modified</string> <string>modified</string>
<string>removed</string> <string>removed</string>
<string>checked</string>
<string>kw</string> <string>kw</string>
<string>Products.ERP5Subversion.SubversionClient</string> <string>Products.ERP5Subversion.SubversionClient</string>
<string>SubversionSSLTrustError</string> <string>SubversionSSLTrustError</string>
...@@ -184,7 +183,6 @@ return context.BusinessTemplate_viewSvnStatus()\n ...@@ -184,7 +183,6 @@ return context.BusinessTemplate_viewSvnStatus()\n
<string></string> <string></string>
<string></string> <string></string>
<string></string> <string></string>
<string></string>
</tuple> </tuple>
</value> </value>
</item> </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