| Commit | Date | |
|---|---|---|
|
[r2967]
by
cmlenz
Add support for `req.args.getlist()` and `req.args.getfirst()` to match the [http://docs.python.org/lib/node472.html higher level interface] of the CGI `FieldStorage` class. Closes #2846. |
2006-03-08 09:26:20 | Tree |
|
[r2966]
by
cmlenz
Moved `TracError` into the `trac.core` module (but importing from `trac.util` should continue to work). |
2006-03-08 09:23:06 | Tree |
|
[r2965]
by
cboos
Fixed the definition of a restricted changeset. The restricted changeset for a path should only show Before the fix, the restricted changeset for e.g. |
2006-03-08 08:48:54 | Tree |
|
[r2964]
by
athomas
WorkFlow: * Merged log:trunk:2867:2963 |
2006-03-08 01:33:52 | Tree |
|
[r2963]
by
cmlenz
* Under [wiki:TracModPython mod_python], you couldn't have multiple headers with the same name (e.g. `Set-Cookie`), which was the cause for #2843. That is now fixed by using `req.headers_out.add()` instead of dict-style assignment. |
2006-03-07 22:08:56 | Tree |
|
[r2962]
by
cmlenz
No need to provide a default value, it's automatically pulled from {{{db_default.py}}}. |
2006-03-07 09:53:11 | Tree |
|
[r2961]
by
cmlenz
Migrated [wiki:TracStandalone tracd] to use the Python {{{optparse}}} module, and moved all the actual code into {{{trac.web.standalone}}}. |
2006-03-07 00:13:58 | Tree |
|
[r2960]
by
cmlenz
Add back support for the [wiki:TracModPython mod_python] option !TracUriRoot which apparently got lost on the WSGI branch. |
2006-03-06 21:00:48 | Tree |
| 2006-03-06 20:28:09 | Tree | |
| 2006-03-06 13:18:14 | Tree |