[Blends-commit] r2321 - blends/trunk/webtools

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Thu Aug 5 12:29:31 UTC 2010


Author: tille
Date: Thu Aug  5 12:29:30 2010
New Revision: 2321
URL: http://svn.debian.org/viewsvn/blends?rev=2321&view=rev

Log:
Fix last uploader


Modified:
   blends/trunk/webtools/blendstasktools.py

Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=2321&view=diff&r1=2321&r2=2320&p1=blends/trunk/webtools/blendstasktools.py&p2=blends/trunk/webtools/blendstasktools.py
==============================================================================
--- blends/trunk/webtools/blendstasktools.py	(original)
+++ blends/trunk/webtools/blendstasktools.py	Thu Aug  5 12:29:30 2010
@@ -738,7 +738,7 @@
                 (_name, _url) = email.Utils.parseaddr(changed)
                 changed = '<a href="mailto:%s">%s</a>' % (_url, _name)
                 self.properties['changed_by']    = MarkupString(changed, self.pkg, 'changed_by')
-                self.properties['last_uploader'] = to_unicode(_name) + ' <' + _url + '>'
+                self.properties['last_uploader'] = to_unicode(changed)
 
         if source == 0: # If we are querying for source packages to render BTS pages
                 # tranlations are irrelevant - so only obtain ddtp translations



More information about the Blends-commit mailing list