| Commit | Date | |
|---|---|---|
|
[r3098]
by
cboos
Fix support of space characters in paths. This concerns `mod_python` when the `TracUriRoot` directive is used. Closes #2864. |
2006-04-03 12:42:57 | Tree |
| 2006-04-03 12:25:01 | Tree | |
| 2006-04-03 11:46:05 | Tree | |
| 2006-04-03 11:07:16 | Tree | |
| 2006-04-01 13:58:48 | Tree | |
| 2006-04-01 12:41:02 | Tree | |
|
[r3092]
by
cboos
More unicode fixes for the TracChangeset and TracBrowser modules. * Perform the diffs in unicode. In changeset.py, we convert Both of the above make use of the following: I also made clear that when using `trac.util.NaivePopen`, |
2006-04-01 11:46:53 | Tree |
|
[r3091]
by
cboos
Use `repr` instead of `str` in order to build some unique identifier in the `check_modified` code. This makes it immune to encoding issues. Closes #2963. |
2006-03-31 13:10:15 | Tree |
|
[r3090]
by
cboos
Fix some unicode issues for the TracSubversion backend. * Make conversions to and from Subversion's UTF-8 encoded strings more obvious, Note that content related issues are not addressed by this change |
2006-03-31 13:08:11 | Tree |
|
[r3089]
by
cboos
Added tests for the `SubversionRepository.previous_rev/next_rev` methods using and additional path argument |
2006-03-31 12:57:41 | Tree |