| Commit | Date | |
|---|---|---|
|
[r6701]
by
jruigrok
Add first stab at replacing the MySQL connector code with a SQLAlchemy one. |
2008-03-17 15:57:48 | Tree |
|
[r6700]
by
cboos
Also support https protocol for automatic links svn:externals. Patch by Dave Gynn, on #7011. |
2008-03-17 11:18:45 | Tree |
| 2008-03-17 11:17:16 | Tree | |
| 2008-03-17 08:41:27 | Tree | |
|
[r6697]
by
thatch
Testing: wait for tracd to really exit after sending SIGTERM, since we might be starting up another one on the same port immediately. The port should be now definitely be free before returning from stop. |
2008-03-15 06:24:02 | Tree |
|
[r6696]
by
nkantrowitz
Add a new 'theme' variable to req.chrome. This is intended to be the name of a |
2008-03-14 19:59:34 | Tree |
|
[r6695]
by
jruigrok
Actually prefix the table names used with 'schema.', this should be clearer Also add spaces around == constructs as per the rest of the code. |
2008-03-14 13:58:38 | Tree |
| 2008-03-14 12:08:37 | Tree | |
| 2008-03-14 11:02:43 | Tree | |
|
[r6692]
by
cboos
Render using a cStringIO buffer if [Genshi 804] is available, as this is more memory efficient. The rendering done without a cStringIO can be removed once we depend on Genshi 0.5. We might want to re-add it in the future once we get rid of our memory issues, as using the cStringIO way seems to be a bit slower. |
2008-03-13 19:48:47 | Tree |