Menu

Trac Commit Log


Commit Date  
[r4248] by cboos

MercurialPlugin: basicly working version for [milestone:0.11] (`datetime` fixes)

2006-11-12 18:16:32 Tree
[r4247] by cboos

MercurialPlugin: start a branch for [milestone:0.11] compatibility

2006-11-12 17:55:36 Tree
[r4246] by cboos

Added a `raw-attachment:<filename>:<type>:<id>` TracLinks for getting access to attached files using the raw format.

This goes together with the `/raw-attachment` URL prefix, which can be substituted to `/attachment` to get direct access to the content of the attachment. This kind of URLs are now used by the ''Original Format'' alternate download links.

This interacts better with IExplorer and Firefox extensions such as ''PDF Download'' (fixes #2974).

2006-11-12 17:37:20 Tree
[r4245] by cboos

Use `req` in the few remaining `wiki_to_oneliner` calls. Fixes #4138.

2006-11-12 17:05:01 Tree
[r4244] by jonas

0.10-stable branch: Ported fix r4243 to 0.10-stable, fixes #4122.

2006-11-12 15:29:12 Tree
[r4243] by jonas

Disable form token validation if the content-type is text/xml. This
fixes #4122.

2006-11-12 15:23:50 Tree
[r4242] by cboos

Added an `export:<rev>:<path>` TracLinks for getting access to files in the repository using the raw format.

This goes together with a new URL format `/export/<rev>/<path>`, which is especially useful for browsing HTML documents stored in the repository and getting the relative links (embedded images, stylesheets, etc.) to work as expected.

Also, this interacts better with IExplorer (fixes #3083).

2006-11-12 12:26:41 Tree
[r4241] by cboos

WorkFlow: Merged [4092:4240/trunk]

2006-11-11 22:51:53 Tree
[r4240] by cboos

WebAdmin: applied steffenp's patch which fixes a few syntax errors in Clearsilver template. Closes #4134.

2006-11-11 18:41:01 Tree
[r4239] by cboos

TracQuery supports specifying lists of ids (fixes #4119)

The `ticket:` TracLinks has been extended so that one can specify lists (and even ranges) of tickets, e.g. `#12,23-34,35,36,50,40-42` (see #3011).

This works with the TicketQuery as well (#2604). However, in this context the tickets and ranges have to be separated by the "|" character, as the "," character is already used as an argument separator.

Example:
{{{
[[TicketQuery(group=type&id=12|23-36|40-42|50,format=table)]]
}}}

In addition, the "!" negation operator works also for such lists.

2006-11-11 18:00:40 Tree
Older >