summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a7cad5)
raw | patch | inline | side by side (parent: 2a7cad5)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 12 May 2002 23:42:29 +0000 (23:42 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 12 May 2002 23:42:29 +0000 (23:42 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@725 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 066ad1e31300ad50f2f5655a4400558754b579a4..a5738ad02ccae68532e8dc9ec7e20eef5b90c0b2 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.116 2002-05-02 08:07:49 richard Exp $
+# $Id: cgi_client.py,v 1.117 2002-05-12 23:42:29 richard Exp $
__doc__ = """
WWW request handler (also used in the stand-alone server).
return None, files
# handle the note
+ m = []
if note:
if '\n' in note:
summary = re.split(r'\n\r?', note)[0]
#
# $Log: not supported by cvs2svn $
+# Revision 1.116 2002/05/02 08:07:49 richard
+# Added the ADD_AUTHOR_TO_NOSY handling to the CGI interface.
+#
# Revision 1.115 2002/04/02 01:56:10 richard
# . stop sending blank (whitespace-only) notes
#