| 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
|
| Thu, 31 Oct 2002 04:03:48 +0000 |
Richard Jones |
hardening for stringFind with missing props
|
| Tue, 08 Oct 2002 04:11:17 +0000 |
Richard Jones |
allow blank passwords again [SF#619714]
|
| Mon, 07 Oct 2002 00:52:51 +0000 |
Richard Jones |
Fixes for SourceForge tracker bugs.
|
| Fri, 04 Oct 2002 06:30:30 +0000 |
Richard Jones |
merge from maint-0-5
|
| Thu, 26 Sep 2002 03:04:24 +0000 |
Richard Jones |
added Class.find() unit test, fixed implementations
|
| Tue, 24 Sep 2002 01:59:28 +0000 |
Richard Jones |
added missing stringFind to sql backends
|
| Mon, 23 Sep 2002 00:50:32 +0000 |
Richard Jones |
some speedups, some fixes to the benchmarking
|
| Fri, 20 Sep 2002 05:08:00 +0000 |
Richard Jones |
On second thought, that last checkin was dumb.
|
| Fri, 20 Sep 2002 01:20:32 +0000 |
Richard Jones |
Verify contents of tracker module when the tracker is opened
|
| Thu, 19 Sep 2002 02:37:41 +0000 |
Richard Jones |
Added some words to the installation doc about choosing backends.
|
| Tue, 17 Sep 2002 23:59:59 +0000 |
Richard Jones |
include the "content" property in getprops....
|
| 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!
|
| Thu, 12 Sep 2002 05:51:42 +0000 |
Richard Jones |
nicer error message
|
| Tue, 10 Sep 2002 12:44:42 +0000 |
Richard Jones |
handled some XXXs
|
| Tue, 10 Sep 2002 08:04:57 +0000 |
Richard Jones |
Made "creator" property a String like it should be (we can't lookup()
|
| Tue, 10 Sep 2002 00:11:50 +0000 |
Richard Jones |
removed Log
|
| Thu, 05 Sep 2002 00:37:09 +0000 |
Richard Jones |
moved
|
| Wed, 04 Sep 2002 07:12:19 +0000 |
Richard Jones |
better error message
|
| Wed, 04 Sep 2002 04:30:18 +0000 |
Richard Jones |
bugfix
|
| 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
|
| Tue, 03 Sep 2002 05:46:21 +0000 |
Richard Jones |
handle disappearing users for journaltags
|
| Tue, 03 Sep 2002 02:53:53 +0000 |
Richard Jones |
Fixed nasty bug that was preventing changes to multilinks going through.
|
| Sun, 01 Sep 2002 04:32:30 +0000 |
Richard Jones |
Hack hack...
|
| Fri, 30 Aug 2002 08:35:45 +0000 |
Richard Jones |
minor edits
|
| Thu, 22 Aug 2002 07:57:11 +0000 |
Richard Jones |
Consistent quoting
|
| Thu, 22 Aug 2002 04:42:28 +0000 |
Richard Jones |
use more robust date stamp comparisons in pack(), make journal smaller too
|
| Wed, 21 Aug 2002 07:07:27 +0000 |
Richard Jones |
Preparing to turn back on link/unlink journal events.
|
| Mon, 19 Aug 2002 02:53:27 +0000 |
Richard Jones |
full database export and import is done
|
| Mon, 19 Aug 2002 00:23:19 +0000 |
Richard Jones |
handle "unset" initial Link values (!)
|
| Fri, 16 Aug 2002 04:28:13 +0000 |
Richard Jones |
added is_retired query to Class
|
| 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:04:33 +0000 |
Richard Jones |
cleanup
|
| Tue, 30 Jul 2002 08:22:38 +0000 |
Richard Jones |
Session storage in the hyperdb was horribly, horribly inefficient.
|
| Fri, 26 Jul 2002 08:27:00 +0000 |
Richard Jones |
Very close now. The cgi and mailgw now use the new security API.
|
| Thu, 25 Jul 2002 07:14:06 +0000 |
Richard Jones |
Bugger it. Here's the current shape of the new security implementation.
|
| Fri, 19 Jul 2002 03:36:34 +0000 |
Richard Jones |
Implemented the destroy() method needed by the session database...
|
| Thu, 18 Jul 2002 23:07:08 +0000 |
Richard Jones |
Unit tests and a few fixes.
|
| Thu, 18 Jul 2002 11:50:58 +0000 |
Richard Jones |
added tests for number type too
|
| Thu, 18 Jul 2002 11:41:10 +0000 |
Richard Jones |
added tests for boolean type, and fixes to anydbm backend
|
| Thu, 18 Jul 2002 11:17:31 +0000 |
Gordon B. McMillan |
Add Number and Boolean types to hyperdb.
|
| Sun, 14 Jul 2002 23:18:20 +0000 |
Richard Jones |
fixed the journal bloat from multilink changes
|
| Sun, 14 Jul 2002 06:06:34 +0000 |
Richard Jones |
Did some old TODOs
|
| Sun, 14 Jul 2002 04:03:15 +0000 |
Richard Jones |
Implemented a switch to disable journalling for a Class.
|
| 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 06:30:30 +0000 |
Richard Jones |
...except of course it's nice to use valid Python syntax
|
| Wed, 10 Jul 2002 06:21:38 +0000 |
Richard Jones |
Be extra safe
|
| Wed, 10 Jul 2002 00:21:45 +0000 |
Richard Jones |
explicit database closing
|
| Tue, 09 Jul 2002 04:19:09 +0000 |
Richard Jones |
Added reindex command to roundup-admin.
|
| Tue, 09 Jul 2002 03:02:53 +0000 |
Richard Jones |
More indexer work:
|
| Mon, 08 Jul 2002 06:58:15 +0000 |
Richard Jones |
cleaned up the indexer code:
|
| Thu, 20 Jun 2002 23:52:35 +0000 |
Richard Jones |
More informative error message
|
| Wed, 19 Jun 2002 03:07:19 +0000 |
Richard Jones |
Moved the file storage commit into blobfiles where it belongs.
|
| Sat, 25 May 2002 07:16:25 +0000 |
Roche Compaan |
Merged search_indexing-branch with HEAD
|