= Testing Workflow = == Description == A simple enhancement to the standard 0.11 workflow, which adds a testing stage once a ticket is resolved but before it is closed. Closing tickets requires the TICKET_ADMIN permission. [[Image(testing.png)]] == Bugs/Feature Requests == Existing bugs and feature requests for '''!TestingWorkflow''' are [query:?status=new&status=assigned&status=reopened&group=&component=TestingWorkflow&order=priority here]. If you have any issues, create a [/newticket?component=TestingWorkflow&owner=Floppy new ticket]. == Download and Source == Download the [download:testingworkflow zipped source], check out [/svn/testingworkflow using Subversion], or [source:testingworkflow browse the source] with Trac. == Installation == Simply include the file testing.ini in your trac.ini, like so: {{{ [inherit] file = testing.ini }}} Make sure you remove the [ticket-workflow] section from your trac.ini, otherwise it will override the version in testing.ini. You may also want to add the following style to your site CSS in order to highlight tickets that are in testing on the roadmap. {{{ table.progress td.testing { background: #bacee0 } }}} == Recent Changes == [[ChangeLog(testingworkflow, 3)]] == Author/Contributors == '''Author:''' [wiki:Floppy] [[BR]] '''Contributors:'''