| Mon, 08 Jul 2013 10:38:54 +0200 |
Ralf Schlatterbeck |
2nd case where querying form returns a TypeError
|
| Mon, 08 Jul 2013 09:57:39 +0200 |
Ralf Schlatterbeck |
Fix case where querying form returns a TypeError
|
| Tue, 23 Apr 2013 23:06:09 -0400 |
John Rouillard |
Implementation for:
|
| Tue, 15 Jan 2013 00:10:01 +0300 |
anatoly techtonik |
Untangle template selection logic from template loading functionality.
|
| Mon, 14 Jan 2013 20:25:00 +0300 |
anatoly techtonik |
templating: Move template selection logic from the template loaders
|
| Mon, 14 Jan 2013 00:13:58 +0300 |
anatoly techtonik |
templating: Rename 'extension' argument in Loader.load() to 'view'
|
| Sun, 13 Jan 2013 22:39:46 +0300 |
anatoly techtonik |
templating: Rename LoaderBase.get() to LoaderBase.load() for clarity
|
| Sun, 25 Nov 2012 18:24:28 -0500 |
rouilj |
issue2550749 - the xmlrpc interface is invoked on content type
|
| Tue, 16 Oct 2012 18:27:33 +0200 |
Ralf Schlatterbeck |
Fix basic authentication.
|
| Sat, 28 Jul 2012 18:12:00 +0200 |
Ezio Melotti |
Use "raise E, V, T" instead of "raise E(V).with_traceback(T)" (with_traceback is not available in Python 2).
|
| Sat, 28 Jul 2012 17:41:20 +0200 |
Ezio Melotti |
Clean up whitespace in client.py
|
| Tue, 10 Jul 2012 14:01:40 +0200 |
Ralf Schlatterbeck |
Ignore IOError and SysCallError also in outer try/except.
|
| Tue, 10 Jul 2012 12:00:32 +0200 |
Ralf Schlatterbeck |
Ignore OpenSSL.SSL.SysCallError similar to IOError.
|
| Mon, 14 May 2012 14:17:07 +0200 |
Ralf Schlatterbeck |
Fix another XSS with the ok- and error message, see issue2550724.
|
| Thu, 23 Feb 2012 14:55:35 +0100 |
Ralf Schlatterbeck |
Mark cookies HttpOnly and -- if https is used -- secure.
|
| Thu, 05 Jan 2012 16:22:27 +0100 |
Ralf Schlatterbeck |
issue2550711 Fix XSS vulnerability in @action parameter.
|
| Wed, 21 Dec 2011 11:25:40 +0100 |
Ralf Schlatterbeck |
Fix xmlrpc URL parsing so that passwords may contain a ':' character
|
| Fri, 07 Oct 2011 19:08:54 +0000 |
Ralf Schlatterbeck |
- fix handling of traceback mails to the roundup admin
|
| Thu, 11 Aug 2011 19:21:26 +0000 |
Bernhard Reiter |
issue2550715: IndexError when requesting non-existing file via http.
|
| Fri, 15 Jul 2011 14:05:29 +0000 |
Ralf Schlatterbeck |
Fix issue2550691 where a Unix From-Header was sometimes inserted...
|
| Sat, 10 Jul 2010 03:52:22 +0000 |
Richard Jones |
fix actions check for < Python2.6
|
| Thu, 01 Jul 2010 01:41:54 +0000 |
Richard Jones |
fix potential XSS hole
|
| Thu, 08 Apr 2010 14:40:10 +0000 |
Ralf Schlatterbeck |
- fix case where action isn't present in form, e.g., for xmlrpc
|
| Sat, 20 Mar 2010 04:29:45 +0000 |
Richard Jones |
Handle multiple @action values from broken trackers
|
| Fri, 26 Feb 2010 00:38:53 +0000 |
Richard Jones |
more modernisation
|
| Tue, 02 Feb 2010 05:00:42 +0000 |
Richard Jones |
Fix thread safety with stdin in roundup-server
|
| Fri, 29 Jan 2010 05:46:59 +0000 |
Richard Jones |
fixes to make registration work again
|
| Fri, 29 Jan 2010 05:12:46 +0000 |
Richard Jones |
allow Anonymous users to log in, and register
|
| Fri, 29 Jan 2010 05:03:48 +0000 |
Richard Jones |
Fix "Web Access" permission check to allow serving of static files to Anonymous again
|
| Mon, 30 Nov 2009 21:55:59 +0000 |
Ralf Schlatterbeck |
Fix traceback on .../msgN/ url...
|
| Fri, 09 Oct 2009 13:51:35 +0000 |
Stefan Seefeld |
Improve login failure response.
|
| Fri, 09 Oct 2009 13:13:32 +0000 |
Stefan Seefeld |
Improve error reporting.
|
| Fri, 09 Oct 2009 13:06:43 +0000 |
Stefan Seefeld |
Robustify web interface.
|
| Sun, 19 Jul 2009 22:56:30 +0000 |
Stefan Seefeld |
Move db.commit() call from handle_xmlrpc() to individual methods...
|
| Tue, 14 Jul 2009 13:52:38 +0000 |
Stefan Seefeld |
Reopen session with database.
|
| 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
|