log

age author description
Tue, 18 Dec 2001 15:30:34 +0000 Roche Compaan Fixed bugs:
Tue, 18 Dec 2001 05:05:14 +0000 Richard Jones added history back to the bottom of the issue display.
Mon, 17 Dec 2001 19:36:56 +0000 Jürgen Hermann Minor change
Mon, 17 Dec 2001 03:52:48 +0000 Richard Jones Implemented file store rollback.
Sun, 16 Dec 2001 10:53:38 +0000 Richard Jones take a copy of the node dict...
Sat, 15 Dec 2001 23:51:01 +0000 Richard Jones Tested the changes and fixed a few problems:
Sat, 15 Dec 2001 23:48:35 +0000 Richard Jones Added ROUNDUPDBSENDMAILDEBUG so one can test the sendmail method...
Sat, 15 Dec 2001 23:47:47 +0000 Richard Jones Cleaned up some bare except statements
Sat, 15 Dec 2001 23:47:07 +0000 Richard Jones sys module went away...
Sat, 15 Dec 2001 23:09:23 +0000 Richard Jones Some cleanups in roundup-admin, also made it work again...
Sat, 15 Dec 2001 19:39:01 +0000 Roche Compaan Oops.
Sat, 15 Dec 2001 19:24:39 +0000 Roche Compaan Performance tuning.
Fri, 14 Dec 2001 23:42:57 +0000 Richard Jones yuck, a gdbm instance tests false :(
Fri, 14 Dec 2001 21:34:06 +0000 Richard Jones Fixed version_check
Thu, 13 Dec 2001 00:21:26 +0000 Richard Jones ignore pyc
Thu, 13 Dec 2001 00:20:01 +0000 Richard Jones Centralised the python version check code, bumped version to 2.1.1
Wed, 12 Dec 2001 23:55:00 +0000 Richard Jones Fixed some problems with user editing
Wed, 12 Dec 2001 23:33:58 +0000 Richard Jones added some implementation notes
Wed, 12 Dec 2001 23:27:14 +0000 Richard Jones Added a Zope frontend for roundup.
Wed, 12 Dec 2001 21:47:45 +0000 Richard Jones Message author's name appears in From: instead of roundup instance name
Wed, 12 Dec 2001 03:23:14 +0000 Richard Jones Cor blimey this anydbm/whichdb stuff is yecchy.
Wed, 12 Dec 2001 02:30:51 +0000 Richard Jones I fixed the problems with anydbm using the dbm module at the backend.
Tue, 11 Dec 2001 04:50:49 +0000 Richard Jones fixed the order of the blank line and '-------' line
Mon, 10 Dec 2001 23:17:20 +0000 Richard Jones Added transaction tests to test_db
Mon, 10 Dec 2001 22:20:01 +0000 Richard Jones Enabled transaction support in the bsddb backend.
Mon, 10 Dec 2001 21:02:53 +0000 Richard Jones only insert the -------- change note marker if there is a change note
Mon, 10 Dec 2001 00:57:38 +0000 Richard Jones Notes from changes.
Sat, 08 Dec 2001 07:06:20 +0000 Jürgen Hermann Install html template files to share/roundup/templates
Fri, 07 Dec 2001 05:59:27 +0000 Roche Compaan Fixed small bug that prevented adding issues through the web.
Thu, 06 Dec 2001 22:48:29 +0000 Richard Jones files multilink was being nuked in post_edit_node
Wed, 05 Dec 2001 14:26:44 +0000 Roche Compaan Removed generation of change note from "sendmessage" in roundupdb.py.
Tue, 04 Dec 2001 01:25:08 +0000 Richard Jones Added some rollbacks...
Mon, 03 Dec 2001 21:33:39 +0000 Richard Jones Fixes so the tests use commit and not close
Sun, 02 Dec 2001 05:06:16 +0000 Richard Jones Eliminate database close method by using weakrefs.
Sat, 01 Dec 2001 07:17:50 +0000 Richard Jones Database transactions.
Fri, 30 Nov 2001 20:47:58 +0000 Roche Compaan Links in page header are now consistent with default sort order.
Fri, 30 Nov 2001 20:28:10 +0000 Roche Compaan Property changes are now completely traceable, whether changes are
Fri, 30 Nov 2001 18:23:55 +0000 Jürgen Hermann Cleaned up strange import (less pollution, too)
Fri, 30 Nov 2001 13:16:37 +0000 Roche Compaan Fixed bug. Mail gateway was not using the extended Message class...
Fri, 30 Nov 2001 11:29:04 +0000 Roche Compaan Property changes are now listed in emails generated by Roundup
Fri, 30 Nov 2001 01:35:39 +0000 Jürgen Hermann Added change notes
Fri, 30 Nov 2001 01:30:32 +0000 Jürgen Hermann Resolve pygettext args; described command line calls
Fri, 30 Nov 2001 00:06:29 +0000 Richard Jones Converted roundup/cgi_client.py to use _()
Thu, 29 Nov 2001 23:19:51 +0000 Richard Jones Removed the "This issue has been edited through the web"...
Thu, 29 Nov 2001 04:57:23 +0000 Richard Jones a little comment
Wed, 28 Nov 2001 21:55:35 +0000 Richard Jones login_action and newuser_action return values were being ignored
Tue, 27 Nov 2001 22:32:03 +0000 Richard Jones typo
Tue, 27 Nov 2001 10:07:43 +0000 Richard Jones Forgot to add this note earlier today.
Tue, 27 Nov 2001 03:17:13 +0000 Richard Jones oops
Tue, 27 Nov 2001 03:16:09 +0000 Richard Jones Another place that wasn't handling missing properties.
Tue, 27 Nov 2001 03:00:50 +0000 Richard Jones couple of bugfixes from latest patch integration
Mon, 26 Nov 2001 23:00:53 +0000 Richard Jones This config stuff is getting to be a real mess...
Mon, 26 Nov 2001 22:56:35 +0000 Richard Jones typo
Mon, 26 Nov 2001 22:55:56 +0000 Richard Jones Features and fixes.
Sun, 25 Nov 2001 10:11:14 +0000 Jürgen Hermann Typo fix
Sat, 24 Nov 2001 01:00:13 +0000 Jürgen Hermann Added .newitem extension
Sat, 24 Nov 2001 00:53:12 +0000 Jürgen Hermann "except:" is bad, bad , bad!
Sat, 24 Nov 2001 00:45:42 +0000 Jürgen Hermann typeof() instead of type(): avoid clash with database field(?) "type"
Thu, 22 Nov 2001 15:46:42 +0000 Jürgen Hermann Added module docstrings to all modules.
Thu, 22 Nov 2001 15:09:40 +0000 Jürgen Hermann Typo fix

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