I am currently adding some functionality to allow file uploads from the new ticket page. To do this I modified _do_create in /trac/ticket/ web_ui.py I want to package my changes as a plugin but am not sure of the best way to do this.
My two thoughts right now are to experiment with moving my changes into apply_action_side_effects in trac.ticket.api.ITicketChangeListener or to disable the build-in ticket component and include my changes with my custom ticket component. Is there anyone that can offer some advice on how to best approach this problem. Thanks -- 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.
