summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e92d6b)
raw | patch | inline | side by side (parent: 4e92d6b)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 29 Nov 2001 23:19:51 +0000 (23:19 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 29 Nov 2001 23:19:51 +0000 (23:19 +0000) |
change note is supplied.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@433 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@433 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 215a1ab76ff967294df74285adfc0716ad17572c..206c7259e3282ccfc73cb07633f68694458e6b4c 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.68 2001-11-29 04:57:23 richard Exp $
+# $Id: cgi_client.py,v 1.69 2001-11-29 23:19:51 richard Exp $
__doc__ = """
WWW request handler (also used in the stand-alone server).
props['messages'].classname == 'msg'):
# handle the note
- edit_msg = 'This %s has been edited through the web.\n'%cn
if note:
if '\n' in note:
summary = re.split(r'\n\r?', note)[0]
else:
summary = note
- m = [edit_msg + '%s\n'%note]
+ m = ['%s\n'%note]
else:
- summary = edit_msg
+ summary = 'This %s has been edited through the web.\n'%cn
m = [summary]
# figure the changes and add them to the message
#
# $Log: not supported by cvs2svn $
+# Revision 1.68 2001/11/29 04:57:23 richard
+# a little comment
+#
# 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