| Wed, 18 May 2005 05:39:21 +0000 |
Richard Jones |
fix name collision in roundup.cgi script [SF#1203795]
|
| Wed, 13 Apr 2005 06:11:15 +0000 |
Richard Jones |
merge from HEAD
maint-0.8
|
| Wed, 13 Apr 2005 05:30:06 +0000 |
Richard Jones |
send errors in the web interface to a logfile by default.
|
| Tue, 27 Jul 2004 00:57:19 +0000 |
Richard Jones |
I thought I committed this last night. Ho hum.
|
| Tue, 29 Jun 2004 08:59:08 +0000 |
Richard Jones |
oops
|
| Tue, 29 Jun 2004 05:51:38 +0000 |
Richard Jones |
rdbms backends not filtering correctly on link=None
|
| Mon, 03 Nov 2003 23:38:42 +0000 |
Richard Jones |
backport from HEAD
maint-0.6
|
| Mon, 03 Nov 2003 23:37:06 +0000 |
Richard Jones |
add flush() to DevNull
|
| Thu, 04 Sep 2003 23:30:28 +0000 |
Richard Jones |
merge from HEAD
maint-0.6
|
| Thu, 04 Sep 2003 23:28:50 +0000 |
Richard Jones |
commented out example tracker homes
|
| Thu, 09 Jan 2003 22:59:22 +0000 |
Richard Jones |
[[Metadata associated with this commit was garbled during conversion from CVS
maint-0.5
|
| Wed, 06 Nov 2002 11:38:43 +0000 |
Richard Jones |
working toward 0.5.2 release
|
| Tue, 08 Oct 2002 03:31:09 +0000 |
Richard Jones |
Nicer display of tracker list in roundup-server [SF#619769]
|
| Mon, 23 Sep 2002 00:50:32 +0000 |
Richard Jones |
some speedups, some fixes to the benchmarking
|
| Mon, 16 Sep 2002 22:37:26 +0000 |
Richard Jones |
fixed various URL / base URL issues
|
| Tue, 10 Sep 2002 03:01:20 +0000 |
Richard Jones |
More cleaning up of configuration, and the "instance" -> "tracker" renaming.
|
| Tue, 10 Sep 2002 01:07:06 +0000 |
Richard Jones |
more Log removal
|
| Fri, 06 Sep 2002 05:05:18 +0000 |
Richard Jones |
oops
|
| Wed, 04 Sep 2002 04:30:58 +0000 |
Richard Jones |
add the path to the cgi-bin request
|
| Wed, 04 Sep 2002 02:11:00 +0000 |
Richard Jones |
*** empty log message ***
|
| Wed, 04 Sep 2002 01:58:33 +0000 |
Richard Jones |
fix cgi client importing
|
| Thu, 22 Aug 2002 00:14:18 +0000 |
Richard Jones |
Fix to be able to report errors even if the cgi module can't be imported(!)
|
| Wed, 06 Feb 2002 07:11:13 +0000 |
Richard Jones |
I've re-worked the config structure a little so it's simpler
config-0-4-0-branch
|
| Wed, 06 Feb 2002 04:05:55 +0000 |
Richard Jones |
Brought the config branch up to date with HEAD
config-0-4-0-branch
|
| Sat, 05 Jan 2002 02:22:33 +0000 |
Richard Jones |
fixes
|
| Sat, 05 Jan 2002 02:22:32 +0000 |
Richard Jones |
i18n'ification
|
| Thu, 03 Jan 2002 08:28:17 +0000 |
Titus Brown |
Miscellaneous improvements
config-0-4-0-branch
|
| Thu, 03 Jan 2002 02:12:05 +0000 |
Titus Brown |
Initial ConfigParser implementation.
config-0-4-0-branch
|
| Thu, 13 Dec 2001 00:20:01 +0000 |
Richard Jones |
Centralised the python version check code, bumped version to 2.1.1
|
| Sun, 02 Dec 2001 05:06:16 +0000 |
Richard Jones |
Eliminate database close method by using weakrefs.
|
| Mon, 26 Nov 2001 22:55:56 +0000 |
Richard Jones |
Features and fixes.
|
| Thu, 22 Nov 2001 00:25:11 +0000 |
Richard Jones |
quick fix for file uploads on windows in roundup.cgi
0.3.0
|
| Tue, 06 Nov 2001 22:10:11 +0000 |
Jürgen Hermann |
Added env config; fixed request wrapper & index list; sort list by key
|
| Tue, 06 Nov 2001 21:51:19 +0000 |
Richard Jones |
Fixed HTTP headers for top-level index in CGI script
|
| Thu, 01 Nov 2001 22:04:37 +0000 |
Richard Jones |
Started work on supporting a pop3-fetching server
|
| Mon, 29 Oct 2001 23:55:44 +0000 |
Richard Jones |
Fix to CGI top-level index (thanks Juergen Hermann)
|
| Sat, 27 Oct 2001 00:22:35 +0000 |
Richard Jones |
Fixed some URL issues in roundup.cgi, again thanks Juergen Hermann.
|
| Fri, 05 Oct 2001 02:23:24 +0000 |
Richard Jones |
Many features and fixes.
|
| Mon, 01 Oct 2001 05:55:41 +0000 |
Richard Jones |
Fixes to the top-level index
|
| Sat, 29 Sep 2001 13:27:00 +0000 |
Richard Jones |
CGI interfaces now spit up a top-level index of all instances they can serve.
|
| Tue, 07 Aug 2001 00:24:43 +0000 |
Richard Jones |
stupid typo
|
| Tue, 07 Aug 2001 00:15:51 +0000 |
Richard Jones |
Added the copyright/license notice to (nearly) all files...
|
| Sun, 05 Aug 2001 07:44:36 +0000 |
Richard Jones |
Instances are now opened by a special function...
|
| Fri, 03 Aug 2001 01:28:33 +0000 |
Richard Jones |
Used the much nicer load_package, pointed out by Steve Majewski.
|
| Fri, 03 Aug 2001 00:59:34 +0000 |
Richard Jones |
Instance import now imports the instance using imp.load_module...
|
| Sun, 29 Jul 2001 07:01:39 +0000 |
Richard Jones |
Added vim command to all source so that we don't get no steenkin' tabs :)
|
| Mon, 23 Jul 2001 04:47:27 +0000 |
Anthony Baxter |
renamed ROUNDUPS to ROUNDUP_INSTANCE_HOMES
|
| Mon, 23 Jul 2001 04:33:30 +0000 |
Richard Jones |
brought the CGI instance config dict in line with roundup-server
|
| Mon, 23 Jul 2001 04:31:40 +0000 |
Richard Jones |
Fixed the roundup CGI script for updates to cgi_client.py
|
| Sun, 22 Jul 2001 11:47:07 +0000 |
Richard Jones |
More Grande Splite
|