log roundup/cgi/client.py @ 4145:c15fcee3d8a1

age author description
Tue, 30 Jun 2009 01:32:06 +0000 Stefan Seefeld Fix issue2550552.
Tue, 17 Mar 2009 22:56:38 +0000 Richard Jones bug introduced in the migration to the email package (issue 2550531)
Fri, 13 Mar 2009 22:39:02 +0000 Stefan Seefeld Address issue2550528.
Thu, 12 Mar 2009 02:25:03 +0000 Richard Jones Plug a number of security holes:
Fri, 27 Feb 2009 17:46:47 +0000 Stefan Seefeld XMLRPC improvements:
Wed, 25 Feb 2009 18:17:39 +0000 Stefan Seefeld * Refactor XMLRPC interface.
Tue, 24 Feb 2009 05:07:03 +0000 Stefan Seefeld Fix issue2550517
Sun, 22 Feb 2009 01:46:45 +0000 Stefan Seefeld Uniformly use """...""" instead of '''...''' for comments.
Sun, 22 Feb 2009 01:41:19 +0000 Stefan Seefeld Add support for resuming (file) downloads.
Tue, 17 Feb 2009 04:32:34 +0000 Stefan Seefeld Support the use of sendfile() for file transfer, if available.
Tue, 17 Feb 2009 02:38:08 +0000 Stefan Seefeld Fix typo in last checkin.
Tue, 17 Feb 2009 01:36:11 +0000 Stefan Seefeld Only feed back traceback to web users if config.WEB_DEBUG is True
Mon, 09 Feb 2009 19:18:47 +0000 Stefan Seefeld Catch missing page template errors.
Mon, 18 Aug 2008 05:04:02 +0000 Richard Jones improvements to session management
Sat, 22 Sep 2007 21:20:57 +0000 Justus Pendleton handle bad cookies
Wed, 12 Sep 2007 16:16:49 +0000 Justus Pendleton wrap comment to less than 75 chars
Wed, 12 Sep 2007 01:15:07 +0000 Justus Pendleton per-tracker 404 templating
Tue, 11 Sep 2007 21:30:14 +0000 Justus Pendleton ignore client shutdown exceptions when sending responses
Mon, 27 Aug 2007 10:27:31 +0000 Richard Jones Enabled over-riding of content-type in web interface (thanks John Mitchell)
Tue, 16 Jan 2007 10:16:08 +0000 Ralf Schlatterbeck Real handling of network errors.
Mon, 15 Jan 2007 21:10:26 +0000 Ralf Schlatterbeck Band-aid over handling of netework errors.
Fri, 29 Dec 2006 08:00:21 +0000 Richard Jones really fix the last-modified code
Thu, 28 Dec 2006 22:08:45 +0000 Richard Jones If-Modified-Since handling was broken
Wed, 15 Nov 2006 06:27:15 +0000 Alexander Smishlajev ignore common network errors, like "Connection reset by peer"
Thu, 09 Nov 2006 00:36:21 +0000 Richard Jones WSGI support via roundup.cgi.wsgi_handler
Tue, 29 Aug 2006 04:20:50 +0000 Richard Jones Postgres backend allows transaction collisions to be ignored when...
Tue, 06 Jun 2006 01:44:44 +0000 Richard Jones handle connection loss when responding to web requests
Thu, 27 Apr 2006 04:03:11 +0000 Richard Jones reduced frequency of session timestamp update
Thu, 27 Apr 2006 03:48:41 +0000 Richard Jones dangling connections in session handling [SF#1463359]
Sun, 12 Feb 2006 11:00:23 +0000 Alexander Smishlajev fix failure with browsers not sending "Accept-Language" header [SF#1429646]
Thu, 09 Feb 2006 23:53:11 +0000 Richard Jones fixed schema migration problem when Class keys were removed
Wed, 08 Feb 2006 05:33:11 +0000 Alexander Smishlajev translate error message shown instead of tracebacks, add page title
Wed, 08 Feb 2006 03:47:28 +0000 Richard Jones login may now be for a single session
Wed, 25 Jan 2006 03:01:51 +0000 Richard Jones merge from HEAD; maint-0.8
Wed, 25 Jan 2006 02:59:27 +0000 Richard Jones catch bad classname in URL (related to [SF#1240541])
Mon, 09 Jan 2006 09:14:27 +0000 Alexander Smishlajev prefer http authorization over cookie sessions [SF#1396134]
Sat, 03 Dec 2005 09:35:06 +0000 Alexander Smishlajev add language detection (patch [SF#1360321])
Mon, 18 Jul 2005 02:20:13 +0000 Richard Jones merge from HEAD maint-0.8
Mon, 18 Jul 2005 02:19:40 +0000 Richard Jones fix
Mon, 18 Jul 2005 01:33:49 +0000 Richard Jones merge from HEAD maint-0.8
Mon, 18 Jul 2005 01:32:04 +0000 Richard Jones present Reject exception messages to web users [SF#1237685]
Fri, 24 Jun 2005 05:28:24 +0000 Richard Jones merge from HEAD maint-0.8
Fri, 24 Jun 2005 05:22:03 +0000 Richard Jones enabled disabling of REMOTE_USER for when it's not a valid username
Wed, 13 Apr 2005 03:38:23 +0000 Richard Jones Email fixes:
Wed, 05 Jan 2005 22:02:57 +0000 Richard Jones merge from HEAD maint-0.7
Wed, 05 Jan 2005 22:02:57 +0000 Richard Jones merge from HEAD maint-0.8
Wed, 05 Jan 2005 22:00:39 +0000 Richard Jones handle NotModified for non-static files (patch [SF#1095790])
Fri, 03 Dec 2004 22:21:31 +0000 Richard Jones merge from HEAD maint-0.7
Fri, 03 Dec 2004 22:19:41 +0000 Richard Jones apply IE caching "fix" to automatically serve up all pages expired
Wed, 24 Nov 2004 05:16:15 +0000 Alexander Smishlajev wrap long line
Tue, 23 Nov 2004 22:44:43 +0000 Richard Jones factor out get_action_class so it may be called from other places
Mon, 22 Nov 2004 10:46:18 +0000 Alexander Smishlajev initialize self.charset early to enable html output for tracebacks...
Mon, 22 Nov 2004 09:12:02 +0000 Alexander Smishlajev support for multiple cookie headers in single http response;
Mon, 22 Nov 2004 07:10:24 +0000 Alexander Smishlajev look for CGI_SHOW_TIMING in self.env instead of os.environ;
Sun, 21 Nov 2004 21:55:03 +0000 Richard Jones tweaks to last patch
Sun, 21 Nov 2004 21:52:34 +0000 Richard Jones determine user before context: maint-0.7
Sun, 21 Nov 2004 13:27:03 +0000 Alexander Smishlajev determine user before context:
Sat, 20 Nov 2004 17:46:24 +0000 Alexander Smishlajev HTTP_AUTHORIZATION may be not present in environment
Thu, 18 Nov 2004 16:21:07 +0000 Alexander Smishlajev applied patch [SF#1067690]
Thu, 18 Nov 2004 14:05:35 +0000 Alexander Smishlajev language defaults to config option TRACKER_LANGUAGE

Roundup Issue Tracker: http://roundup-tracker.org/