Changes between Version 32 and Version 33 of NavAddPlugin


Ignore:
Timestamp:
Mar 22, 2017, 11:26:45 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Fork is out-of-date.

Legend:

Unmodified
Added
Removed
Modified
  • NavAddPlugin

    v32 v33  
    1111Starting with release 0.11, Trac allows existing items in the main and meta navigation bar menu items to be [TracInterfaceCustomization#CustomNavigationEntries customized], however it does not allow custom items to be added. This plugin allows you to add custom items ("buttons") to both the main and the meta navigation bar. Item name, title and URL can be specified in trac.ini, as well as an optional permission the user is required to have to see the item.
    1212
    13 The plugin was inspired by and derived from NavMoverPlugin. In contrast to NavMoverPlugin this plugin does not hide navigation bars, which was the main motivation for creating this "fork".
    14 
    1513See also: MenusPlugin, TracTabPlugin.
    16 
    17 '''Fork:''' I have made a small [https://github.com/trac-hacks/trac-navadd fork on GitHub] with some improvements/fixes. Feel free to [https://github.com/trac-hacks/trac-navadd/issues suggest new]. For example, it supports TracLinks syntax for `url`, so if a link works in the wiki page itself, it should also in the menu. Install with `pip install NavAdd`.
    1814
    1915== Bugs/Feature Requests