From 5732ac753caf3b16925757955219b038b558f7bd Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 29 Jun 2008 14:06:46 -0700 Subject: Added 'listname' to the replacements for the archidxfoot.html template. --- Mailman/Archiver/HyperArch.py | 1 + NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index 843f1507..d4fc5d9a 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -688,6 +688,7 @@ class HyperArchive(pipermail.T): "archivedate": quotetime(self.archivedate), "listinfo": mlist.GetScriptURL('listinfo', absolute=1), "version": self.version, + "listname": html_quote(mlist.real_name, self.lang), } i = {"thread": _("thread"), "subject": _("subject"), diff --git a/NEWS b/NEWS index d12d103f..704f14f2 100644 --- a/NEWS +++ b/NEWS @@ -93,6 +93,8 @@ Here is a history of user visible changes to Mailman. - Brazilian Portuguese translation updated by Diego Francisco de Gastal Morales. + - Added 'listname' to the replacements for the archidxfoot.html template. + Miscellaneous - Brad Knowles' mailman daily status report script updated to 0.0.18. -- cgit v1.2.3