Menu

Trac Commit Log


Commit Date  
[r7841] by cboos

Yet another regression around #6152 ... this time we re-add the `message = to_unicode(e.detail)` that r7794 removed.

2009-02-07 20:36:38 Tree
[r7840] by cboos

`add_warning` must be given unicode values.

In this case, failing to do so would cause the error reported in #7959.

2009-02-07 20:36:12 Tree
[r7839] by cboos

Follow-up to r7838, remove unecessary import

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.
I also replaced the `log.error(..., exc_info=True)` with calls to `exception_to_unicode`, as the former will hide the unicode strings if any, showing "<unprintable Exception object>" instead.

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
Older >