Hi,

I'm not sure what you mean by this. Permissions are already creatable by
any Trac plugin, using the IPermissionRequestor interface. See the Trac
source for details.
So by implementing IPermissionRequestor I will get extra permissions in trac-admin?

This is already possible using the filter_ticket_fields() and
update_ticket_fields() methods of the ITicketWorkflow interface
Ok, great

Sure, it's "documented" here:

   http://projects.edgewall.com/trac/wiki/WorkFlow#PlugabbleWorkflow

The default implementation is here:

   
http://projects.edgewall.com/trac/browser/sandbox/workflow/trac/ticket/api.py#L49

Remember though, the API could easily change completey, so use it at
your own risk :)

Alec

Thanks!
Is this expected to go into the trunk soon?
And also, suppose I do use it and the API changes, and even the db schema is broken, I would have to convert things on my own right? Or an update script will be provided?

Thanks,
Idan.
_______________________________________________
Trac-dev mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to