[Buildbot-commits] buildbot ChangeLog,1.597,1.598
Brian Warner
warner at users.sourceforge.net
Mon Apr 24 07:47:04 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3497
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-508
Creator: Brian Warner <warner at lothar.com>
CSS cleanup: implement the acceptable parts of SF#1461675
* buildbot/status/html.py (StatusResourceBuild.body): replace the
bare buildbotURL/projectName line with a proper DIV, along with a
CSS class of "title", from Stefan Seefeld (SF#1461675).
(WaterfallStatusResource.body0): remove the redundant 'table'
class from the table
(WaterfallStatusResource.body): same. Also add class="LastBuild"
to the top-row TR, and class="Activity" to the second-row TR,
rather than putting them in the individual TD nodes.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -d -r1.597 -r1.598
--- ChangeLog 24 Apr 2006 06:45:37 -0000 1.597
+++ ChangeLog 24 Apr 2006 07:47:02 -0000 1.598
@@ -1,5 +1,14 @@
2006-04-23 Brian Warner <warner at lothar.com>
+ * buildbot/status/html.py (StatusResourceBuild.body): replace the
+ bare buildbotURL/projectName line with a proper DIV, along with a
+ CSS class of "title", from Stefan Seefeld (SF#1461675).
+ (WaterfallStatusResource.body0): remove the redundant 'table'
+ class from the table
+ (WaterfallStatusResource.body): same. Also add class="LastBuild"
+ to the top-row TR, and class="Activity" to the second-row TR,
+ rather than putting them in the individual TD nodes.
+
* buildbot/test/test_vc.py (VCBase.checkGotRevision): test
'got_revision' build property for all VC systems that implement
accurate ones: SVN, Darcs, Arch, Bazaar, Mercurial.
More information about the Commits
mailing list