id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11317 Allow navigation items to be added through the mainnav or metanav sections Ryan J Ollos Ryan J Ollos "As mentioned at the bottom of the TracNavigation page, ​[th:NavAddPlugin] or ​[th:MenusPlugin] are still needed in order to add items to the navigation bars. It would be nice to be able to add new items that are defined in the `mainnav` and `metanav` sections, and without the use of plugins. Two other features to consider: * [th:NavAddPlugin] allows a permission to be specified for controlling visibility of the nav item. * It would be useful to allow items to be moved between the metanav and mainnav by putting to item to the corresponding section of trac.ini (`[mainnav]` and `[metanav]`)." enhancement closed normal 1.3.2 general normal fixed navigation leho@… "Added configurable features to the [TracNavigation navigation]: * Entries can be added to the navigation * Entries provided by Trac and plugins can be moved the between meta and main navigation * New `permission` attribute for controlling visibility of the entry" Added the `deregister` entry to the `ComponentMeta` class. This is mainly useful in tests for removing a component with extension points from the cache so that's it's not visible outside of the test case in which it is used.