------------------------------------------------------------
revno: 1034
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Fri 2009-02-06 14:28:54 -0800
message:
  Added real name display to the web roster.
modified:
  Mailman/HTMLFormatter.py
  NEWS
    ------------------------------------------------------------
    revno: 984.1.185
    committer: Mark Sapiro <[email protected]>
    branch nick: 2.1
    timestamp: Fri 2009-02-06 13:43:40 -0800
    message:
      Updated a copyright.
    modified:
      Mailman/Version.py

=== modified file 'Mailman/HTMLFormatter.py'
--- Mailman/HTMLFormatter.py    2008-02-03 19:27:07 +0000
+++ Mailman/HTMLFormatter.py    2009-02-06 22:28:54 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -90,6 +90,9 @@
                 showing = Utils.ObscureEmail(person, for_text=1)
             else:
                 showing = person
+            realname = Utils.uncanonstr(self.getMemberName(person), lang)
+            if realname:
+                showing += " (%s)" % Utils.websafe(realname)
             got = Link(url, showing)
             if self.getDeliveryStatus(person) <> MemberAdaptor.ENABLED:
                 got = Italic('(', got, ')')

=== modified file 'NEWS'
--- NEWS        2009-02-06 21:45:27 +0000
+++ NEWS        2009-02-06 22:28:54 +0000
@@ -32,6 +32,8 @@
       the qrunners to grow very large in installations with many lists or
       multiple large lists.
 
+    - Added real name display to the web roster.
+
 
   Bug fixes and other patches
 



--
Active development version (web u/i update)
https://code.launchpad.net/~mailman-coders/mailman/2.2

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to