Menu

Trac Commit Log


Commit Date  
[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
[r5394] by ecarter

Ticket #2821: Merge 5386,5388-5389,5391-5392 from trunk.

2007-05-14 15:44:27 Tree
[r5393] by cboos

0.10.5dev: ported r5392 (''fix writing of trac.ini.sample, #5303'')

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
[r5391] by cboos

TracAdmin: add a `resolution` command, with the standard subcommands for manipulating enums. Together with r5384, this fixes #905.

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
[r5389] by cboos

Woops, undo unrelated change...

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