From 20170c60e07a44c2bdee38a551062ccf2d99f853 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 26 Nov 2001 22:56:35 +0000 Subject: [PATCH] typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@424 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi_client.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 8e80355..2976814 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.63 2001-11-26 22:55:56 richard Exp $ +# $Id: cgi_client.py,v 1.64 2001-11-26 22:56:35 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -308,7 +308,7 @@ class Client: keys = self.form.keys() num_re = re.compile('^\d+$') # don't try to set properties if the user has just logged in - if keys and not self.form.has_key('__login_name'):: + if keys and not self.form.has_key('__login_name'): try: props, changed = parsePropsFromForm(self.db, cl, self.form, self.nodeid) @@ -1038,6 +1038,18 @@ def parsePropsFromForm(db, cl, form, nodeid=0): # # $Log: not supported by cvs2svn $ +# Revision 1.63 2001/11/26 22:55:56 richard +# Feature: +# . Added INSTANCE_NAME to configuration - used in web and email to identify +# the instance. +# . Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup +# signature info in e-mails. +# . Some more flexibility in the mail gateway and more error handling. +# . Login now takes you to the page you back to the were denied access to. +# +# Fixed: +# . Lots of bugs, thanks Roché and others on the devel mailing list! +# # Revision 1.62 2001/11/24 00:45:42 jhermann # typeof() instead of type(): avoid clash with database field(?) "type" # -- 2.30.2