Changes between Version 9 and Version 10 of DefaultColsPlugin


Ignore:
Timestamp:
Feb 2, 2016, 11:01:49 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DefaultColsPlugin

    v9 v10  
    55== Description
    66
    7 This 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].
     7This 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].
    88
    99== Bugs/Feature Requests
     
    2323== Installation
    2424
    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.
    27  * Add `default_cols = list, of, fields` to trac.ini [query] section
     25 * Run `cd /path/to/plugins/directory; wget https://raw.github.com/gist/1923150/defaultcols.py`.
     26 * Add `defaultcols.* = enabled` to your trac.ini file's [components] section or enable the plugin via the web admin.
     27 * Add `default_cols = list, of, fields` to trac.ini [query] section.
    2828
    2929== Example