log roundup/backends/back_metakit.py @ 1943:bd9e2e998e9d

age author description
Fri, 14 Nov 2003 00:11:19 +0000 Richard Jones Fixed retirement of items in rdbms imports [SF#841355]
Wed, 12 Nov 2003 03:42:13 +0000 Richard Jones fixes for [SF#818339]
Tue, 07 Oct 2003 11:58:58 +0000 Anthony Baxter hyperdb grows a refresh_database() method.
Mon, 08 Sep 2003 20:39:18 +0000 Johannes Gijsbers Use getuid(), not figure_curuserid()
Thu, 04 Sep 2003 00:47:01 +0000 Richard Jones Initial implementation (half-baked) at new Tracker instance.
Tue, 26 Aug 2003 00:15:09 +0000 Richard Jones backporting fix from HEAD maint-0.5
Tue, 26 Aug 2003 00:15:09 +0000 Richard Jones backporting fix from HEAD maint-0.6
Tue, 26 Aug 2003 00:06:56 +0000 Richard Jones Importing wasn't setting None values explicitly when it should have been
Fri, 09 May 2003 01:47:51 +0000 Richard Jones A couple of form value handling changes:
Sun, 20 Apr 2003 11:58:45 +0000 Andrey Lebedev searching on ranges of intervals is implemented
Wed, 26 Mar 2003 10:44:05 +0000 Richard Jones Class.find() may now find unset Links [SF#700620]
Wed, 26 Mar 2003 06:36:11 +0000 Richard Jones match empty multilinks implemented for metakit
Mon, 17 Mar 2003 22:03:08 +0000 Andrey Lebedev checked to make sure that the restored item doesn't clash...
Sun, 16 Mar 2003 22:24:56 +0000 Andrey Lebedev added ability to restore retired nodes
Mon, 10 Mar 2003 20:24:30 +0000 Andrey Lebedev Searches on range of dates for metakit
Thu, 06 Mar 2003 07:33:29 +0000 Richard Jones relaxed CVS importing (feature [SF#693277])
Fri, 28 Feb 2003 03:33:46 +0000 Richard Jones fixes to import/export
Wed, 26 Feb 2003 23:42:54 +0000 Richard Jones fixed export/import of retired nodes [SF#685273]
Tue, 25 Feb 2003 10:19:32 +0000 Richard Jones registration is now a two-step process with confirmation from the
Tue, 18 Feb 2003 01:57:39 +0000 Richard Jones don't attempt to create FileClass items if no content is supplied
Fri, 14 Feb 2003 00:31:46 +0000 Richard Jones Altered Class.create() and FileClass.create() methods...
Wed, 12 Feb 2003 00:00:32 +0000 Richard Jones fixed error in indexargs_url (thanks Patrick Ohly)
Mon, 20 Jan 2003 23:03:41 +0000 Richard Jones Metakit now passes all unit tests! w00t! (except the Number/Boolean unset)
Mon, 20 Jan 2003 23:00:56 +0000 Richard Jones backported metakit searching by ID fix from HEAD maint-0.5
Mon, 20 Jan 2003 22:57:09 +0000 Richard Jones backported metakit fix from HEAD maint-0.5
Sun, 19 Jan 2003 23:15:17 +0000 Richard Jones *** empty log message ***
Wed, 15 Jan 2003 22:39:07 +0000 Richard Jones - more fixes to CGI form handling
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, 08 Jan 2003 05:39:40 +0000 Richard Jones fixed searching on date / interval fields [SF#658157]
Thu, 12 Dec 2002 09:31:04 +0000 Richard Jones implemented whole-database locking
Mon, 07 Oct 2002 00:52:51 +0000 Richard Jones Fixes for SourceForge tracker bugs.
Wed, 02 Oct 2002 19:15:46 +0000 Gordon B. McMillan Fix (re)indexing & find in back_metakit.
Thu, 26 Sep 2002 13:39:37 +0000 Gordon B. McMillan Add clearCache method to DB.
Fri, 20 Sep 2002 19:33:18 +0000 Gordon B. McMillan Remove some nasty debugging code.
Fri, 20 Sep 2002 19:25:25 +0000 Gordon B. McMillan Fix as many of the unit test cases as possible.
Fri, 20 Sep 2002 05:08:00 +0000 Richard Jones On second thought, that last checkin was dumb.
Fri, 20 Sep 2002 01:48:34 +0000 Richard Jones missed some of the creator prop spec fixes .. metakit may be busted by this
Sun, 15 Sep 2002 23:06:20 +0000 Richard Jones nicer error message for invalid class lookup
Fri, 13 Sep 2002 08:20:13 +0000 Richard Jones Fixed:
Thu, 12 Sep 2002 07:23:23 +0000 Richard Jones add close() methods where they are missing!
Sun, 01 Sep 2002 04:32:30 +0000 Richard Jones Hack hack...
Thu, 01 Aug 2002 15:06:26 +0000 Gordon B. McMillan Use same regex to split search terms as used to index text.
Wed, 31 Jul 2002 23:57:37 +0000 Richard Jones web forms may now unset Link values (like assignedto)
Wed, 31 Jul 2002 22:40:50 +0000 Gordon B. McMillan Fixes to the search form and saving queries.
Tue, 30 Jul 2002 20:04:39 +0000 Gordon B. McMillan Adapt metakit backend to new security scheme.
Tue, 30 Jul 2002 16:10:41 +0000 Gordon B. McMillan Lock the database, which means another round of making sure there's only one.
Tue, 30 Jul 2002 08:22:38 +0000 Richard Jones Session storage in the hyperdb was horribly, horribly inefficient.
Sat, 20 Jul 2002 19:27:51 +0000 Gordon B. McMillan An indexer that uses Metakit for storage.
Thu, 18 Jul 2002 11:17:31 +0000 Gordon B. McMillan Add Number and Boolean types to hyperdb.
Wed, 17 Jul 2002 13:28:37 +0000 Gordon B. McMillan Fix bug in setting activity.
Wed, 17 Jul 2002 12:39:11 +0000 Gordon B. McMillan Saving, running & editing queries.
Sun, 14 Jul 2002 04:03:15 +0000 Richard Jones Implemented a switch to disable journalling for a Class.
Sun, 14 Jul 2002 02:16:29 +0000 Richard Jones Fixes for the metakit backend
Thu, 11 Jul 2002 01:11:03 +0000 Richard Jones Added metakit backend to the db tests...
Tue, 09 Jul 2002 21:37:52 +0000 Gordon B. McMillan Get rid of some debugging msgs.
Tue, 09 Jul 2002 20:31:11 +0000 Gordon B. McMillan Updates to use Richard's cool new indexer.
Mon, 08 Jul 2002 16:02:19 +0000 Gordon B. McMillan Swich to new indexer.
Mon, 08 Jul 2002 15:29:24 +0000 Gordon B. McMillan Metakit backend. Metakit's home is equi4.com.

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