Menu

Trac Commit Log


Commit Date  
[r3537] by cboos

In the !OutlineFormatter, the anchor of headings must always be computed on the full wikified heading, as this is what will be used by the normal Formatter when rendering heading ids. Fixes a problem observed with long headings in the TracFaq.

2006-07-19 09:51:43 Tree
[r3536] by cboos

Add support for labelled WikiPageName links, e.g. `[WikiPageNames wiki page name]`. This change restores the functionality of #3240 and fixes #3343.

2006-07-19 09:27:18 Tree
[r3535] by cboos

Revert [3376/trunk/trac/wiki/formatter.py] and reintroduce explicit support for MoinMoin's internal free links which was removed in r3382. This change temporarily breaks #3240.

2006-07-19 08:43:29 Tree
[r3534] by cboos

Use a better regexp for matching Wiki header links. Fixes #3343.

2006-07-19 08:04:53 Tree
[r3533] by cboos

The Image macro now handles external URLs. Quick fix for #3410.

2006-07-19 07:34:40 Tree
[r3532] by cboos

As in r3531, ensure the wiki page version numbers are displayed as ints.

2006-07-19 07:15:25 Tree
[r3531] by cboos

Ensure version numbers are ints, in the !RecentChanges macro. Should fix #3430.

2006-07-19 05:41:20 Tree
[r3530] by cmlenz

Handle stale PostgreSQL (or others) more gracefully. Closes #3394. Thanks to flfr at stibo.com for the patch.

2006-07-18 18:17:03 Tree
[r3529] by cboos

Fixed log InterTrac links. This will only work when targeting a recent Trac (>= r3526) and the `<trac_prefix>.compat` configuration option is set to `false`.

2006-07-18 13:37:16 Tree
[r3528] by cboos

InterTrac improvements: the InterTrac links are now able to take benefit from r3526, i.e. the corresponding URLs are of the form `/intertrac/<link>`.

However, as this will only work for Trac versions >= r3526, this is ''not'' yet the default behavior. This can be set on a case by case basis by setting the `<trac_prefix>.compat` configuration option to `false`.

E.g.

{{{
[intertrac]

# assuming t.e.o. is running r3526:
trac.title = Edgewall's Trac for Trac
trac.url = http://trac.edgewall.org
trac.compat = false

# the following Trac is 0.9.x
pysqlite.title = PySqlite's Trac (initd)
pysqlite.url = http://www.initd.org/tracker/pysqlite
pysqlite.compat = true
}}}

2006-07-18 13:11:20 Tree
Older >
MongoDB Logo MongoDB