| Commit | Date | |
|---|---|---|
|
[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 |
|
[r3088]
by
cboos
Added a file containing accentuated characters to the test svn repository, in preparation for the unicode fixes. |
2006-03-31 12:54:48 | Tree |
| 2006-03-30 18:36:44 | Tree | |
|
[r3086]
by
athomas
WorkFlow: * Purged last remnants of separate ticket modules. |
2006-03-30 15:14:21 | Tree |
|
[r3085]
by
cmlenz
Applied patch for #2951, which adds a {{{add_javascript}}} method to {{{trac.web.chrome}}}. |
2006-03-30 13:34:19 | Tree |
|
[r3084]
by
cmlenz
Make the {{{Markup}}} class assume UTF-8 encoding when it gets passed non-unicode strings (which ideally shouldn't be happening, but hey). Should fix #2905. |
2006-03-30 12:38:13 | Tree |
|
[r3083]
by
cboos
Fix the source file syntax highlighting under Emacs by adding an extra `"` character (the one on the line above is not seen by emacs because of the `#` character preceeding it) |
2006-03-30 11:00:45 | Tree |