Changes between Version 10 and Version 11 of DefaultColsPlugin


Ignore:
Timestamp:
Oct 10, 2016, 6:34:55 PM (8 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • DefaultColsPlugin

    v10 v11  
    66
    77This plugin adds a `default_cols` option to set the columns to display be default on query pages. This is bad coding practice, because it uses `post_process_request` to modify the `col` query string argument, but works. Adding this functionality to core is being worked on at [trac:#10425].
     8
     9A sample configuration in your `trac.ini` file would look as follows:
     10
     11{{{#!ini
     12[query]
     13default_cols = type, status, sprint, milestone, priority, summary, owner, estimatedhours
     14}}}
    815
    916== Bugs/Feature Requests
     
    2734 * Add `default_cols = list, of, fields` to trac.ini [query] section.
    2835
    29 == Example
    30 
    31 {{{#!ini
    32 [query]
    33 default_cols = type, status, sprint, milestone, priority, summary, owner, estimatedhours
    34 }}}
    35 
    3636== Author/Contributors
    3737