Changes between Version 51 and Version 52 of ViewTickets
- Timestamp:
- 2009-12-19T14:43:24Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViewTickets
v51 v52 25 25 See ComponentDefinitions for an explanation of what each component means. 26 26 27 = Tickets For Review=27 = Special Tickets = 28 28 29 29 * [query:status!=closed&keywords~=review review] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review 30 30 * [query:status!=closed&keywords~=reviewed reviewed] ([[TicketQuery(status!=closed&keywords~=reviewed, count)]]): tickets with a patch reviewed and waiting to be committed 31 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit 31 32 32 33 = Keywords = … … 51 52 * [query:status!=closed&keywords~=memory memory] ([[TicketQuery(status!=closed&keywords~=memory, count)]]): an opportunity to improve memory usage (should usually also be tagged as 'performance') 52 53 * [query:status!=closed&keywords~=newcaps newcaps] ([[TicketQuery(status!=closed&keywords~=newcaps, count)]]): relevant to NewCapDesign 53 * [query:status!=closed&keywords~= easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit54 * [query:status!=closed&keywords~=firewall firewall] ([[TicketQuery(status!=closed&keywords~=firewall, count)]]): relevant to firewall and NAT issues 54 55 55 56 Combined queries: