summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d46fae7)
raw | patch | inline | side by side (parent: d46fae7)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 29 Nov 2001 04:57:23 +0000 (04:57 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 29 Nov 2001 04:57:23 +0000 (04:57 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@432 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi_client.py | patch | blob | history |
diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py
index 7cb0ba2830ffc7674e2b68a5685f6f43cec25079..215a1ab76ff967294df74285adfc0716ad17572c 100644 (file)
--- a/roundup/cgi_client.py
+++ b/roundup/cgi_client.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: cgi_client.py,v 1.67 2001-11-28 21:55:35 richard Exp $
+# $Id: cgi_client.py,v 1.68 2001-11-29 04:57:23 richard Exp $
__doc__ = """
WWW request handler (also used in the stand-alone server).
summary = edit_msg
m = [summary]
+ # figure the changes and add them to the message
first = 1
for name, prop in props.items():
if changes is not None and name not in changes: continue
#
# $Log: not supported by cvs2svn $
+# Revision 1.67 2001/11/28 21:55:35 richard
+# . login_action and newuser_action return values were being ignored
+# . Woohoo! Found that bloody re-login bug that was killing the mail
+# gateway.
+# (also a minor cleanup in hyperdb)
+#
# Revision 1.66 2001/11/27 03:00:50 richard
# couple of bugfixes from latest patch integration
#