Menu

Trac Commit Log


Commit Date  
[r4642] by cboos

TracMercurial for 0.11: a few optimizations for the revision display methods.

It seems that avoiding `repo.lookup` in most cases makes the whole thing feel much more responsive.

2007-01-26 20:22:14 Tree
[r4641] by cboos

Oops, forgot to rename this `render_macro` to `expand_macro` during the [4621] API change. Fixes #4602.

2007-01-26 20:10:28 Tree
[r4640] by cboos

Annotation API doc change: it's not advised anymore to use short revs (as they're probably not always unique identifiers in all backends). Instead, we call `Repository.short_rev` where appropriate (see also #3533).

2007-01-26 19:39:18 Tree
[r4639] by cboos

Fix ''System Information'' in error.html. Follow-up to r4577: don't introduce newlines within a wiki table cell.

2007-01-26 19:32:01 Tree
[r4638] by cboos

Fix the !PlainTextRenderer so that it also works when no annotations are requested. The problem was apparent in code blocks when the highlighter(s) failed to render the block and the plain text renderer was used as a fallback.

Thanks to zimbatm on IRC for helping me to track down the issue.

Follow-up to r4399 and r4597.

2007-01-26 14:06:53 Tree
[r4637] by cboos

Follow-up to r4636, some fine tuning ...

2007-01-26 10:05:32 Tree
[r4636] by cboos

Improve the prepared description text for semi-automatic ticket creation

2007-01-26 09:58:38 Tree
[r4635] by cboos

Clarify `Changeset.get_changes` API documentation. Fixes #4595.

2007-01-26 08:26:05 Tree
[r4634] by cmlenz

Fix patch renderer unit test broken in [4622].

2007-01-25 18:35:24 Tree
[r4633] by cmlenz

Simplify `trac.loader` a bit by:
* making use of the fact that SetupTools is now a mandatory dependency, and
* dropping support for plugins not using the `trac.plugins` entry point.
Also, load `.py` source (single-file) plugins after Python eggs (closes #4383).

2007-01-25 18:28:30 Tree
Older >
Auth0 Logo