diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-01-10 21:22:36 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-01-10 21:22:36 -0800 |
commit | 166ea4ff90ee31e7cb702dc12b9d108dac773d9e (patch) | |
tree | 27c941c14b7837a6d1c7ff1caea32c72b20a723a /NEWS | |
parent | ed89986a7ba15b8d4519b6acf71e72b8db1646d5 (diff) | |
download | mailman2-166ea4ff90ee31e7cb702dc12b9d108dac773d9e.tar.gz mailman2-166ea4ff90ee31e7cb702dc12b9d108dac773d9e.tar.xz mailman2-166ea4ff90ee31e7cb702dc12b9d108dac773d9e.zip |
Implement a new WEB_HEAD_ADD setting to specify text to be added to the
<HEAD> section of Mailman's internally generated web pages.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ Here is a history of user visible changes to Mailman. New Features + - There is a new WEB_HEAD_ADD setting to specify text to be added to the + <HEAD> section of Mailman's internally generated web pages. This doesn't + apply to pages built from templates, but in those cases, custom templates + can be created. (LP: #1409396) + - There is a new DEFAULT_SUBSCRIBE_OR_INVITE setting. Set this to Yes to make the default selection on the admin Mass Subscriptions page Invite rather than Subscribe. (LP: #1404511) |