Changes between Version 68 and Version 69 of ViewTickets


Ignore:
Timestamp:
2010-01-16T00:40:13Z (15 years ago)
Author:
davidsarah
Comment:

add keywords column to 'most recent first' query

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v68 v69  
    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
    32  * [query:status!=closed&desc=1&order=id all open tickets, most recent first] ([[TicketQuery(status!=closed, count)]])
     32 * [query:status!=closed&desc=1&order=id&col=summary&col=keywords&col=status&col=owner&col=type&col=priority all open tickets, most recent first] ([[TicketQuery(status!=closed, count)]])
    3333
    3434= Keywords =