Menu

Trac Commit Log


Commit Date  
[r5259] by cboos

Argh, fixing svnmerge-integrated property.

2007-04-24 08:20:23 Tree
[r5258] by cboos

TracMercurial: init merge tracking at the folder level, need due to the tracvc/tracext discrepancy.

2007-04-24 08:17:53 Tree
[r5257] by cboos

TracMercurial: add missing `close` method on the repository class. Thanks to Daniel Holth for pointing this out!

2007-04-24 08:13:30 Tree
[r5256] by cboos

TracMercurial: init merge tracking for the 0.10-stable branch of the plugin, for pulling changes from the 0.11 branch.

2007-04-24 08:06:02 Tree
[r5255] by athomas

PermissionPolicy: Merged trunk log:trunk@...

2007-04-22 04:58:09 Tree
[r5254] by cboos

WorkFlow: Merged revisions [5200:5253/trunk] via svnmerge

2007-04-22 00:32:38 Tree
[r5253] by cboos

Add the possibility to redirect to a custom location after a logout.

The configuration setting used is similar to the one of #2060:
{{{
[metanav]
logout.redirect = wiki/LogOut
}}}

This implements #3808.

2007-04-21 23:24:56 Tree
[r5252] by cboos

Use Genshi tag instead of old html compat, in the login module.

2007-04-21 23:24:09 Tree
[r5251] by cboos

Customization of the main and meta navigation entries.

The new `[mainnav]` and `[metanav]` can now be used to customize the text and link used for the navigation items, or even to disable them.

In the following example, we rename the link to the Wiki start "Home", and hide the "Help/Guide" link (#2060). We also make the "View Tickets" entry link to a specific report (#1925).

{{{
[mainnav]
wiki.label = Home
tickets.href = /report/24

[metanav]
help = disabled
}}}

2007-04-21 23:03:44 Tree
[r5250] by cboos

Added ''enabled'' as a truth value, for boolean configuration settings.

2007-04-21 22:44:18 Tree
Older >