[Buildbot-commits] buildbot ChangeLog,1.1079,1.1080
Brian Warner
warner at users.sourceforge.net
Thu Jul 24 23:00:50 UTC 2008
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16511
Modified Files:
ChangeLog
Log Message:
[project @ web/build.py: handle property display better for large values, HTML escape them]
Original author: warner at lothar.com
Date: 2008-07-24 22:28:39+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1079
retrieving revision 1.1080
diff -u -d -r1.1079 -r1.1080
--- ChangeLog 24 Jul 2008 22:16:34 -0000 1.1079
+++ ChangeLog 24 Jul 2008 23:00:48 -0000 1.1080
@@ -1,5 +1,11 @@
2008-07-24 Brian Warner <warner at lothar.com>
+ * buildbot/status/web/build.py (StatusResourceBuild.body): don't
+ show more than 500 characters of a property value, since the
+ got_revision property for Darcs checkouts can be 10kB or more.
+ Also HTML-escape everything, so <> in the value doesn't confuse
+ the resulting page.
+
* buildbot/process/buildstep.py (BuildStep.setProperty): provide a
default value for source=, to accomodate custom buildsteps that
don't otherwise provide one
More information about the Commits
mailing list