id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11377 Extension point interface for ticket's comment t2y Jun Omae "I'm testing a full-text search plugin for trac now. I found ITicketChangeListener doesn't handle when I edit a ticket's comment, because ticket.modify_comment() method has no extension point. It means there is no way to update the index for full-text search when a comment is edited. I need a new extension point interface for ticket's comment." enhancement closed normal 1.0.2 ticket system 1.0-stable normal fixed Jun Omae olemis+trac@… Ryan J Ollos Add `ticket_comment_modified` and `ticket_change_deleted` methods to `ITicketChangeListener` interface.