Menu

Trac Commit Log


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
modified paths that are either:
* exactly the same as the given path,
* the directories above
* the files and folders below the path, if the path is a directory

Before the fix, the restricted changeset for e.g.
`trunk/README` would also show `trunk/README.tracd`,
and conversely.

2006-03-08 08:48:54 Tree
[r2964] by athomas

WorkFlow:

* Merged log:trunk:2867:2963
* Removed dictionary hacks made redundant by WSGI merge.

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.
* Also under mod_python, when using a non-multithreaded MPM, the Trac environment wasn't being reused.
* Minor cleanup of session code.

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
[r2959] by cmlenz

Fix typo in dispatcher introduced in the WSGI merge.

2006-03-06 20:28:09 Tree
[r2958] by cboos

Properly display source path properties having a dot character in their names

2006-03-06 13:18:14 Tree
Older >
MongoDB Logo MongoDB