Commit 6ef45abd authored by Christophe Dumez's avatar Christophe Dumez

- removed a lot of error messages in log with SSL trust and Login

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7360 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b028d46
......@@ -74,7 +74,6 @@ modified = context.REQUEST["modified"]\n
removed = context.REQUEST["removed"]\n
caller = context.REQUEST["caller"]\n
changelog = context.REQUEST["changelog"]\n
repos_url = context.REQUEST["repos_url"]\n
\n
context.getPortalObject()["portal_subversion"].setLogin(svn_realm, svn_user, svn_password)\n
\n
......@@ -146,7 +145,6 @@ else:\n
<string>removed</string>
<string>caller</string>
<string>changelog</string>
<string>repos_url</string>
</tuple>
</value>
</item>
......
......@@ -71,7 +71,6 @@ modified = context.REQUEST["modified"]\n
removed = context.REQUEST["removed"]\n
caller = context.REQUEST["caller"]\n
changelog = context.REQUEST["changelog"]\n
repos_url = context.REQUEST["repos_url"]\n
\n
dict_keys=(\'valid_until\', \'hostname\', \'realm\', \'finger_print\', \'valid_from\', \'issuer_dname\', \'failures\',)\n
trust_dict={}\n
......@@ -145,7 +144,6 @@ else:\n
<string>removed</string>
<string>caller</string>
<string>changelog</string>
<string>repos_url</string>
<string>dict_keys</string>
<string>trust_dict</string>
<string>_getiter_</string>
......
......@@ -90,8 +90,6 @@
<string>my_user</string>
<string>my_password</string>
<string>my_caller</string>
<string>my_file</string>
<string>my_repos_url</string>
</list>
</value>
</item>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/added</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/modified</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/removed</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -81,8 +81,6 @@
<string>my_valid_from</string>
<string>my_issuer_name</string>
<string>my_failures</string>
<string>my_file</string>
<string>my_repos_url</string>
</list>
</value>
</item>
......@@ -95,7 +93,6 @@
<string>my_realm_hidden</string>
<string>my_hostname_hidden</string>
<string>my_failures_hidden</string>
<string>my_files</string>
<string>my_changelog</string>
<string>my_finger_print_hidden</string>
<string>my_issuer_dname_hidden</string>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/added</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/modified</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/removed</string> </value>
</item>
</dictionary>
</pickle>
......
2006-05-18 chris
* fixed some bugs in sslTrust / login
* fixed some bugs in sslTrust / login (x2)
* added action to update local working copy
* get current zope username if preferred username is not set
* propose last changelog as commit text.
......
0.7.3
\ No newline at end of file
0.7.4
\ 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