Opened 16 years ago
Last modified 15 years ago
#364 new enhancement
Would be nice to see more information about the changeset in the Build Configuration status page
Reported by: | François Granade <bitten@…> | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.7 |
Component: | Trac plugin | Version: | dev |
Keywords: | Cc: | ||
Operating System: |
Description
On the build configuration status page for one configuration (e.g. http://bitten.edgewall.org/build/Trac-0.11 ) it would be nice to see more details about each changeset (author, date, comment), like there is in the build status page (e.g. http://bitten.edgewall.org/build ).
For example, when a build is broken, it would make it much easier to track who caused it to break (and why, and when).
I will try to provide a patch for that.
Attachments (2)
Change History (3)
Changed 16 years ago by François Granade <bitten@…>
comment:1 Changed 15 years ago by osimons
Looked at it briefly:
- It a patch for Bitten 0.5.x branch (using Trac 0.10 templates). This branch has not been updated for 3 years, and all development happens in trunk for a future 0.6 version supporting Trac 0.11.
- The unified format you used is non-standard, and it won't be parsed correctly. Bitten does not have much useful developer information, so the best reference is the developer information on the Trac project as we use the same toolset: trac:wiki:TracDev/SubmittingPatches
Thanks for your interest in improving Bitten - and hope you'll return with an updated patch at some stage.
Patch to fix this. The work for on the CSS should probably be improved a little...