| Commit | Date | |
|---|---|---|
|
[r7370]
by
osimons
0.11-stable: Unit test fix regarding future date calculation that could give test failure when local time had turned to a new day and utc remained in previous. |
2008-07-21 23:19:33 | Tree |
|
[r7369]
by
osimons
trunk: svnmerged [7368] from [source:/branches/0.11-stable] (#7280 - Document various missing ticket `default_something` options). |
2008-07-21 22:20:58 | Tree |
|
[r7368]
by
osimons
0.11-stable: Document various missing ticket `default_something` options that have so far been well-kept secrets. Fixes #7280. |
2008-07-21 22:16:01 | Tree |
|
[r7367]
by
osimons
trunk: svnmerged [7366] from /branches/0.11-stable (#7431 - Obfuscate reply-to labels). |
2008-07-21 21:17:36 | Tree |
|
[r7366]
by
osimons
Always obfuscate the author when generating `comment:` labels for reply to ticket comments. Fixes #7431. |
2008-07-21 21:11:41 | Tree |
| 2008-07-21 18:20:35 | Tree | |
| 2008-07-21 18:00:29 | Tree | |
|
[r7363]
by
cboos
#6677: don't support hot-copy (or any other operation) when specifying an environment path containing non-ascii characters, as the rest of Trac doesn't support using such locations anyway. |
2008-07-21 13:19:50 | Tree |
|
[r7362]
by
cboos
trac-admin should use the actual encoding of stdin/stdout when printing. Closes #7303. |
2008-07-21 13:19:21 | Tree |
|
[r7361]
by
cboos
`copytree` works by recursively scanning a filesystem subtree and copy each filename one by one. The problem is that we can't assume any encoding for those filenames, so we better have to respect the byte sequence as given by `os.listdir()` (we can't expect `os.listdir()` to provide us with an unicode output on all platforms). We also need to make sure that the parameters given to `copytree` (`src`, `dst` and the files in `skip`) are later used as `str` objects, in a reasonable encoding. Closes #6677. |
2008-07-21 13:18:49 | Tree |