Changes between Version 7 and Version 8 of DefaultColsPlugin


Ignore:
Timestamp:
Mar 19, 2015, 11:12:28 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • DefaultColsPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Default query columns =
     3= Default query columns
    44
    5 == Description ==
     5== 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 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].
     7A 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].
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    1111Existing bugs and feature requests for DefaultColsPlugin are
     
    1515[http://trac-hacks.org/newticket?component=DefaultColsPlugin&owner=shesek new ticket].
    1616
    17 == Source ==
     17== Source
    1818
    1919Source is hosted on Github as a Gist repository, at https://gist.github.com/1923150.
    2020
    21 == Installation ==
     21== Installation
    2222
    2323 * `cd /path/to/plugins/directory; wget https://raw.github.com/gist/1923150/defaultcols.py`
     
    2525 * Add `default_cols = list, of, fields` to trac.ini [query] section
    2626
    27 == Example ==
     27== Example
    2828
    2929{{{
     
    3333}}}
    3434
    35 == Author/Contributors ==
     35== Author/Contributors
    3636
    3737'''Author:''' [wiki:shesek] [[BR]]
    38 '''Maintainer:''' [wiki:shesek] [[BR]]
     38'''Maintainer:''' [[Maintainer]] [[BR]]
    3939'''Contributors:'''