log

age author description
Thu, 04 Dec 2003 23:10:41 +0000 Richard Jones merge from HEAD maint-0.6
Thu, 04 Dec 2003 23:06:53 +0000 Richard Jones fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Thu, 04 Dec 2003 22:53:54 +0000 Richard Jones fix Windows service mode for roundup-server [SF#819890] maint-0.6
Thu, 04 Dec 2003 02:43:07 +0000 Richard Jones some updates that were sitting on disk
Thu, 04 Dec 2003 02:39:04 +0000 Richard Jones hard-coded python2.3-ism (socket.timeout) fixed maint-0.6
Fri, 21 Nov 2003 22:22:32 +0000 Johannes Gijsbers Some reformatting and fixing docstrings for emacs.
Fri, 21 Nov 2003 21:59:05 +0000 Johannes Gijsbers Add 'return' after failed permission checks in search/editCSV actions.
Fri, 21 Nov 2003 21:41:19 +0000 Johannes Gijsbers Missed change note for last checkin.
Fri, 21 Nov 2003 21:41:19 +0000 Johannes Gijsbers Missed change note for last checkin. maint-0.6
Fri, 21 Nov 2003 21:33:00 +0000 Johannes Gijsbers Backport from HEAD: maint-0.6
Fri, 21 Nov 2003 21:31:57 +0000 Johannes Gijsbers Invert date substraction to put activity in the past again [SF#842027].
Thu, 20 Nov 2003 15:20:21 +0000 Johannes Gijsbers Always sort MultilinkHTMLProperty in the correct order...
Wed, 19 Nov 2003 22:53:15 +0000 Johannes Gijsbers Add tests for Interval.pretty().
Sun, 16 Nov 2003 22:56:46 +0000 Johannes Gijsbers Add docstring to safeget method.
Sun, 16 Nov 2003 20:01:16 +0000 Johannes Gijsbers Small readability improvements.
Sun, 16 Nov 2003 19:59:10 +0000 Johannes Gijsbers Add 'safeget' method to hyperdb, including tests...
Sun, 16 Nov 2003 18:41:40 +0000 Johannes Gijsbers Remove implementations of Class.getnode from back_anydbm and rdbms_common...
Fri, 14 Nov 2003 06:14:48 +0000 Johannes Gijsbers Fixed version number typo in long_description. maint-0.6
Fri, 14 Nov 2003 04:13:14 +0000 Richard Jones hrm maint-0.6 0.6.3
Fri, 14 Nov 2003 02:55:05 +0000 Richard Jones pre-release stuff maint-0.6
Fri, 14 Nov 2003 02:47:56 +0000 Richard Jones testing fixes for mysql, backported from HEAD maint-0.6
Fri, 14 Nov 2003 00:19:02 +0000 Richard Jones fixed retirement of items in rdbms imports [SF#841355] maint-0.6
Fri, 14 Nov 2003 00:11:19 +0000 Richard Jones Fixed retirement of items in rdbms imports [SF#841355]
Thu, 13 Nov 2003 06:03:42 +0000 Richard Jones Missed change note with last checkin:
Thu, 13 Nov 2003 05:56:48 +0000 Richard Jones oops
Thu, 13 Nov 2003 05:55:01 +0000 Richard Jones allow negative items, helping construct forms
Thu, 13 Nov 2003 04:12:10 +0000 Richard Jones implemented munging of template name for installed trackers
Thu, 13 Nov 2003 03:41:38 +0000 Richard Jones Resent-From: header
Wed, 12 Nov 2003 23:29:17 +0000 Richard Jones oops
Wed, 12 Nov 2003 22:34:28 +0000 Richard Jones clarified minimum version required for MySQL backend (4.0.16)
Wed, 12 Nov 2003 03:42:13 +0000 Richard Jones fixes for [SF#818339]
Wed, 12 Nov 2003 01:00:59 +0000 Richard Jones fixed ZRoundup - mostly changes to classic template
Tue, 11 Nov 2003 22:37:25 +0000 Richard Jones recalculate SHA on template files when installed tracker used as template
Tue, 11 Nov 2003 22:25:37 +0000 Richard Jones remove SHA hashes from source ([SF#827510] maint-0.6
Tue, 11 Nov 2003 22:25:37 +0000 Richard Jones remove SHA hashes from source ([SF#827510]
Tue, 11 Nov 2003 21:51:52 +0000 Richard Jones handle socket timeout exception (thanks Marcus Priesch)
Tue, 11 Nov 2003 11:19:18 +0000 Richard Jones PostgreSQL backend lands.
Tue, 11 Nov 2003 00:35:14 +0000 Richard Jones Centralised conversion of user-input data to hyperdb values
Mon, 10 Nov 2003 03:56:39 +0000 Richard Jones more database closing cleanups, finally mysql has no dangling references
Thu, 06 Nov 2003 19:01:57 +0000 Johannes Gijsbers Change nosymessage and send_message to accept msgid=None (RFE [SF#707235]).
Thu, 06 Nov 2003 14:24:57 +0000 Johannes Gijsbers Don't let roundup_server.run() interpret the command-line arguments...
Thu, 06 Nov 2003 12:33:55 +0000 Johannes Gijsbers Merge back doc changes from HEAD. maint-0.6
Thu, 06 Nov 2003 07:19:17 +0000 Richard Jones backport from HEAD maint-0.6
Thu, 06 Nov 2003 07:17:43 +0000 Richard Jones fixed javascript for help window for only one checkbox case
Wed, 05 Nov 2003 21:54:57 +0000 Johannes Gijsbers Remove duplication:
Wed, 05 Nov 2003 01:38:52 +0000 Richard Jones test fix
Tue, 04 Nov 2003 12:39:54 +0000 Anthony Baxter backport of Date arithmetic fixes from trunk maint-0.6
Tue, 04 Nov 2003 12:39:16 +0000 Anthony Baxter *** empty log message *** maint-0.6
Tue, 04 Nov 2003 12:35:47 +0000 Anthony Baxter Date - Date works again.
Mon, 03 Nov 2003 23:39:38 +0000 Richard Jones *** empty log message ***
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
Mon, 03 Nov 2003 22:23:02 +0000 Johannes Gijsbers Do a semantic comparison of messages when the test fails.
Mon, 03 Nov 2003 21:51:06 +0000 Johannes Gijsbers Add all fixes and cleanups I forgot to mention when checking them in.
Mon, 03 Nov 2003 19:08:41 +0000 Johannes Gijsbers Extract _send_mail method, it was duplicated all around the test code.
Mon, 03 Nov 2003 18:34:03 +0000 Johannes Gijsbers Don't rely on being about an issue...
Mon, 03 Nov 2003 10:33:23 +0000 Anthony Baxter more tests for date difference. Completely broken code right now.
Mon, 03 Nov 2003 10:23:06 +0000 Anthony Baxter Date arithmetic fixes.
Sun, 02 Nov 2003 09:27:50 +0000 Richard Jones woo, failing date arithmetic tests
Sun, 02 Nov 2003 08:44:17 +0000 Richard Jones more unit test work

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