Changes between Version 102 and Version 103 of ViewTickets
- Timestamp:
- 2010-03-17T00:29:12Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViewTickets
v102 v103 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 31 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit 32 * [query:status!=closed&keywords~=gsoc gsoc] ([[TicketQuery(status!=closed&keywords~=gsoc, count)]]): could be a suitable Google Summer of Code project32 * [query:status!=closed&keywords~=gsoc gsoc] ([[TicketQuery(status!=closed&keywords~=gsoc, count)]]): could be part of a suitable Google Summer of Code project 33 33 * [query:status!=closed&keywords~=regression regression] ([[TicketQuery(status!=closed&keywords~=regression, count)]]): regressions relative to a previous version of Tahoe 34 34 * [query:status!=closed&keywords~=&owner~=&reporter~=&desc=1&order=id&col=summary&col=keywords&col=status&col=owner&col=reporter&col=priority&col=type&col=milestone all open tickets, most recent first] ([[TicketQuery(status!=closed, count)]])