Menu

Trac Commit Log


Commit Date  
[r3762] by mgood

fixes #3763 re broken support for optional ticket custom select fields

2006-09-21 21:25:38 Tree
[r3761] by cmlenz

Remove debug output leftover from connection pool code.

2006-09-21 14:21:38 Tree
[r3760] by cboos

WebAdmin / Genshi: initial migration complete, seems to work fine.

2006-09-21 13:54:36 Tree
[r3759] by cboos

WebAdmin / Genshi: prepare migration

2006-09-21 13:04:31 Tree
[r3758] by cboos

Genshi branch: add ''-genshi'' to the version name

2006-09-21 10:32:52 Tree
[r3757] by cboos

Make support for scoped repository a little bit more robust. Fixes #3752.

2006-09-21 09:21:36 Tree
[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
Older >