remove 'closed' filter from review-needed query

[Imported from Trac: page ViewTickets, version 80]
davidsarah 2010-01-29 20:49:54 +00:00
parent 0b9d3ad5a0
commit 73e913c48b

@ -26,7 +26,7 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each
# Special Tickets # Special Tickets
* [review-needed]query:status!=closed&keywords~=review-needed ([count)](TicketQuery)(status!=closed&keywords~=review-needed,): tickets with a patch waiting for review * [review-needed]query:keywords~=review-needed ([count)](TicketQuery)(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 * [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 * [easy]query:status!=closed&keywords~=easy ([count)](TicketQuery)(status!=closed&keywords~=easy,): this issue represents some low-hanging (coding) fruit
* [regression]query:status!=closed&keywords~=regression ([count)](TicketQuery)(status!=closed&keywords~=regression,): regressions relative to a previous version of Tahoe * [regression]query:status!=closed&keywords~=regression ([count)](TicketQuery)(status!=closed&keywords~=regression,): regressions relative to a previous version of Tahoe