-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed login/logout/logged as items in metanav
Most of the issues were caused by Trac's clever plugin system where classes implementing INavigationContributor all contribute to the metanav. Plugins can then override existing links by making sure they pass the same name (second element in the yielded tuple in get_navigation_items()). On top of that, trac.ini can override any item by specifying a <item name>.label configuration. Rather than trying to figure this all out, I've opted to hardcode the navigation menu in the HTML. This has the nice side-effect of removing the dependency on the forked trac-github. This commit therefore includes a revert of d8760ad. Fixes #51
- Loading branch information
Showing
3 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters