Menu

Trac Commit Log


Commit Date  
[r6701] by jruigrok

Add first stab at replacing the MySQL connector code with a SQLAlchemy one.
Current initenv fails due to a schema issue.

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

Added missing svn:eol-style prop

2008-03-17 11:17:16 Tree
[r6698] by jruigrok

Prefix table names with schema.

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
template file containing py:match blocks to apply the visual style elements.
This can be used by plugins to provide hooks for modifiying style and theme
elements.

2008-03-14 19:59:34 Tree
[r6695] by jruigrok

Actually prefix the table names used with 'schema.', this should be clearer
and less prone to namespace clashes.

Also add spaces around == constructs as per the rest of the code.

2008-03-14 13:58:38 Tree
[r6694] by jruigrok

Synchronise to trunk.

2008-03-14 12:08:37 Tree
[r6693] by jruigrok

Synchronise with trunk.

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