[Buildbot-commits] buildbot ChangeLog.svnpoller,1.2,1.3
Brian Warner
warner at users.sourceforge.net
Mon Oct 2 00:13:34 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17183
Modified Files:
ChangeLog.svnpoller
Log Message:
[project @ html.py: improve unicode handling from zero to 'enough']
Original author: warner at lothar.com
Date: 2006-10-02 00:04:42
Index: ChangeLog.svnpoller
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog.svnpoller,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog.svnpoller 2 Oct 2006 00:13:26 -0000 1.2
+++ ChangeLog.svnpoller 2 Oct 2006 00:13:32 -0000 1.3
@@ -1,5 +1,10 @@
Sun Oct 1 16:58:28 2006 Brian Warner <warner at lothar.com>
+ * buildbot/status/html.py (HtmlResource.render): if we get a
+ unicode object from our content() method, encode it into utf-8
+ like we've been claiming to all along. This allows the comments
+ and author names from svnpoller.py to be delivered properly.
+
* buildbot/changes/svnpoller.py (SvnSource.create_changes):
de-unicodify filenames before creating the Change, because the
rest of buildbot is unlikely to handle them well. Leave the 'who'
More information about the Commits
mailing list