Changes between Version 55 and Version 56 of ViewTickets


Ignore:
Timestamp:
2009-12-21T00:17:25Z (14 years ago)
Author:
davidsarah
Comment:

try to fix issue with review query matching reviewed

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v55 v56  
    2727= Special Tickets =
    2828
    29  * [query:status!=closed&keywords~=review&keywords!~=reviewed review] ([[TicketQuery(status!=closed&keywords~=review&keywords!~=reviewed, count)]]): tickets with a patch waiting for review
     29 * [query:status!=closed&order=priority&keywords~=review+&keywords=$review review] ([[TicketQuery(status!=closed&order=priority&keywords~=review+&keywords=$review, 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