Modify ↓
#12036 closed enhancement (fixed)
Override main navigation link name
Reported by: | Shawn Baker | Owned by: | roadrunner |
---|---|---|---|
Priority: | normal | Component: | HudsonTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
The HudsonTrac plugin currently uses 'Builds' in the main navigation bar for display.
It would be nice if the user could customize this for their system.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | HudsonTracPatch_Ticket12036_1.patch added |
---|
comment:3 Changed 10 years ago by
The navigation item can be overridden now by configuring the [mainnav]
section of trac.ini (see TracNavigation for details). Here is the specific recipe:
[mainnav] builds.label = Continuous Integration
The [hudson]
display_in_new_tab
setting will not be effective once the navigation item is renamed, however that's a defect that I intend to fix. See trac:#11819.
print
statement from [14252] removed in [14253]. Sorry for the sloppiness.
Note: See
TracTickets for help on using
tickets.
Working patch for the enhancement, uses 'mainnav_label' in the trac.ini for the main navigation display name.