Changes between Version 8 and Version 9 of DefaultColsPlugin


Ignore:
Timestamp:
Dec 1, 2015, 9:23:12 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DefaultColsPlugin

    v8 v9  
    55== Description
    66
    7 A tiny plugin to add an `default_cols` option to set the columns to display be default on query pages. This is bad coding practices, 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].
     7This is a plugin to add an `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].
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=DefaultColsPlugin&owner=shesek new ticket].
     15[/newticket?component=DefaultColsPlugin new ticket].
     16
     17[[TicketQuery(component=DefaultColsPlugin&group=type,format=progress)]]
    1618
    1719== Source
     
    2123== Installation
    2224
    23  * `cd /path/to/plugins/directory; wget https://raw.github.com/gist/1923150/defaultcols.py`
    24  * Add `defaultcols.* = enabled` to trac.ini [components] section (or enable via the web admin)
     25 * Run `cd /path/to/plugins/directory; wget https://raw.github.com/gist/1923150/defaultcols.py`
     26 * Add `defaultcols.* = enabled` to trac.ini [components] section or enable via the web admin.
    2527 * Add `default_cols = list, of, fields` to trac.ini [query] section
    2628
    2729== Example
    2830
    29 {{{
    30 #!ini
     31{{{#!ini
    3132[query]
    3233default_cols = type, status, sprint, milestone, priority, summary, owner, estimatedhours