| Commit | Date | |
|---|---|---|
| 2009-02-07 20:34:29 | Tree | |
|
[r7838]
by
cboos
Catch unicode exception raised during Genshi rendering and give some hints about the location of the original error. Fixes #7959. |
2009-02-07 20:30:30 | Tree |
|
[r7837]
by
cboos
Allow plugins to have options with non-ascii documentation. Patch from trac-ja, on #7845. |
2009-02-07 16:32:46 | Tree |
|
[r7836]
by
cboos
On Windows, when a relative path is used for the SVN's `repository_dir`, the case of the normalized path could change depending on the situation (different CWD?), so we should normalize the case when checking if the repository_dir has changed. Closes #7844. |
2009-02-07 16:13:59 | Tree |
|
[r7835]
by
cboos
Use `log.error` instead of `log.exception` for notification errors, as we don't really need a backtrace here, and make this error reporting unicode safe. This lead to fix most other places where we show exception in the log. Closes #7935. |
2009-02-07 15:10:42 | Tree |
|
[r7834]
by
cboos
Convert !SubversionException to !TracError after failing to open the repository, so that it can properly be transformed into a warning instead of showing up as an internal error. Fixes #8024. |
2009-02-07 14:23:25 | Tree |
|
[r7833]
by
cboos
In attachment list page, change title of button from "Attach file" to "Attach another file", for increased clarity, especially when reaching that page after having added the first attachment. Closes #8016. |
2009-02-07 14:21:47 | Tree |
|
[r7832]
by
cboos
Don't split CamelCase wiki names when the page is not found and both `split_page_names` and `ignore_missing_pages` `[wiki]` options are set. Fixes #8033. |
2009-02-07 14:03:16 | Tree |
| 2009-02-06 15:38:27 | Tree | |
|
[r7830]
by
cboos
TracMercurial for 0.12: linkrev takes a rev number instead of a node since hg:9fe97eea5510. Fixed by using filectx API. Closes #7981. |
2009-02-06 15:37:01 | Tree |