Changes between Initial Version and Version 1 of AutoQueryPlugin


Ignore:
Timestamp:
May 12, 2008, 7:20:42 PM (16 years ago)
Author:
Jeff Hammel
Comment:

New hack AutoQueryPlugin, created by k0s

Legend:

Unmodified
Added
Removed
Modified
  • AutoQueryPlugin

    v1 v1  
     1= AutoQuery displays links to queries in ticket summaries =
     2
     3== Description ==
     4
     5In vanilla trac, the Reporter, Owner, Priority, etc. in the ticket summary are displayed as text.  The AutoQueryPlugin changes these to links to query strings.  For instance, out of the box, clicking on the reporter name will result in a link like:
     6
     7{{{
     8http://127.0.0.1:14828/testproject/query?reporter=k0s&order=priority
     9}}}
     10
     11The end part of the query string ({{{&order=priority}}}) is configurable in the .ini file.
     12
     13The intent of this plugin is to make finding like tickets easier and to take advantage of the fact that these text items aren't links to something interesting and could be.
     14
     15This 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== Bugs/Feature Requests ==
     18
     19Existing bugs and feature requests for AutoQueryPlugin are
     20[report:9?COMPONENT=AutoQueryPlugin here].
     21
     22If you have any issues, create a
     23[http://trac-hacks.org/newticket?component=AutoQueryPlugin&owner=k0s new ticket].
     24
     25== Download ==
     26
     27Download the zipped source from [download:autoqueryplugin here].
     28
     29== Source ==
     30
     31You can check out AutoQueryPlugin from [http://trac-hacks.org/svn/autoqueryplugin here] using Subversion, or [source:autoqueryplugin browse the source] with Trac.
     32
     33== Example ==
     34
     35After installing, usage should be straight forward.  The text fields in the ticket "badge" will become links to queries.
     36
     37== Recent Changes ==
     38
     39[[ChangeLog(autoqueryplugin, 3)]]
     40
     41== Author/Contributors ==
     42
     43'''Author:''' [wiki:k0s] [[BR]]
     44'''Contributors:'''