| Commit | Date | |
|---|---|---|
| 2006-10-31 11:54:01 | Tree | |
| 2006-10-31 10:47:39 | Tree | |
| 2006-10-31 10:10:12 | Tree | |
| 2006-10-31 10:01:28 | Tree | |
|
[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 |
| 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 |
| 2006-10-29 20:47:48 | Tree |