| Commit | Date | |
|---|---|---|
| 2009-04-23 08:22:37 | Tree | |
|
[r8136]
by
rblank
0.11-stable: Fixed the left margin of the wikitoolbar so that it aligns with its associated `<textarea>`. Also fixed the positioning and sizing of the wiki page editor `<textarea>`. |
2009-04-22 23:37:04 | Tree |
|
[r8135]
by
cboos
rework-testing: testing with MySQL as a backend Hopefully this still works on Unix... |
2009-04-22 18:31:50 | Tree |
|
[r8134]
by
cboos
rework-testing: the Makefile can now be used on Windows (bash used as the shell for the Makefile, though) |
2009-04-22 18:29:32 | Tree |
| 2009-04-22 12:14:44 | Tree | |
| 2009-04-22 11:06:15 | Tree | |
| 2009-04-21 09:48:16 | Tree | |
|
[r8130]
by
cboos
rework-testing branch: the "empty" result value from `FunctionalTestEnvironment.repo_path_for_initenv` was problematic with Python 2.4's subprocess, at least on Windows. {{{ Traceback (most recent call last): Returning `''` fixes it, and doesn't appear to be problematic for higher versions of subprocess (2.5 and 2.6). |
2009-04-21 09:28:38 | Tree |
|
[r8129]
by
cboos
rework-testing branch: fix `FunctionalTestEnvironment.destroy` on Windows, which wasn't able to remove the test environment due to the newly introduced get_trac_environment call: Doing a `env.shutdown()` was enough to get rid of the first problem, but for the second, the log handler had also to be cleaned-up, so shutdown was modified to that effect. There's apparently still one user of the logger ''after'' the environment has been destroyed, as we see the following: |
2009-04-21 08:12:48 | Tree |
|
[r8128]
by
cboos
Follow-up to r8080, which broke Python 2.3 support. In Python 2.3 on Windows (and apparently also on the Darwin 9.6.0 platform used for the buildbot), the file objects associated to the handler's connection socket can't be queried for their "closed" status, as they always returns "True"). |
2009-04-20 10:05:46 | Tree |