Wed, 18 Mar 2009 08:02:32 +0000 |
dfraser |
Create the bitten logs directory if it doesn't exist. See #329
|
Wed, 18 Mar 2009 06:55:44 +0000 |
dfraser |
Add `prefix` parameter (see #134)
|
Tue, 17 Mar 2009 06:53:58 +0000 |
dfraser |
Added option for not looping after check. Fixes #371
|
Mon, 16 Mar 2009 17:46:18 +0000 |
dfraser |
Replace `CREATE TEMP TABLE` with the more database-independent `CREATE TEMP TABLE` (thanks Manfred) - Fixes #370
|
Mon, 16 Mar 2009 14:08:29 +0000 |
dfraser |
We now require Trac 0.11
|
Mon, 16 Mar 2009 14:07:19 +0000 |
dfraser |
Added note that you need Trac for the tests; see #265
|
Mon, 16 Mar 2009 12:03:19 +0000 |
dfraser |
Ensure log files are stored and read in binary, not text format (otherwise Unicode gets confused):
|
Fri, 13 Mar 2009 15:03:46 +0000 |
dfraser |
Handle removing log files only if present, and report error if could not remove in log rather than aborting operation
|
Fri, 13 Mar 2009 14:52:51 +0000 |
dfraser |
Support unicode by converting everything to UTF-8 on write and back to unicode on read - should fix #369
|
Fri, 13 Mar 2009 13:09:49 +0000 |
dfraser |
Fix typo - see #329
|
Fri, 13 Mar 2009 12:03:00 +0000 |
dfraser |
Make sure all tests get done in temporary directory, and `logs_dir` gets created there.
|
Fri, 13 Mar 2009 08:52:47 +0000 |
dfraser |
Switch to storing log messages in files rather than in database rows:
|
Wed, 11 Mar 2009 12:52:44 +0000 |
dfraser |
Added missing `sys` import - fixes #345
|
Wed, 11 Mar 2009 12:50:47 +0000 |
dfraser |
Fix wrong variable name - fixes #328
|
Wed, 11 Mar 2009 12:48:33 +0000 |
dfraser |
Check whether fetching `TargetPlatform` succeeds and adjust log appropriately. Fixes #310
|