Changes between Version 16 and Version 17 of ExtendedVersionPlugin


Ignore:
Timestamp:
Jul 2, 2013, 10:55:54 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Refs #11199.

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedVersionPlugin

    v16 v17  
    6464
    6565The ExtendedVersionPlugin has several configuration options available in the `[extended_version]` section of TracIni. The default values are:
    66 {{{
    67 #!ini
     66{{{#!ini
    6867[extended_version]
    69 # whether to replace the roadmap navigation link or add a versions navigation link
    70 roadmap_navigation = false
    7168# component to use to provide group ticket statistics for versions
    7269version_stats_provider = DefaultTicketGroupStatsProvider
     
    7875
    7976The default configuration adds a `Versions` item to the main navigation bar. To instead change the `Roadmap` item to link to the versions page, set the `roadmap_navigation` to `true`.
     77
     78The `roadmap_navigation` option has been removed in r13314. The equivalent of `roadmap_navigation = true` can be obtained by setting `trac.ticket.roadmap.RoadmapModule = disabled`. Prior to r13314, the following option is available:
     79{{{#!ini
     80# whether to replace the roadmap navigation link or add a versions navigation link
     81roadmap_navigation = false
     82}}}
    8083
    8184== Recent Changes ==