Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11199 closed enhancement (fixed)

Reduce code complexity by eliminating the `roadmap_navigation` option

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: ExtendedVersionPlugin
Severity: normal Keywords:
Cc: AlexK Trac Release:

Description

Rather than using the roadmap_navigation option, we can just check whether trac.ticket.roadmap is enabled. The behavior when trac.ticket.roadmap is disabled will be equivalent to roadmap_navigation = true.

Attachments (0)

Change History (3)

comment:1 Changed 11 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

In 13314:

Eliminate roadmap_navigation option and simplify code (Fixes #11199).

The equivalent of roadmap_navigation = true can now be obtained by setting [components] trac.ticket.roadmap.RoadmapModule = disabled.

comment:2 Changed 11 years ago by Ryan J Ollos

In 13315:

Refactor by renaming variables (Refs #11199).

comment:3 Changed 11 years ago by Ryan J Ollos

Documentation has been updated.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.