exclude reviewed tickets from 'review' query

[Imported from Trac: page ViewTickets, version 55]
davidsarah 2009-12-20 23:58:10 +00:00
parent 60c2050378
commit da1ef34517

@ -26,7 +26,7 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each
# Special Tickets # Special Tickets
* [review]query:status!=closed&keywords~=review ([count)](TicketQuery)(status!=closed&keywords~=review,): tickets with a patch waiting for review * [review]query:status!=closed&keywords~=review&keywords!~=reviewed ([count)](TicketQuery)(status!=closed&keywords~=review&keywords!~=reviewed,): 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