Looks good. I've created a real project, added a README/LICENSE, and merged your changes. See: https://launchpad.net/tcwg-web
There was a funny render difference between Firefox and Chromium - revisions with no bugs lead to a rowspan of zero which Firefox doesn't like. I also pulled some common code out into a function and used the built-in variable 'loop'. 'loop' is quite nice as it provides values like .index, .first, .odd, and so on based on your position in the loop.
-- Michael
On Fri, Sep 3, 2010 at 11:02 PM, Andrew Stubbs ams@codesourcery.com wrote:
Hi Michael,
I've been playing with you patch tracker, and come up with this:
https://code.launchpad.net/~ams-codesourcery/+junk/tcwg-web
I don't seem to be able to propose an official merge request to your branch, but it's just a quick implementation anyway, and could probably be cleaned up.
The patch renders each ticket in it's own row (without changing the way the first two columns are rendered). This means they can have their own colour and we can maybe see better what status goes with what bug.
To see an example of what it does, see revision 4.4:93544
Andrew