Changes between Version 9 and Version 10 of Ticket #11317
- Timestamp:
- Mar 25, 2017, 11:41:42 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11317 – Description
v9 v10 1 1 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. 2 2 3 [th:NavAddPlugin] also allows a permission to be specified for the navigation item to be visible. 3 Two other features to consider: 4 * [th:NavAddPlugin] allows a permission to be specified for controlling visibility of the nav item. 5 * 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]`).