Menu

Trac Commit Log


Commit Date  
[r4087] by cmlenz

Use a more transparent method to avoid building the authenticaton, session and chrome data for requests that don't need them: the `Request` object now supports specifying callback functions that are called when undefined request attributes are accessed. The request dispatcher provides callbacks for `req.authname`, `req.session`, `req.hdf`, etc, so that those are evaluated lazily.

2006-10-30 15:07:14 Tree
[r4086] by cmlenz

Decouple `env.href` and `env.abs_href` from the current request, and instead base them on the `base_url` option in [wiki:TracIni trac.ini].

2006-10-30 12:59:16 Tree
[r4085] by cboos

Fixes a few glitches in the Genshi Roadmap and Milestone templates. Thanks to Justin Francis for the patch!

2006-10-30 07:40:00 Tree
[r4084] by cmlenz

SpamFilter: minot tweaks

2006-10-30 00:15:40 Tree
[r4083] by cboos

Add support for displaying list of changesets and ranges of changesets in TracRevisionLog by extending the TracLinks `log:` syntax.

Now, in addition to a single range `[12:23]` which was already supported, one can list multiple ranges like `[12:34,45:50]` (or equivalently `[12-34,45-50]`). Single changeset numbers can also be listed instead of ranges, e.g. `[1,2,3-6,10,11]`.

2006-10-29 22:10:12 Tree
[r4082] by cboos

Further simplification of the TracBrowser's IWikiSyntaxProvider

2006-10-29 20:47:48 Tree
[r4081] by cmlenz

SpamFilter plugin: Another follow-up to [4079], more fixes in the ClearSilver template.

2006-10-29 12:09:59 Tree
[r4080] by cmlenz

Follow-up to [4079]: show the full content in the spam log entry detail panel also when using ClearSilver templates.

2006-10-29 12:05:35 Tree
[r4079] by cmlenz

SpamFilter plugin: add log entry detail view to monitoring admin panel.

2006-10-29 11:58:06 Tree
[r4078] by cboos

Refactoring of the TracLinks `source:` and `log:` resolver syntaxes:
- there's no point to reuse the share the same function between `source:` and `log:` resolver: they already diverge and they're going to diverge more (support of revision ranges in the `log:` resolver)
- fixes remaining `log:` resolver syntax unit-test failures

2006-10-29 10:02:28 Tree
Older >