Revision 1938ada1
Added by danij about 13 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- web
- plugins
- buildrepository
- buildrepository.php (diff)
- html
- footnotes.html
- streaminfo.html
- buildrepository
- style.css (diff)
- plugins
Homepage|Build Repository: Implemented new designed for build repository index
The single linear list representation for build events used by the older
interface was no longer suitable now that multiple development branches
are being targeted by the autobuilder.
This new interface organises build events within a "build graph" according
to the Doomsday version number in effect on the branch targeted during
the build.
The build graph is aranged such that the horizontal axis denotes Doomsday
version number (ascent rightwards) and the vertical axis denoting time
(descent downward).
Todo: Clean up the implementation