Changes between Version 54 and Version 55 of ViewTickets


Ignore:
Timestamp:
2009-12-20T23:58:10Z (15 years ago)
Author:
davidsarah
Comment:

exclude reviewed tickets from 'review' query

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v54 v55  
    2727= Special Tickets =
    2828
    29  * [query:status!=closed&keywords~=review review] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review
     29 * [query:status!=closed&keywords~=review&keywords!~=reviewed review] ([[TicketQuery(status!=closed&keywords~=review&keywords!~=reviewed, count)]]): tickets with a patch waiting for review
    3030 * [query:status!=closed&keywords~=reviewed reviewed] ([[TicketQuery(status!=closed&keywords~=reviewed, count)]]): tickets with a patch reviewed and waiting to be committed
    3131 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit