| Commit | Date | |
|---|---|---|
|
[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 |
|
[r7360]
by
cboos
So far, only the interactive mode of trac-admin correctly handled non-ascii input. Related to #6677. |
2008-07-21 13:17:54 | Tree |
|
[r7359]
by
cboos
More precise permissions (rw) set on created files. Related to #6604. Patch by Remy Blank. |
2008-07-21 13:02:39 | Tree |
|
[r7358]
by
cboos
TracStandalone: umask value is now set to a sensible `022` default. This can also be configured using the `--umask` option for `tracd`. Closes #6604. Patch contributed by Remy Blank. |
2008-07-21 13:02:17 | Tree |
|
[r7357]
by
cboos
Improved display of attachment search matches. Contributed by Remy Blank, finalizes #2561. |
2008-07-21 12:33:49 | Tree |