| Commit | Date | |
|---|---|---|
|
[r5401]
by
cboos
WikiContext: don't store a reference to the db handle in a context. While convenient for access, I'm afraid that this goes against the #3446 goals (short-lived transactions). |
2007-05-15 19:23:59 | Tree |
| 2007-05-15 19:23:08 | Tree | |
|
[r5399]
by
cboos
Be more robust when rendering wiki text containing changeset TracLinks (for example, this can cope with the repository being unavailable). |
2007-05-15 19:22:14 | Tree |
| 2007-05-15 06:30:52 | Tree | |
|
[r5397]
by
cboos
Basic support for annotated patches. We basically just show the comments made before each file in the patch. This is especially useful with exported mercurial changesets, or git patches. |
2007-05-15 06:23:44 | Tree |
|
[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 |