log roundup/hyperdb.py @ 2628:3421166e9d86

age author description
Tue, 20 Jul 2004 23:24:27 +0000 Richard Jones fix metakit handling of filter on Link==None; fix some unit tests
Tue, 20 Jul 2004 06:00:07 +0000 Richard Jones *** empty log message *** maint-0.7
Tue, 20 Jul 2004 05:58:47 +0000 Richard Jones merge from HEAD maint-0.7
Wed, 14 Jul 2004 01:12:25 +0000 Richard Jones roundup-mailgw now logs fatal exceptions rather than mailing them to admin
Fri, 02 Jul 2004 05:22:09 +0000 Richard Jones Initial logging integration: replace all debug prints with logging calls...
Thu, 24 Jun 2004 07:14:49 +0000 Richard Jones merge from HEAD maint-0.7
Thu, 24 Jun 2004 06:39:07 +0000 Richard Jones WIP
Tue, 18 May 2004 21:53:18 +0000 Richard Jones add "checked" to truth values for Boolean input
Tue, 18 May 2004 21:53:18 +0000 Richard Jones add "checked" to truth values for Boolean input maint-0.7
Sun, 02 May 2004 23:16:05 +0000 Richard Jones fixed journal marshalling in RDBMS backends [SF#943627]
Wed, 11 Feb 2004 23:55:10 +0000 Richard Jones documentation cleanup
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...
Tue, 11 Nov 2003 00:35:14 +0000 Richard Jones Centralised conversion of user-input data to hyperdb values
Fri, 24 Oct 2003 22:54:06 +0000 Richard Jones backport from HEAD maint-0.6
Fri, 24 Oct 2003 22:52:48 +0000 Richard Jones Fixed "documentation" of getnodeids in roundup.hyperdb
Tue, 07 Oct 2003 11:58:58 +0000 Anthony Baxter hyperdb grows a refresh_database() method.
Thu, 04 Sep 2003 23:09:48 +0000 Richard Jones merge from HEAD maint-0.6
Thu, 04 Sep 2003 00:47:01 +0000 Richard Jones Initial implementation (half-baked) at new Tracker instance.
Mon, 17 Mar 2003 22:03:08 +0000 Andrey Lebedev checked to make sure that the restored item doesn't clash...
Wed, 26 Feb 2003 04:55:57 +0000 Richard Jones applied patch [SF#688595]
Tue, 18 Feb 2003 01:57:39 +0000 Richard Jones don't attempt to create FileClass items if no content is supplied
Thu, 09 Jan 2003 22:59:22 +0000 Richard Jones [[Metadata associated with this commit was garbled during conversion from CVS maint-0.5
Mon, 07 Oct 2002 00:52:51 +0000 Richard Jones Fixes for SourceForge tracker bugs.
Thu, 03 Oct 2002 06:56:30 +0000 Richard Jones merge from maintenance branch
Mon, 09 Sep 2002 23:55:29 +0000 Richard Jones instance_config -> config, and other related cleanups
Tue, 03 Sep 2002 03:28:26 +0000 Richard Jones fixes to property editing through the web maint-0.4
Tue, 03 Sep 2002 02:55:26 +0000 Richard Jones bug in multilink meant changes might not be detected correctly maint-0.4
Fri, 30 Aug 2002 08:37:16 +0000 Richard Jones turn on journalling of links by default
Fri, 16 Aug 2002 04:28:13 +0000 Richard Jones added is_retired query to Class
Mon, 29 Jul 2002 23:30:14 +0000 Richard Jones documentation reorg post-new-security
Sun, 21 Jul 2002 03:26:37 +0000 Richard Jones Gordon, does this help?
Thu, 18 Jul 2002 11:27:47 +0000 Richard Jones ws
Thu, 18 Jul 2002 11:17:31 +0000 Gordon B. McMillan Add Number and Boolean types to hyperdb.
Sun, 14 Jul 2002 02:05:54 +0000 Richard Jones all storage-specific code (ie. backend) is now implemented by the backends
Wed, 10 Jul 2002 06:30:47 +0000 Richard Jones [SF#571170] gdbm deadlock maint-0.4
Wed, 10 Jul 2002 00:24:10 +0000 Richard Jones braino
Wed, 10 Jul 2002 00:19:48 +0000 Richard Jones Added explicit closing of backend database handles.
Tue, 09 Jul 2002 21:53:38 +0000 Gordon B. McMillan Optimize Class.find so that the propspec can contain a set of ids to match.
Tue, 09 Jul 2002 03:02:53 +0000 Richard Jones More indexer work:
Thu, 27 Jun 2002 12:06:20 +0000 Gordon B. McMillan Improve an error message.
Mon, 17 Jun 2002 23:15:29 +0000 Richard Jones Can debug to stdout now
Tue, 11 Jun 2002 06:52:03 +0000 Richard Jones [SF#564271] find() and new properties
Tue, 11 Jun 2002 05:02:37 +0000 Richard Jones [SF#565979] code error in hyperdb.Class.find
Sat, 25 May 2002 07:16:25 +0000 Roche Compaan Merged search_indexing-branch with HEAD
Wed, 22 May 2002 04:12:05 +0000 Richard Jones applied patch [SF#558876] cgi client customization
Wed, 15 May 2002 06:21:21 +0000 Richard Jones node caching now works, and gives a small boost in performance
Thu, 02 May 2002 13:09:11 +0000 Roche Compaan Brought search_indexing-branch up to date with latest changes in HEAD. search_indexing-0-4-2-branch
Sat, 20 Apr 2002 13:23:34 +0000 Roche Compaan We now have a separate search page for nodes. search_indexing-0-4-2-branch
Fri, 19 Apr 2002 19:54:42 +0000 Roche Compaan Miscellaneous changes. search_indexing-0-4-2-branch
Mon, 15 Apr 2002 23:25:15 +0000 Richard Jones node ids are now generated from a lockable store - no more race conditions
Wed, 03 Apr 2002 07:05:50 +0000 Richard Jones d'oh! killed retirement of nodes :( all better now...
Wed, 03 Apr 2002 06:11:51 +0000 Richard Jones Fix for old databases that contain properties that don't exist any more.
Wed, 03 Apr 2002 05:54:31 +0000 Richard Jones Fixed serialisation problem...
Tue, 12 Mar 2002 22:52:26 +0000 Richard Jones more pychecker warnings removed
Wed, 27 Feb 2002 03:23:16 +0000 Richard Jones Ran it through pychecker, made fixes
Wed, 20 Feb 2002 05:23:24 +0000 Richard Jones Didn't accomodate new values for new properties
Wed, 20 Feb 2002 05:05:29 +0000 Richard Jones Added simple editing for classes that don't define a templated interface.

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