| Sun, 24 Oct 2004 10:44:49 +0000 |
Alexander Smishlajev |
change 'print's to logging
|
| Thu, 30 Sep 2004 10:12:24 +0000 |
Alexander Smishlajev |
column type for Number changed from Integer to Double...
|
| Thu, 30 Sep 2004 09:48:12 +0000 |
Alexander Smishlajev |
do "slow" open (with restructuring) if schema file is not found.
|
| Wed, 29 Sep 2004 10:19:40 +0000 |
Alexander Smishlajev |
addclass(): variable 'cn' (class name) was not initialized.
|
| Wed, 28 Jul 2004 05:00:32 +0000 |
Richard Jones |
roundup-admin reindex command may now work on single items or classes
|
| Wed, 28 Jul 2004 02:29:46 +0000 |
Richard Jones |
Buncha stuff (sorry about the large checkin):
|
| Tue, 27 Jul 2004 00:57:19 +0000 |
Richard Jones |
I thought I committed this last night. Ho hum.
|
| Tue, 20 Jul 2004 23:27:02 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| 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 22:56:18 +0000 |
Richard Jones |
API clarification.
|
| Tue, 20 Jul 2004 05:58:47 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Tue, 20 Jul 2004 05:58:07 +0000 |
Richard Jones |
fix journal export of files to remove content from CSV files
|
| Thu, 01 Jul 2004 03:58:34 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Thu, 01 Jul 2004 03:55:47 +0000 |
Richard Jones |
fix anydbm journal import [SF#983166]
|
| Mon, 28 Jun 2004 23:13:06 +0000 |
Richard Jones |
rdbms backend full text search failure after import [SF#980314]
|
| Thu, 24 Jun 2004 09:57:49 +0000 |
Richard Jones |
merge from maint-0-7
|
| Thu, 24 Jun 2004 09:56:49 +0000 |
Richard Jones |
fix for transaction fun in metakit FileClass
maint-0.7 0.7.5
|
| Thu, 24 Jun 2004 07:14:49 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Thu, 24 Jun 2004 07:10:12 +0000 |
Richard Jones |
export now stores file "content" in separate files in export directory
|
| Fri, 11 Jun 2004 15:50:24 +0000 |
Brian Kelley |
Importing journals was broken.
|
| Tue, 08 Jun 2004 05:39:37 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Tue, 08 Jun 2004 05:30:56 +0000 |
Richard Jones |
fixed anydbm & metakit import/export ([SF#965216], [SF#964457], [SF#964450])
|
| Sun, 23 May 2004 23:26:30 +0000 |
Richard Jones |
backport from HEAD
maint-0.7
|
| Sun, 23 May 2004 23:24:47 +0000 |
Richard Jones |
fix SearchAction use of Class.filter(), and clarify API docs for same
|
| Tue, 18 May 2004 22:06:08 +0000 |
Richard Jones |
fixed metakit import
maint-0.7
|
| Tue, 18 May 2004 15:17:19 +0000 |
Brian Kelley |
setid now works so import/export is now enabled in the metakit backend.
|
| Fri, 02 Apr 2004 05:58:45 +0000 |
Richard Jones |
Export and import now include journals (incompatible with export < 0.7)
|
| Wed, 24 Mar 2004 05:39:47 +0000 |
Richard Jones |
more metakit fixes
|
| Wed, 24 Mar 2004 05:33:13 +0000 |
Richard Jones |
more metakit fixes
|
| Mon, 22 Mar 2004 07:45:40 +0000 |
Richard Jones |
Implemented proper datatypes in mysql and postgresql backends...
|
| Sun, 21 Mar 2004 23:39:08 +0000 |
Richard Jones |
That's the last of the RDBMS migration steps done! Yay!
|
| Fri, 19 Mar 2004 05:27:55 +0000 |
Richard Jones |
Part-way to having the metakit backend handle "content" property changes.
|
| Fri, 19 Mar 2004 04:58:52 +0000 |
Richard Jones |
This is my attempt to include the "actor" property in the metakit backend...
|
| 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.
|
| Fri, 12 Mar 2004 05:36:26 +0000 |
Richard Jones |
security fixes and doc updates
|
| Mon, 23 Feb 2004 17:19:09 +0000 |
Brian Kelley |
A classes key can now be changed in the metakit backend.
|
| Mon, 23 Feb 2004 16:57:30 +0000 |
Brian Kelley |
Added __doc__ strings to back_metakit.
|
| Wed, 11 Feb 2004 23:55:10 +0000 |
Richard Jones |
documentation cleanup
|
| Tue, 27 Jan 2004 18:10:48 +0000 |
Brian Kelley |
Changed to 1.56
|
| Mon, 26 Jan 2004 17:07:56 +0000 |
Brian Kelley |
Many database-interface improvements.
|
| Tue, 20 Jan 2004 22:45:36 +0000 |
Richard Jones |
fix to metakit from Brian Kelley
|
| Fri, 05 Dec 2003 04:43:46 +0000 |
Richard Jones |
fix more metakit dumbness
|
| 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]
|
| 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])
|