add 'news-needed' query

[Imported from Trac: page ViewTickets, version 153]
davidsarah 2010-10-29 19:48:54 +00:00
parent 9772d5ad81
commit 941cf408b9

@ -2,6 +2,7 @@
* [review-needed]query:keywords~=review-needed&status=!closed&group=milestone ([count)](TicketQuery)(keywords~=review-needed&status=!closed,): tickets with a patch that wants to be reviewed (see [PatchReviewProcess](PatchReviewProcess)) * [review-needed]query:keywords~=review-needed&status=!closed&group=milestone ([count)](TicketQuery)(keywords~=review-needed&status=!closed,): tickets with a patch that wants to be reviewed (see [PatchReviewProcess](PatchReviewProcess))
* [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
* [news-needed]query:keywords~=news-needed&status=!closed&group=milestone ([count)](TicketQuery)(keywords~=news-needed&status=!closed,): tickets for which a source:NEWS entry is needed
* [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 release, or previous state of the development infrastructure * [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) * [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)