HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/plain; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 00:53:52 GMT Content-length: 662 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) -- ## 1: Active Tickets ## -- -- -- * List all active tickets by TT#. -- * Color each row based on type. SELECT --CASE t.type --WHEN 'bug' THEN 1 --WHEN 'patch' THEN 1 --WHEN 'cage' THEN 2 --WHEN 'todo' THEN 3 --WHEN 'RFC' THEN 4 --WHEN 'feature' THEN 5 --END AS __color__, id AS ticket, summary, component, priority, version, milestone, t.type AS type, owner, status, time AS created, changetime AS _changetime, description AS _description, reporter AS _reporter FROM ticket t LEFT JOIN enum p ON p.name = t.type WHERE status <> 'closed' and t.type != 'experimental' ORDER BY id DESC ription>