How right you are! :)

I started out with a simple macro [[DisplayCheckins(782)]], but that was
far too slow. If trac could somehow be persuaded to keep a cached copy of
{{{svn log --xml}}} in memory, then that structure could be accessed fast
enough to not slow down ticket display.

A variant could be an attachment containing the table in wiki. That will
make it a little more complicated to access, but it won't clobber the
layout and will be easy to update.

The best of all solution was if a short-hand for the changes was available
to use in Wiki. That would be really cool. We are running out of letters,
but something like changes:#783 or ?#783 would be great.

Note: By suggesting that the number comes first the listings in timeline,
log: and such will be easier to read since the cut-off will take out some
text and not the ticket number.

/Philip

> [EMAIL PROTECTED] wrote:
>> I generate a list of associated svn checkins that is added as a comment
>> to
>> the ticket. Please see attachment.
>>
>
> Well, what you would really need here is the "Related Checkins" feature
> (#508),
> as implemented by TracCrossReferences.
> Speaking of it, I really hope that this summer I'll find time to revive it
> and package it as a plugin, once the core changes are in place in 0.11.
>
> -- Christian

_______________________________________________
Trac-dev mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to