> On 7/7/2010 3:35 AM, mark ardiente wrote: > > > You can build your own plugin. > > There's already a > trac.ticket.api.IMilestoneChangeListener that you can extend. > > -----Original Message----- > From: [email protected] On Behalf Of Christian Boos > Sent: 07 July 2010 06:11 > To: [email protected] > Subject: Re: [Trac] Change tracking of milestone edits > > This interface is more suited for one time notifications, as > changes happen. > You won't be able to use this for populating the timeline, > unless you somehow record the changes... at which point > you've started to implement #3776. As such, a patch to Trac > would be more appropriate than a plugin. > > -- Christian > Could you not use the listener api to auto-update a milestone related wiki page (which would also be versioned so you could track the changes regardless of what text you add to the page)...
~ mark c -- You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en.
