This is something that needs development work from the knowledge I
have. I think this is actually a crucial part of the plugin, for
visibility reasons. You can raise a request for this, and hopefully it
can be scheduled in at some point, as it is something that I would
like as well.
On 29 May, 23:04, Ian Jones <shrt...@gmail.com> wrote:
Just to further this from this Morning, Seb has looked into this, and
currently he has it so we can turn the Code Review Timeline on or off.
All that is needed now is to actually implement what we want to go
into the Time Line, so hopefully we can get this working soon in the
toddler version of the plugin.
We have just had a discussion, and one of the things we may want to do
is use the Ticket infrastructure that is already there and use that as
the main area to hold code reviews. This would then also automatically
link into the timeline.
Anway for now, we simply want to get the time line aspect up and
running.
Ian Jones wrote:
> I don't see code reviews in the timeline. Did I miss something during
> install or is this a feature in need of request/development?
Great news. I also started to look at implementing it against the toddler branch last night. Sounds like Seb and myself are in about the same spot. I've got a working timeline filter. I'm new to developing plugins for trac but if you need any help let me know.
> Just to further this from this Morning, Seb has looked into this, and > currently he has it so we can turn the Code Review Timeline on or off. > All that is needed now is to actually implement what we want to go > into the Time Line, so hopefully we can get this working soon in the > toddler version of the plugin.
> We have just had a discussion, and one of the things we may want to do > is use the Ticket infrastructure that is already there and use that as > the main area to hold code reviews. This would then also automatically > link into the timeline.
> Anway for now, we simply want to get the time line aspect up and > running.
On Fri, May 30, 2008 at 4:39 PM, Ian Jones <shrt...@gmail.com> wrote:
> Great news. I also started to look at implementing it against the > toddler branch last night. Sounds like Seb and myself are in about the > same spot. I've got a working timeline filter. I'm new to developing > plugins for trac but if you need any help let me know.
> Ian
In intrigued me so much that I've actually added support for it in 2.1-toddler. It seems to be quite stable, but I haven't tested it too much. Support is pretty basic, mainly because of poor plugin backend. All that we can get out of it is when the code review was raised, by who, and display some additional details; notes, reviewers and linking it with the original review.
Unfortunately there is no history of changes made to a code review so we can't fully track its lifetime. But that's gonna change for sure in version 3.0.
On Fri, May 30, 2008 at 2:01 PM, Sebastian Marek <proo...@gmail.com> wrote: > Hi Ian,
> On Fri, May 30, 2008 at 4:39 PM, Ian Jones <shrt...@gmail.com> wrote:
>> Great news. I also started to look at implementing it against the >> toddler branch last night. Sounds like Seb and myself are in about the >> same spot. I've got a working timeline filter. I'm new to developing >> plugins for trac but if you need any help let me know.
>> Ian
> In intrigued me so much that I've actually added support for it in > 2.1-toddler. It seems to be quite stable, but I haven't tested it too much. > Support is pretty basic, mainly because of poor plugin backend. All that we > can get out of it is when the code review was raised, by who, and display > some additional details; notes, reviewers and linking it with the original > review.
> Unfortunately there is no history of changes made to a code review so we > can't fully track its lifetime. But that's gonna change for sure in version > 3.0.