Changes between Version 188 and Version 189 of ViewTickets


Ignore:
Timestamp:
2012-02-17T16:49:06Z (13 years ago)
Author:
zooko
Comment:

relativize links

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v188 v189  
    1 [http://tahoe-lafs.org/trac/tahoe-lafs/query Custom Query]
     1[/query Custom Query]
    22
    33= Special Tickets =
     
    1111 * [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&col=changetime all open tickets, most recent first] ([[TicketQuery(status!=closed, count)]]) or [query:status!=closed&keywords~=&owner~=&reporter~=&desc=1&order=changetime&col=summary&col=keywords&col=status&col=owner&col=reporter&col=priority&col=type&col=milestone&col=changetime most recently changed first]
    1212 * [query:status=closed&keywords~=&owner~=&reporter~=&desc=1&order=changetime&col=summary&col=keywords&col=resolution&col=reporter&col=priority&col=type&col=milestone&col=changetime all closed tickets, most recently changed first] ([[TicketQuery(status=closed, count)]])
    13  * [http://tahoe-lafs.org/trac/tahoe-lafs/query?status!=closed&group=milestone&max=1000&col=summary&col=keywords&col=reporter&col=type&col=priority&col=milestone&col=time&col=changetime open tickets owned by you (if logged in)]
    14  * [http://tahoe-lafs.org/trac/tahoe-lafs/report/27?max=1000 open tickets reported by you (if logged in)]
     13 * [query:status!=closed&group=milestone&max=1000&col=summary&col=keywords&col=reporter&col=type&col=priority&col=milestone&col=time&col=changetime open tickets owned by you (if logged in)]
     14 * [/report/27?max=1000 open tickets reported by you (if logged in)]
    1515{{{#!comment
    1616 * [query:status!=closed&keywords~=gsoc gsoc] ([[TicketQuery(status!=closed&keywords~=gsoc, count)]]): could be part of a suitable Google Summer of Code project
     
    195195See ComponentDefinitions for an explanation of what each component means.
    196196
    197 = The Standard Trac Tickets Page =
    198  * http://tahoe-lafs.org/trac/tahoe/report
     197[/report The Standard Trac Tickets Page]