Menu

Trac Commit Log


Commit Date  
[r8697] by cboos

Add a simple syntax for defining anchors anywhere in wiki pages:
{{{
[=#point1]
}}}

The syntax is reminiscent of the syntax used for adding explicit ids to headings:
{{{
== Long title == #title
}}}

It's also very close to the syntax for the corresponding ''link'' to that anchor:
{{{
[#point1]
}}}

Optionally, a label can be given to the anchor:
{{{
[[=#point1 '''Point 1''']]
}}}

For more complex anchors (e.g. when a custom title is wanted), one can use the Span macro, e.g. `[[span(id=point1, class=wikianchor, title=Point 1, ^(1)^)]]`.

Closes #6413.

2009-10-26 17:34:37 Tree
[r8696] by cboos

Added alternative syntax for short TracLinks:
{{{
<wiki:this is the target> or <http://example.org/That page(category)>
}}}

Closes #7386.

2009-10-26 17:34:17 Tree
[r8695] by rblank

0.12dev: Created the default-disabled `tracopt` package, and moved the `authz_policy` component from `sample-plugins` into `tracopt.perm`.

Also, handle the absence of the `configobj` package and log an error in that case.

2009-10-26 16:26:11 Tree
[r8694] by rblank

0.12dev: Ensure that a component "implementing" an interface more than once (for example indirectly through inheritance) isn't registered more than once for that interface.

I would have replaced the use of a list with a set, but the log viewer relies ont he fact that it is registered after the changeset viewer. I'll try to investigate that as well.

Related to #8767.

2009-10-26 10:24:39 Tree
[r8693] by cboos

Added missing svn:ignore '*.mo' on some LC_MESSAGES folders.

2009-10-26 09:44:54 Tree
[r8692] by cboos

TracMercurial for 0.12: fix for simpler API in [8677]

Patch by Remy Blank on #8731.

2009-10-26 06:35:03 Tree
[r8691] by cboos

TracMercurial for 0.12: clarifications of wording regarding repository management (the hg repositories themselves are not affected by trac-admin operations...)

2009-10-26 06:02:46 Tree
[r8690] by cboos

TracMercurial for 0.11: update README file to refer to TracMercurial, plus some ''multirepos'' specific notes.

2009-10-26 05:56:33 Tree
[r8689] by cboos

TracMercurial for 0.11: update README file to refer to TracMercurial.

2009-10-26 05:54:59 Tree
[r8688] by rblank

MultiRepos: Merged with 0.12dev [8662:8687/trunk].

2009-10-22 22:25:26 Tree
Older >
MongoDB Logo MongoDB