------------------------------------------------------------ revno: 1396 fixes bug: https://launchpad.net/bugs/725498 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Fri 2013-07-12 15:37:42 -0700 message: - Added "message_id" to the interpolation dictionary for the Article.html template. (LP: #725498) modified: Mailman/Archiver/HyperArch.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/Archiver/HyperArch.py' --- Mailman/Archiver/HyperArch.py 2013-07-12 21:29:44 +0000 +++ Mailman/Archiver/HyperArch.py 2013-07-12 22:37:42 +0000 @@ -471,6 +471,7 @@ d["email_html"] = self.quote(self.email) d["title"] = self.quote(self.subject) d["subject_html"] = self.quote(self.subject) + d["message_id"] = self.quote(self._message_id) # TK: These two _url variables are used to compose a response # from the archive web page. So, ... d["subject_url"] = url_quote('Re: ' + self.subject) === modified file 'NEWS' --- NEWS 2013-07-12 22:11:08 +0000 +++ NEWS 2013-07-12 22:37:42 +0000 @@ -61,6 +61,9 @@ Bug Fixes and other patches + - Added "message_id" to the interpolation dictionary for the Article.html + template. (LP: #725498) + - Changed the admin GUI to report only the bad entries in a list of email addresses if any are bad. (LP: #558253)
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org