[wp-trac] Re: [WordPress Trac] #9808: Feedback Needed - Trac reports
WordPress Trac
wp-trac at lists.automattic.com
Fri May 15 00:27:30 GMT 2009
#9808: Feedback Needed - Trac reports
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: Denis-de-Bernardy
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: Unassigned
Component: WordPress.org | Version:
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
Comment(by Denis-de-Bernardy):
just for information, the workflow field is defined as follows:
{{{
CASE
WHEN keywords LIKE '%commit%'
THEN 'commit'
WHEN keywords LIKE '%dev_feedback%'
THEN 'dev-feedback'
WHEN keywords LIKE '%2nd_opinion%'
THEN '2nd-opinion'
WHEN keywords LIKE '%tested%'
THEN 'tested'
WHEN keywords LIKE '%needs_testing%'
THEN 'needs-testing'
WHEN keywords LIKE '%has_patch%'
THEN 'has-patch'
WHEN keywords LIKE '%reporter_feedback%'
THEN 'reporter-feedback'
ELSE 'needs-patch'
END as workflow,
}}}
in other words, it's important (applies to devs too) to remove dev-
feedback and 2nd-opinion when such have been added, else they override the
tested keyword. I did this is on purpose, but I can always bump tested
upwards if there is no interest.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9808#comment:22>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list