------------------------------------------------------------
revno: 1721
fixes bug: https://launchpad.net/bugs/1707447
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sun 2017-07-30 17:37:30 -0700
message:
Show case preserved emails in the roster.
modified:
Mailman/HTMLFormatter.py
NEWS
--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1
Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/HTMLFormatter.py'
--- Mailman/HTMLFormatter.py 2017-05-30 20:41:30 +0000
+++ Mailman/HTMLFormatter.py 2017-07-31 00:37:30 +0000
@@ -87,6 +87,7 @@
for person in people:
id = Utils.ObscureEmail(person)
url = self.GetOptionsURL(person, obscure=obscure)
+ person = self.getMemberCPAddress(person)
if obscure:
showing = Utils.ObscureEmail(person, for_text=1)
else:
=== modified file 'NEWS'
--- NEWS 2017-07-21 16:16:33 +0000
+++ NEWS 2017-07-31 00:37:30 +0000
@@ -21,6 +21,9 @@
Bug fixes and other patches
+ - The web roster page now shows case preserved email addresses.
+ (LP: #1707447)
+
- Changed the SETGID wrappers to only pass those items in the environment
that are needed by the called scripts. (LP: #1705736)
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org