On 3/22/13, comadreha <[email protected]> wrote: > > > Hi! >
:) > I have a trac system that is connected to a local oracle db (for > authorization purposes). More specifically, the connection with the local > oracle db is achieved using a python plugin (it is a .py code inside the > plugin folder). I would like to add an additional functionality to the > ticketing system, to automatically query the local oracle db for obtaining > additional information for the ticket sender (until now only the sender's > trac username is visible). In addition, i have created a python function, > which takes a trac username as an input and returns additional information > for the ticket sender by querying the local oracle database. However, how > can i embed this function to the trac system ? > There are two ways : ITicketChangeListener and ITicketManipulator the differences between them mostly resides on whether you'd like to veto ticket edit based on your data et al. (ITicketManipulator) or not (ITicketChangeListener) > Thanks in advance! > hope that helps . -- Regards, Olemis. Apache⢠Bloodhound contributor http://issues.apache.org/bloodhound Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
