------------------------------------------------------------ revno: 1259 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.2 timestamp: Fri 2013-07-12 15:38:22 -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.2 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
=== modified file 'Mailman/Archiver/HyperArch.py' --- Mailman/Archiver/HyperArch.py 2013-07-12 21:31:02 +0000 +++ Mailman/Archiver/HyperArch.py 2013-07-12 22:38:22 +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:22:12 +0000 +++ NEWS 2013-07-12 22:38:22 +0000 @@ -105,6 +105,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