Menu

Trac Commit Log


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.
- this triggered an assertion (#3504)
- even if the assertion was avoided by properly tracking the !PooledConnection, with some backends (pysqlite) it's illegal to manipulate a Connection from a different thread than the one which created the instance.

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

Support the SQLite driver that is bundled with Python 2.5. Closes #3753.

2006-09-20 20:15:44 Tree
[r3753] by cboos

Backporting r3751 (''Python 2.5 compatibility hack for HTTPInternalError'')

2006-09-20 20:10:55 Tree
[r3752] by cboos

Genshi branch: small bugfix for creating an attachment when not logged in.

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
[r3750] by cboos

Genshi branch: make it possible to run Trac without having Clearsilver installed.

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
Older >
MongoDB Logo MongoDB