| Commit | Date | |
|---|---|---|
|
[r5396]
by
cboos
An exception raised during the rendering phase (e.g. wiki formatting) would be reported by the error.html template but without the default styling. We make sure to restore the links them if needed. |
2007-05-15 05:58:14 | Tree |
|
[r5395]
by
cboos
HTTPException had issues with Python 2.5: we happened to use the `.message` property to store our error message, which could eventually be some markup. This got overriden by the `.message` property of `BaseException`, introduced in 2.5. Fixes #5066. |
2007-05-15 05:54:37 | Tree |
| 2007-05-14 15:44:27 | Tree | |
| 2007-05-13 20:24:13 | Tree | |
|
[r5392]
by
cboos
Write the `trac.ini.sample` using the same method as the one used for writing `trac.ini`, so that the ordering of their content is kept the same, which facilitates comparison and diffing. Thanks to techtonik for the patch. Fixes #5303. |
2007-05-13 20:22:54 | Tree |
| 2007-05-13 20:00:04 | Tree | |
|
[r5390]
by
cboos
SpamFilter: encode content to utf-8, then to base64 before storing it in the spam log. Fixes #4087. |
2007-05-13 19:44:41 | Tree |
| 2007-05-12 20:50:36 | Tree | |
|
[r5388]
by
cboos
Error message template: when rendering !TracError messages containing markup, we need to take care not to embed a <p> within the <p class="message">. Also, we take this occasion to do some html->tag changes, clean-up some import statements and update a few copyright dates. |
2007-05-12 20:46:47 | Tree |
| 2007-05-11 21:27:07 | Tree |