You can put something like this in your trac ini file to build up a query on the fly:
[mainnav] tickets.href = /query?priority=blocker See documentation here: http://trac.edgewall.org/wiki/TracNavigation. The example given is for reports, but the above also works. Regards, Robin On 24 June 2013 15:56, Mike Dewhirst <[email protected]> wrote: > How can I adjust the default query (not report) which runs when *anyone* > clicks the View Tickets link? > > I have tried a few things and discovered a number of Trac tickets > discussing this but nothing definitive. > > Is it possible to tweak the default? > > I'm running Trac 1.01 with Python 2.7 on Ubuntu 12.04 with the report > module disabled. > > Thanks > > Mike > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > trac-users+unsubscribe@**googlegroups.com<trac-users%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/trac-users<http://groups.google.com/group/trac-users> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
