------------------------------------------------------------ revno: 1653 fixes bug: https://launchpad.net/bugs/1583387 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Wed 2016-05-18 17:40:27 -0700 message: Added a bunch more templates to those that can be edited via the GUI. 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 2014-03-22 03:47:45 +0000 +++ Mailman/Cgi/edithtml.py 2016-05-19 00:40:27 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 @@ -47,6 +47,18 @@ ('options.html', _('User specific options page')), ('subscribeack.txt', _('Welcome email text file')), ('masthead.txt', _('Digest masthead')), + ('postheld.txt', _('User notice of held post')), + ('approve.txt', _('User notice of held subscription')), + ('refuse.txt', _('Notice of post refused by moderator')), + ('invite.txt', _('Invitation to join list')), + ('verify.txt', _('Request to confirm subscription')), + ('unsub.txt', _('Request to confirm unsubscription')), + ('nomoretoday.txt', _('User notice of autoresponse limit')), + ('postack.txt', _('User post acknowledgement')), + ('disabled.txt', _('Subscription disabled by bounce warning')), + ('admlogin.html', _('Admin/moderator login page')), + ('private.html', _('Private archive login page')), + ('userpass.txt', _('On demand password reminder')), ) _ = i18n._ === modified file 'NEWS' --- NEWS 2016-05-17 20:54:43 +0000 +++ NEWS 2016-05-19 00:40:27 +0000 @@ -5,10 +5,13 @@ Here is a history of user visible changes to Mailman. -2.1.2 (xx-xxx-xxxx) +2.1.23 (xx-xxx-xxxx) New Features + - Several additional templates have been added to those that can be edited + via the web admin GUI. (LP: #1583387) + - SMTPDirect.py can now do SASL authentication and STARTTLS security when connecting to the outgoiung MTA. Associated with this are new Defaults.py/mm_cfg.py settings SMTP_AUTH, SMTP_USER, SMTP_PASSWD and
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org