Changes between Version 2 and Version 3 of DefaultColsPlugin


Ignore:
Timestamp:
Feb 27, 2012, 11:42:07 AM (12 years ago)
Author:
HumanInternals
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DefaultColsPlugin

    v2 v3  
    55== Description ==
    66
    7 Adds an `default_cols` option to set the columns to display be default on query pages.
     7A tiny plugin to add an `default_cols` option to set the columns to display be default on query pages. This is very hacky (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 ==
     
    2020
    2121== Installation ==
     22
    2223- `cd /path/to/plugins/directory; wget https://raw.github.com/gist/1923150/defaultcols.py`
    2324- Add `defaultcols.* = enabled` to trac.ini [components] section (or enable via the web admin)