| Fri, 02 Jul 2004 05:22:09 +0000 |
Richard Jones |
Initial logging integration: replace all debug prints with logging calls...
|
| Wed, 11 Feb 2004 23:55:10 +0000 |
Richard Jones |
documentation cleanup
|
| 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, 08 Sep 2003 20:39:18 +0000 |
Johannes Gijsbers |
Use getuid(), not figure_curuserid()
|
| Fri, 09 May 2003 01:47:51 +0000 |
Richard Jones |
A couple of form value handling changes:
|
| Wed, 26 Mar 2003 11:19:28 +0000 |
Richard Jones |
fixed missing (pre-commit) journal entries in *dbm backends [SF#679217]
|
| Fri, 13 Sep 2002 08:20:13 +0000 |
Richard Jones |
Fixed:
|
| Tue, 10 Sep 2002 00:11:50 +0000 |
Richard Jones |
removed Log
|
| Mon, 09 Sep 2002 02:58:35 +0000 |
Richard Jones |
more 'n' -> 'c' :(
|
| Tue, 03 Sep 2002 07:33:01 +0000 |
Richard Jones |
allow overiding of the index args roundup/cgi/templating.py
|
| Tue, 03 Sep 2002 06:35:16 +0000 |
Richard Jones |
more backend database strangeness fixed
maint-0.4 0.4.4
|
| Fri, 19 Jul 2002 03:36:34 +0000 |
Richard Jones |
Implemented the destroy() method needed by the session database...
|
| Sun, 14 Jul 2002 02:05:54 +0000 |
Richard Jones |
all storage-specific code (ie. backend) is now implemented by the backends
|
| 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
|
| Wed, 03 Apr 2002 05:54:31 +0000 |
Richard Jones |
Fixed serialisation problem...
|
| Wed, 27 Feb 2002 03:40:59 +0000 |
Richard Jones |
Ran it through pychecker, made fixes
|
| Sat, 16 Feb 2002 09:15:33 +0000 |
Richard Jones |
forgot to patch bsddb backend too
|
| Wed, 06 Feb 2002 04:05:55 +0000 |
Richard Jones |
Brought the config branch up to date with HEAD
config-0-4-0-branch
|
| Tue, 22 Jan 2002 07:21:13 +0000 |
Richard Jones |
fixed back_bsddb so it passed the journal tests
|
| Mon, 10 Dec 2001 22:20:01 +0000 |
Richard Jones |
Enabled transaction support in the bsddb backend.
|
| Wed, 21 Nov 2001 02:34:18 +0000 |
Richard Jones |
Added a target version field to the extended issue schema
|
| Tue, 09 Oct 2001 23:58:10 +0000 |
Richard Jones |
Moved the data stringification up into the hyperdb.Class class's...
|
| Tue, 09 Oct 2001 07:25:59 +0000 |
Richard Jones |
Added the Password property type.
|
| Sun, 12 Aug 2001 06:32:36 +0000 |
Richard Jones |
using isinstance(blah, Foo) now instead of isFooType
|
| Tue, 07 Aug 2001 00:24:43 +0000 |
Richard Jones |
stupid typo
|
| Tue, 07 Aug 2001 00:15:51 +0000 |
Richard Jones |
Added the copyright/license notice to (nearly) all files...
|
| Mon, 30 Jul 2001 02:36:23 +0000 |
Richard Jones |
Handle non-existence of db files in the other backends (code from anydbm).
|
| Mon, 30 Jul 2001 01:41:36 +0000 |
Richard Jones |
Makes schema changes mucho easier.
|
| Mon, 23 Jul 2001 08:25:33 +0000 |
Richard Jones |
more handling of bad journals
|
| Mon, 23 Jul 2001 08:20:44 +0000 |
Richard Jones |
Moved over to using marshal in the bsddb and anydbm backends.
|
| Mon, 23 Jul 2001 07:56:05 +0000 |
Richard Jones |
Storing only marshallable data in the db - no nasty pickled class references.
|
| Mon, 23 Jul 2001 07:22:13 +0000 |
Richard Jones |
*sigh* some databases have _foo.so as their underlying implementation.
|