Changes between Version 36 and Version 37 of TracTabPlugin
- Timestamp:
- Jul 15, 2015, 1:48:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTabPlugin
v36 v37 29 29 == Example 30 30 31 The following trac.ini configuration will create 2 new tabs on the main navigation bar, one named ''Google'' and the other named ''Edgewall'', with the respective URLs and permissions (e.g. Google requires WIKI_VIEW, while Edgewall requires TRAC_ADMIN). The handlers for these items will be `/tractab/Google` and `/tractab/My%20Blog`.31 The following trac.ini configuration will create 2 new tabs on the main navigation bar, one named ''Google'' and the other named ''Edgewall'', with the respective URLs and permissions, for example Google requires `WIKI_VIEW`, while Edgewall requires `TRAC_ADMIN`. The handlers for these items will be `/tractab/Google` and `/tractab/My%20Blog`: 32 32 33 {{{ 34 #!ini 33 {{{#!ini 35 34 [components] 36 35 tractab.*=enabled … … 42 41 }}} 43 42 44 * Note: The ''perms'' parameter is optional, but if left unspecified, it requires TRAC_ADMINpermissions to view the tabs.43 '''Note''': The ''perms'' parameter is optional, but if left unspecified, it requires `TRAC_ADMIN` permissions to view the tabs. 45 44 46 45 == Recent Changes 47 46 48 47 [[ChangeLog(tractabplugin, 3)]] 48 49 [log:tractabplugin See more] 49 50 50 51 == Author/Contributors