Menu

Trac Commit Log


Commit Date  
[r4254] by cmlenz

Improvements to the CSRF protection:
* Only pass the body of `POST` requests to `cgi.FieldStorage` if the request content type corresponds to a form submission.
* Only require the form token for `POST` requests with a content type corresponding to a form submission, fixing XML-RPC (#4122) etc. in a more generic fashion (compared to [4243]).
* The form token cookie is no longer persistent; it is now deleted when the browser session is closed/reset.

2006-11-13 10:57:59 Tree
[r4253] by cmlenz

Use proper XPath pattern in layout templates.

2006-11-13 10:43:27 Tree
[r4252] by cboos

Always save the `repository_dir` if it is not already saved, and not only on `resync` operations. Fixes #4137.

2006-11-12 21:45:25 Tree
[r4251] by cboos

While navigating in the TracBrowser, the current ''sort order'' is retained. Fixes #1207. Thanks to adeason for the original patch.

2006-11-12 19:28:28 Tree
[r4250] by cboos

With the Changeset ITimelineProvider, only show the changeset number in the title.

2006-11-12 18:26:55 Tree
[r4249] by cboos

MercurialPlugin for [milestone:0.10]: fixed setup.py information.

2006-11-12 18:20:47 Tree
[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
Older >