From 85758e0ca970467d3a64b49fdeb8bce81c2c92f8 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sat, 16 Jan 2010 00:36:13 +0000 Subject: [PATCH] most recent first [Imported from Trac: page ViewTickets, version 68] --- ViewTickets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ViewTickets.md b/ViewTickets.md index 65a2db4..e544a57 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -29,6 +29,7 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each * [review-needed]query:status!=closed&keywords~=review-needed ([count)](TicketQuery)(status!=closed&keywords~=review-needed,): tickets with a patch waiting for review * [reviewed]query:status!=closed&keywords~=reviewed ([count)](TicketQuery)(status!=closed&keywords~=reviewed,): tickets with a patch reviewed and waiting to be committed * [easy]query:status!=closed&keywords~=easy ([count)](TicketQuery)(status!=closed&keywords~=easy,): this issue represents some low-hanging (coding) fruit + * [all open tickets, most recent first]query:status!=closed&desc=1&order=id ([count)](TicketQuery)(status!=closed,) # Keywords