Menu

Trac Commit Log


Commit Date  
[r3926] by cmlenz

setuptools branch:
* Don't use extras for the SQLite and MySQL connectors, because those are rarely installed (or easy installable) as eggs for the time being.
* Pull the version from `setup.py`. This means we'll be seeing the revision in the Trac footer for dev builds.

2006-10-15 12:09:16 Tree
[r3925] by cboos

Use the genshi.build API for the !PageOutlineMacro

2006-10-15 12:03:42 Tree
[r3924] by cboos

Reverting r2771: I don't think that we could return two different connections for the same thread, and there's a documented scenario in which ''not'' using a RLock leads to a deadlock (see #3923).

2006-10-15 11:30:00 Tree
[r3923] by cboos

Make the HDFWrapper more robust when assigning `dict` values (could have failed for UTF-8 encoded `str` keys). Closes #3901.

2006-10-15 11:02:26 Tree
[r3922] by cboos

Database connection pool: check whether the timeout period is elapsed before waiting again.

2006-10-15 10:34:20 Tree
[r3921] by cboos

Database connection pool: more robust code in case the connection becomes stale.

In particular, this takes into account the fact that a `rollback` can fail at a critical time, as shown in #3894. Also, when a connection is closed in such cases, the `_cursize` must be decremented.

2006-10-15 10:33:02 Tree
[r3920] by cboos

Database connection pool: some cleanups and use an assert instead of a test for something that shouldn't happen...

2006-10-15 10:16:33 Tree
[r3919] by cboos

Adding a configurable timeout parameter for not waiting forever if there's no available connection.

2006-10-14 22:25:20 Tree
[r3918] by cboos

datetime branch: moving most remaining datefmt-related calls from controllers to templates (milestone, changeset, timeline)

And also:
- fixed a small bug for the date format hints (was visible for the datetime hint)
- [http://blogs.law.harvard.edu/tech/rss#optionalChannelElements <pubDate> in RSS 2.0 feeds] should use `http_date`
- also use `http_date` in revision log text format (i.e. Changelog format)

2006-10-14 21:46:26 Tree
[r3917] by cboos

datetime branch: a few small fixes
- attachment.date in the model should be a datetime object
- missing `utc` import in wiki web_ui.py
- a few formatting fixes

2006-10-14 18:29:25 Tree
Older >