[Buildbot-commits] buildbot ChangeLog,1.539,1.540

Brian Warner warner at users.sourceforge.net
Wed Oct 26 21:33:22 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5367

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-402
Creator:  Brian Warner <warner at lothar.com>

apply mail/html patches from Dobes Vandermeer and Frerich Raabe

	* buildbot/status/mail.py (MailNotifier): urllib.escape the URLs
	in case they have spaces or whatnot. Patch from Dobes Vandermeer.
	* buildbot/test/test_status.py (MyStatus.getURLForThing): fix it

	* buildbot/status/html.py (td): put a single non-breaking space
	inside otherwise empty <td> elements, as a workaround for buggy
	browsers which would optimize them away (along with any associated
	styles, like the kind that create the waterfall grid borders).
	Patch from Frerich Raabe.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -d -r1.539 -r1.540
--- ChangeLog	26 Oct 2005 20:38:07 -0000	1.539
+++ ChangeLog	26 Oct 2005 21:33:20 -0000	1.540
@@ -1,5 +1,15 @@
 2005-10-26  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/mail.py (MailNotifier): urllib.escape the URLs
+	in case they have spaces or whatnot. Patch from Dobes Vandermeer.
+	* buildbot/test/test_status.py (MyStatus.getURLForThing): fix it
+
+	* buildbot/status/html.py (td): put a single non-breaking space
+	inside otherwise empty <td> elements, as a workaround for buggy
+	browsers which would optimize them away (along with any associated
+	styles, like the kind that create the waterfall grid borders).
+	Patch from Frerich Raabe.
+
 	* buildbot/process/step_twisted.py (Trial): expose the trialMode=
 	argv-list as an argument, defaulting to ["-to"], which is
 	appropriate for the Trial that comes with Twisted-2.1.0 and





More information about the Commits mailing list