| Mon, 26 Apr 2004 00:46:34 +0000 |
Richard Jones |
much faster anydbm filter(), but it breaks most filtering tests
|
| Sun, 25 Apr 2004 22:19:15 +0000 |
Richard Jones |
added capturing of stats
|
| Wed, 07 Apr 2004 01:12:26 +0000 |
Richard Jones |
sqlite backend uses the global lock again
|
| Fri, 02 Apr 2004 05:58:45 +0000 |
Richard Jones |
Export and import now include journals (incompatible with export < 0.7)
|
| Fri, 19 Mar 2004 04:47:59 +0000 |
Richard Jones |
A few big changes in this commit:
|
| Thu, 18 Mar 2004 01:58:46 +0000 |
Richard Jones |
Finished implementation of session and one-time-key stores for RDBMS backends.
|
| Mon, 15 Mar 2004 05:50:20 +0000 |
Richard Jones |
Added the "actor" property.
|
| Fri, 12 Mar 2004 05:36:26 +0000 |
Richard Jones |
security fixes and doc updates
|
| Wed, 11 Feb 2004 23:55:10 +0000 |
Richard Jones |
documentation cleanup
|
| Wed, 10 Dec 2003 01:40:51 +0000 |
Richard Jones |
more unit tests, fixes and cleanups
|
| Fri, 05 Dec 2003 09:47:46 +0000 |
Richard Jones |
more unit tests to improve coverage (up from 85% to 88% for anydbm! :)
|
| 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 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]
|
| Mon, 10 Nov 2003 03:56:39 +0000 |
Richard Jones |
more database closing cleanups, finally mysql has no dangling references
|
| Tue, 07 Oct 2003 11:58:58 +0000 |
Anthony Baxter |
hyperdb grows a refresh_database() method.
|
| Sun, 14 Sep 2003 18:55:37 +0000 |
Johannes Gijsbers |
Simplify backend importing, by moving the imports into the backend modules.
|
| Mon, 08 Sep 2003 20:39:18 +0000 |
Johannes Gijsbers |
Use getuid(), not figure_curuserid()
|
| Sat, 06 Sep 2003 20:02:23 +0000 |
Johannes Gijsbers |
Move up figure_curuserid(), it should be available for all backends.
|
| Sat, 06 Sep 2003 07:27:30 +0000 |
Johannes Gijsbers |
Extract confirm_registration() from client to roundupdb...
|
| 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
|
| Tue, 12 Aug 2003 01:49:30 +0000 |
Richard Jones |
sort multilinks a little better for grouping [SF#772935]
|
| Fri, 09 May 2003 01:47:51 +0000 |
Richard Jones |
A couple of form value handling changes:
|
| Tue, 22 Apr 2003 20:53:55 +0000 |
Andrey Lebedev |
extended date syntax to make range searches even more useful
|
| Sun, 20 Apr 2003 11:58:45 +0000 |
Andrey Lebedev |
searching on ranges of intervals is implemented
|
| Wed, 26 Mar 2003 11:19:28 +0000 |
Richard Jones |
fixed missing (pre-commit) journal entries in *dbm backends [SF#679217]
|
| Wed, 26 Mar 2003 10:44:05 +0000 |
Richard Jones |
Class.find() may now find unset Links [SF#700620]
|
| Wed, 26 Mar 2003 05:30:23 +0000 |
Richard Jones |
sigh++
|
| Wed, 26 Mar 2003 05:28:32 +0000 |
Richard Jones |
handle myriad of argument types to filter()
|
| Wed, 26 Mar 2003 04:56:21 +0000 |
Richard Jones |
implemented ability to search for multilink properties with no value (not in mk)
|
| 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 00:22:52 +0000 |
Richard Jones |
fix to [SF#691071], really this time
|
| Mon, 10 Mar 2003 00:22:52 +0000 |
Richard Jones |
fix to [SF#691071], really this time
maint-0.5
|
| Sat, 08 Mar 2003 20:41:45 +0000 |
Andrey Lebedev |
added support for searching on ranges of dates
|
| Thu, 06 Mar 2003 07:33:29 +0000 |
Richard Jones |
relaxed CVS importing (feature [SF#693277])
|
| Mon, 03 Mar 2003 21:05:19 +0000 |
Richard Jones |
added test for error in sqlite backend, and fixed *dbm backend error
|
| 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...
|
| Thu, 13 Feb 2003 07:33:38 +0000 |
Richard Jones |
anydbm should return brand new items, even if cache is turned off
|
| Wed, 12 Feb 2003 00:03:38 +0000 |
Richard Jones |
backport fix from HEAD
maint-0.5
|
| Wed, 12 Feb 2003 00:00:32 +0000 |
Richard Jones |
fixed error in indexargs_url (thanks Patrick Ohly)
|
| Thu, 06 Feb 2003 05:44:49 +0000 |
Richard Jones |
backporting fixes from HEAD
maint-0.5
|
| Thu, 06 Feb 2003 05:43:49 +0000 |
Richard Jones |
Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
|
| Mon, 03 Feb 2003 11:14:16 +0000 |
Andrey Lebedev |
more proper multilink sorting/grouping
|
| Tue, 21 Jan 2003 23:44:27 +0000 |
Richard Jones |
minor changes
|
| Wed, 15 Jan 2003 22:17:20 +0000 |
Andrey Lebedev |
applied unicode patch
|
| 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
|
| Wed, 11 Dec 2002 01:03:38 +0000 |
Richard Jones |
fixed nasty sorting bug that was lowercasing properties
|
| Thu, 28 Nov 2002 07:02:23 +0000 |
Richard Jones |
don't double-close
|
| Wed, 06 Nov 2002 11:38:43 +0000 |
Richard Jones |
working toward 0.5.2 release
|
| Wed, 06 Nov 2002 05:39:50 +0000 |
Richard Jones |
fixed filtering by id in anydbm
|