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

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/blends-commit

Reply via email to