Hi DeyV, to run this plugin, follow this steps: 1. copy it in the plugins directory of your trac installation the controller class http://trac.edgewall.org/browser/trunk/sample-plugins/workflow/CodeReview.py
And then start editting the trac.ini file 2. enable this plugin class .... [components] .... codereview.CodeReviewActionController = enabled ... 3. add the this class the the workflow controllers list: .... [ticket] .... workflow = ConfigurableTicketWorkflow,CodeReviewActionController .... 4. add a code review action in the workflow section of the ini file I didn't understand exactlly in which status or statuses of the ticket you what to have this action so I can't write this configuration. Give more details please. You can take a look at the http://trac.edgewall.org/browser/trunk/sample-plugins/workflow/enterprise-review-workflow.ini in which this code review feature is used, to get some ideas. On Fri, Feb 22, 2008 at 3:29 PM, DeyV <[EMAIL PROTECTED]> wrote: > > I'd like add to Trac ticet option: Fixed-toReview > > After that: > - Ticet status: Open, ToReview > - Owner: Autor, or Previus Owner > > Maybe > http://trac.edgewall.org/browser/trunk/sample-plugins/workflow/CodeReview.py > can do something like that, but I don't know how run this plugin. > > What can I do? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
