Menu

Trac Commit Log


Commit Date  
[r8416] by cboos

Test infrastructure: fix initial retrieval of a db connexion, right after the creation of the tables.

Doing a shutdown here flushes all the connections from the pool and therefore the next attempt to get a connection will get a new one. Only then apparently will the connection be aware of the newly created tables (remember that `init_db` can't use the connection from the pool, as it's not aware of the pool).

Should fix #8518.

2009-07-30 14:15:23 Tree
[r8415] by cboos

TracRevisionLog: return `limit` entries for the RSS and Changelog format.

Closes #6595.

2009-07-30 14:03:37 Tree
[r8414] by cboos

TracRevisionLog: propagate `revs` parameter to the alternate format links.

2009-07-30 14:03:02 Tree
[r8413] by cboos

TracRevisionLog: improve support for discontinous ranges
- propagate revranges when changing the log options
- the ''Previous revisions'' links to the remaining revisions from the range

Part of #8349.

2009-07-30 13:55:37 Tree
[r8412] by cboos

TracRevisionLog: show ''From r...'' and ''To r...'' tooltips for the Diff radiobuttons.

This is hopefully enough for #4083.

2009-07-30 13:48:53 Tree
[r8411] by cboos

TracRevisionLog: move path_links further down, it's only needed for the html format.

2009-07-30 13:47:21 Tree
[r8410] by cboos

TracRevisionLog: rename second use of `revs` to `revisions`

2009-07-30 13:46:45 Tree
[r8409] by cboos

TracRevisionLog: log TracLinks are now able to deal with range boundaries specified in arbitrary order.

Before, ![1234:1000] would produce an empty range and the displayed revision log would start at ''head'', not very intuitive.

2009-07-30 13:46:01 Tree
[r8408] by cboos

0.11.6dev: Python 2.3 compatibility fix for previous changeset.

2009-07-30 13:45:21 Tree
[r8407] by cboos

TracRevisionLog: when `revs` is specified, strictly respect it, even if it's a range containing a single changeset.

The log: TracLinks had to be adapted accordingly and now they only set `revs` if the TracLinks actually specified a range, otherwise they use `rev`.

2009-07-30 13:44:15 Tree
Older >