------------------------------------------------------------ revno: 1325 committer: Mark Sapiro <msap...@value.net> branch nick: 2.1 timestamp: Sat 2011-11-12 15:52:27 -0800 message: Added masthead.txt to the list of templates that can be edited via the web admin interface. Bug #266805. modified: Mailman/Cgi/edithtml.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/Cgi/edithtml.py' --- Mailman/Cgi/edithtml.py 2010-03-29 20:48:11 +0000 +++ Mailman/Cgi/edithtml.py 2011-11-12 23:52:27 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2007 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 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 @@ -46,6 +46,7 @@ ('subscribe.html', _('Subscribe results page')), ('options.html', _('User specific options page')), ('subscribeack.txt', _('Welcome email text file')), + ('masthead.txt', _('Digest masthead')), ) _ = i18n._ === modified file 'NEWS' --- NEWS 2011-11-11 20:55:16 +0000 +++ NEWS 2011-11-12 23:52:27 +0000 @@ -71,6 +71,9 @@ Bug Fixes and other patches + - Added masthead.txt to the list of templates that can be edited via the + web admin interface. Bug #266805. + - Changed the way digest_footer is added to the RFC 1153 (plain) format digest for RFC compliance. Bug #887610.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org