| 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
|
| 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, 24 Apr 2002 10:38:26 +0000 |
Roche Compaan |
All database files are now created group readable and writable.
|
| Mon, 15 Apr 2002 23:25:15 +0000 |
Richard Jones |
node ids are now generated from a lockable store - no more race conditions
|
| Wed, 03 Apr 2002 11:55:57 +0000 |
Roche Compaan |
Added feature [SF#526730] - search for messages capability
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
|
| Mon, 25 Feb 2002 14:34:31 +0000 |
Engelbert Gruber |
use blobfiles in back_anydbm which is used in back_bsddb.
|
| Sat, 16 Feb 2002 09:14:17 +0000 |
Richard Jones |
[SF#514854] History: "User" is always ticket creator
|
| 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
|
| Tue, 22 Jan 2002 05:18:38 +0000 |
Roche Compaan |
last_set_entry was referenced before assignment
|
| Tue, 22 Jan 2002 05:06:09 +0000 |
Roche Compaan |
We need to keep the last 'set' entry in the journal...
|
| Mon, 21 Jan 2002 16:33:20 +0000 |
Roche Compaan |
You can now use the roundup-admin tool to pack the database
|
| Fri, 18 Jan 2002 04:32:04 +0000 |
Richard Jones |
Rollback was breaking...
|