From 7b0ead3b21fdef3c62b4b5be3dcbe28c1532a822 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Sat, 19 Dec 2009 14:38:15 +0000 Subject: [PATCH] fix missing keyword ("reviewed") and set "process" keywords ("review" and "reviewed") apart from "content" keywords [Imported from Trac: page ViewTickets, version 51] --- ViewTickets.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ViewTickets.md b/ViewTickets.md index 49aeba2..72509e9 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -24,6 +24,11 @@ * [unknown]query:component=unknown&status!=closed ([count)](TicketQuery)(component=unknown&status!=closed,) See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each component means. +# Tickets For Review + + * [review]query:status!=closed&keywords~=review ([count)](TicketQuery)(status!=closed&keywords~=review,): tickets with a patch waiting for review + * [reviewed]query:status!=closed&keywords~=reviewed ([count)](TicketQuery)(status!=closed&keywords~=reviewed,): tickets with a patch reviewed and waiting to be committed + # Keywords (Each keyword links to all of the **open** tickets mentioning that keyword. Some of the keywords are new, and existing tickets may not have been changed to use them.) @@ -46,7 +51,6 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each * [memory]query:status!=closed&keywords~=memory ([count)](TicketQuery)(status!=closed&keywords~=memory,): an opportunity to improve memory usage (should usually also be tagged as 'performance') * [newcaps]query:status!=closed&keywords~=newcaps ([count)](TicketQuery)(status!=closed&keywords~=newcaps,): relevant to [NewCapDesign](NewCapDesign) * [easy]query:status!=closed&keywords~=easy ([count)](TicketQuery)(status!=closed&keywords~=easy,): this issue represents some low-hanging (coding) fruit - * [review or reviewed]query:status!=closed&keywords~=review ([count)](TicketQuery)(status!=closed&keywords~=review,): tickets with a patch waiting for review, or reviewed and waiting to be committed Combined queries: * [tickets tagged 'integrity', 'confidentiality', 'privacy' or 'security']query:status!=closed&keywords~=integrity|confidentiality|privacy|security ([confidentiality|privacy|security, count)](TicketQuery)(status!=closed&keywords~=integrity)