| Commit | Date | |
|---|---|---|
| 2006-03-08 09:36:21 | Tree | |
| 2006-03-08 09:34:50 | Tree | |
|
[r2968]
by
cboos
Autodetect big changesets and optimize their display. When a changeset is deemed to be too big to be displayed in one page containing all the diffs, the actual diffs are simply not included in the view. Instead, the modified file entries have a link pointing to a TracChangeset view that will contain only the changes affecting that file. In order to detect big changesets, the following heuristic is used: The following defaults are used: This should close #2343 and #2591. |
2006-03-08 09:28:30 | Tree |
|
[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 |