Changes between Version 1 and Version 2 of TracFlexibleQueryUiPlugin


Ignore:
Timestamp:
May 6, 2017, 3:37:29 PM (7 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFlexibleQueryUiPlugin

    v1 v2  
    1 [[PageOutline(2-5,Contents,pullout)]]
     1 [[PageOutline(2-5,Contents,pullout)]]
    22
    33= Make columns in custom query sortable and able to add and remove columns without submitting form
     
    99 - Make columns in custom query sortable.
    1010 - Make able to add and remove columns in custom query without submitting form.
    11 
    1211
    1312== !Bugs/Feature Requests
     
    3130== Installation
    3231
     32 1. Install the plugin:
     33{{{#!sh
     34$ pip install svn+https://trac-hacks.org/svn/tracflexiblequeryuiplugin/1.0
     35}}}
     36    or
     37{{{#!sh
     38$ easy_install https://trac-hacks.org/svn/tracflexiblequeryuiplugin/1.0
     39}}}
     40 2. Enable the plugin in your `trac.ini` file:
     41 {{{#!ini
     42[components]
     43tracflexiblequeryui.* = enabled
     44}}}
     45
    3346General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3447