From: richard Date: Sun, 12 May 2002 23:42:29 +0000 (+0000) Subject: ehem X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c997a0b4693e741d4ffda4edc8b5238997ebbdf;p=roundup.git ehem git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@725 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 066ad1e..a5738ad 100644 --- a/roundup/cgi_client.py +++ b/roundup/cgi_client.py @@ -15,7 +15,7 @@ # 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). @@ -701,6 +701,7 @@ function help_window(helpurl, width, height) { return None, files # handle the note + m = [] if note: if '\n' in note: summary = re.split(r'\n\r?', note)[0] @@ -1384,6 +1385,9 @@ def parsePropsFromForm(db, cl, form, nodeid=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 #