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

[Imported from Trac: page ViewTickets, version 51]
zooko 2009-12-19 14:38:15 +00:00
parent 188408b4a0
commit 7b0ead3b21

@ -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)