Skip to:
Content

bbPress.org

{27} Commit Candidates by Wranglers

Tickets that have been reviewed by trusted Bug Wranglers and have up-to-date patches and are ready to be considered for inclusion into the bbPress core.

Report execution failed:
OperationalError: ambiguous column name: description

SELECT COUNT(*) FROM (
SELECT p.value AS __color__,
   id AS ticket, summary, component, milestone, t.type AS type, severity, time AS created,
   changetime, description AS _description,
   reporter AS _reporter
  FROM ticket t,enum p
  WHERE status <> 'closed' AND p.name=t.priority AND p.type='priority'
AND t.keywords LIKE '%%commit%%'
AND t.owner IN (
'johnjamesjacoby',
'GautamGupta',
'markjaquith',
'mdawaffe',
'ryan',
'matt',
'skeltoac',
'westi',
'azaozz',
'nbachiyski',
'nacin'
)
  ORDER BY p.value, severity, time
) AS tab
Note: See TracReports for help on using and creating reports.