Changes between Version 9 and Version 10 of AutoQueryPlugin


Ignore:
Timestamp:
Aug 3, 2008, 10:22:00 PM (16 years ago)
Author:
Jeff Hammel
Comment:

list .ini file options; comment about going in trac core

Legend:

Unmodified
Added
Removed
Modified
  • AutoQueryPlugin

    v9 v10  
    1414
    1515This plugin overrides the ticket.html template to do this.  Ideally, this wouldn't have to be done, but it was the easiest solution to the problem.
     16
     17== Configuration Options ==
     18
     19The AutoQueryPlugin supports two options in the {{{[Autoquery]}}} section of the trac.ini file (also configurable with the IniAdminPlugin).  The relevant section with the option defaults would look like this:
     20
     21{{{
     22[autoquery]
     23query_args = &order=priority
     24excluded_fields = estimatedhours, hours, totalhours
     25}}}
     26
     27These options are as follows:
     28
     29 * {{{query_args}}}: additional argument string to append to the query url (''in the event the patch from #3226 is included in trac core, this string will be taken from the {{{default_anonymous_query}}} option in {{{[query]}}}'')
     30 * {{{excluded_fields}}}: fields not to mark as links using;  the defaults are to prevent conflicts with the TimingAndEstimationPlugin, which alters these fields with javascript
    1631
    1732== Bugs/Feature Requests ==
     
    3449[[Image(autoquery.png)]]
    3550
     51
    3652== Recent Changes ==
     53
     54''this plugin may become a patch to trac core.  see #3226 for the patch and discussion''
    3755
    3856[[ChangeLog(autoqueryplugin, 3)]]