Changes between Version 3 and Version 4 of DefaultColsPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DefaultColsPlugin

    v3 v4  
    2121== Installation ==
    2222
    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 - Add `default_cols = list, of, fields` to trac.ini [query] section
     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* Add `default_cols = list, of, fields` to trac.ini [query] section
    2626
    2727== Example ==