| Commit | Date | |
|---|---|---|
|
[r3756]
by
cboos
Fix the logic of the !ConnectionPool w.r.t to threads. !PooledConnection could end up being garbage collected in an other thread than the one which created it. Therefore we had to ensure that upon thread termination, the connection created and used by the thread was properly closed. Closes #3504. |
2006-09-20 21:11:56 | Tree |
|
[r3755]
by
cboos
Post-process filters don't need to see requests that are terminated by a !RequestDone exception (i.e. the normal way to terminate after a direct req.write or req.redirect). Closes #3655 again. |
2006-09-20 20:34:42 | Tree |
| 2006-09-20 20:15:44 | Tree | |
| 2006-09-20 20:10:55 | Tree | |
| 2006-09-20 16:34:07 | Tree | |
|
[r3751]
by
cboos
Genshi branch: Python 2.5 compatibility hack (''InternalError'' has been renamed ''InternalServerError'' in 2.5) |
2006-09-20 11:44:20 | Tree |
| 2006-09-20 11:43:00 | Tree | |
|
[r3749]
by
cboos
Genshi branch: fix buglet during exception reporting (''data'' was not always defined) |
2006-09-20 11:41:34 | Tree |
|
[r3748]
by
cboos
Enforce the ''no quickjump'' behavior on the Search page, also when following prev/next and direct page access links. |
2006-09-20 07:06:31 | Tree |
|
[r3747]
by
cboos
Allow source: links with line number and no revision specified, when the revision is ''explicitely'' left out. Implements #3745, thanks to bryan for the idea and the patch. |
2006-09-18 06:33:44 | Tree |