Menu

Trac Commit Log


Commit Date  
[r3833] by cboos

Dispose of the Genshi branch which has been merged in r3832

2006-10-03 11:58:21 Tree
[r3832] by cboos

[source:sandbox/genshi@... Genshi branch] merged in trunk.

Requires [http://genshi.edgewall.org Genshi] 0.3 or later.
Get it from the Genshi:Download page.

2006-10-03 11:55:48 Tree
[r3831] by cboos

Genshi branch: merged [3816:3830/trunk]

2006-10-03 11:32:13 Tree
[r3830] by cboos

Experimental support for pooling pysqlite2 connections, if the SQLite engine used is recent enough to support that (see [http://www.sqlite.org/cvstrac/wiki?p=MultiThreading SQLite Multi Threading] and #3446).

2006-10-03 10:29:10 Tree
[r3829] by cboos

Fix a small issue with the attachment: link introduced by r3827 (bug was visible in the !PageOutline macro, when a title contains an attachment: link, cf. #3842)

2006-10-03 10:25:15 Tree
[r3828] by cboos

Follow-up to r3825: split the comment: link resolver test in two parts

2006-10-03 09:48:03 Tree
[r3827] by cboos

Changed the `attachment:` link resolver syntax to:
{{{
attachment:<file>:<the resource>
}}}
e.g. attachment:sample.png:ticket:123

This syntax is homogeneous with the new syntax for comment: (see r3825 and the [comment🎫2168:7 original proposal]).

This new syntax style:
{{{
<resolver>:<detail>[:<optional resource>]`
}}}
is more general and is better suited for eventually locating "nested" resources (like a comment for an attachment).

2006-10-03 09:45:14 Tree
[r3826] by cboos

Refined the new attachment: tests added in r3824. The interest of also having attachment: tests there besides those already in trac/tests/attachment is to have the tests for this link resolver covered when running the ''allwiki'' test suite.

2006-10-03 09:14:15 Tree
[r3825] by cboos

Changed the `comment:` link resolver syntax to:
{{{
comment:<number>:<the resource>
}}}
e.g. comment:1:ticket:123

The previous syntax was less explicit, as the comment number was positioned at the end (comment🎫123:1). The old syntax is still supported, though.

2006-10-03 08:43:56 Tree
[r3824] by cboos

Adding test cases for the comment: and attachment: link resolvers.

2006-10-03 08:28:53 Tree
Older >