Changes between Version 50 and Version 51 of ViewTickets


Ignore:
Timestamp:
2009-12-19T14:38:15Z (14 years ago)
Author:
zooko
Comment:

fix missing keyword ("reviewed") and set "process" keywords ("review" and "reviewed") apart from "content" keywords

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v50 v51  
    2525See ComponentDefinitions for an explanation of what each component means.
    2626
     27= Tickets For Review =
     28
     29 * [query:status!=closed&keywords~=review review] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review
     30 * [query:status!=closed&keywords~=reviewed reviewed] ([[TicketQuery(status!=closed&keywords~=reviewed, count)]]): tickets with a patch reviewed and waiting to be committed
     31
    2732= Keywords =
    2833
     
    4752 * [query:status!=closed&keywords~=newcaps newcaps] ([[TicketQuery(status!=closed&keywords~=newcaps, count)]]): relevant to NewCapDesign
    4853 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit
    49  * [query:status!=closed&keywords~=review review or reviewed] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review, or reviewed and waiting to be committed
    5054
    5155Combined queries: