Hey

My company is looking to extend Trac in order to allow us to specify certain comments as being public or private (depending on whether we go with blacklist or whitelist approach).

I would assume that the best way to go about this would be to create a plugin implementing the ITicketChangeListener interface. (If not, what would?)

Ideally there would be some sort of checkbox that we could just tick to indicate public/private, which would then be stored in the db. However, I'm not entirely sure how to go about this - I'm assuming the ticket_change table would be the most appropriate to store the data in, but I'm slightly worried that Trac will interpret that as being a change to a ticket, and not associated with an individual comment.

Could someone point me in the direction of a possible solution? i.e. Are my fears unfounded, and should I just go code something up, or will this require a little more work to implement on the level of an individual comment.

Thanks
- Josh

--
You received this message because you are subscribed to the Google Groups "Trac 
Development" 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-dev?hl=en.

Reply via email to