From 5e3589f4d8ff1c0d3b3d31a28257046654b71742 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Thu, 14 Oct 2010 04:05:53 +0000 Subject: [PATCH] add ?max=1000 to the logged-in queries [Imported from Trac: page ViewTickets, version 151] --- ViewTickets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ViewTickets.md b/ViewTickets.md index 3f68880..53ffe2c 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -6,8 +6,8 @@ * [regression]query:status!=closed&keywords~=regression ([count)](TicketQuery)(status!=closed&keywords~=regression,): regressions relative to a previous release, or previous state of the development infrastructure * [unfinished-business]query:status!=closed&keywords~=unfinished-business ([count)](TicketQuery)(status!=closed&keywords~=unfinished-business,): unfinished business from a previous change (but not strictly a regression) * [all open tickets, most recent first]query:status!=closed&keywords~=&owner~=&reporter~=&desc=1&order=id&col=summary&col=keywords&col=status&col=owner&col=reporter&col=priority&col=type&col=milestone ([count)](TicketQuery)(status!=closed,) - * [tickets owned by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/query) - * [tickets reported by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/report/27) + * [tickets owned by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/query?max=1000) + * [tickets reported by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/report/27?max=1000) * [gsoc]query:status!=closed&keywords~=gsoc ([count)](TicketQuery)(status!=closed&keywords~=gsoc,): could be part of a suitable Google Summer of Code project # Keywords