Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-28 | Updates to list admin manual and UI help to fix broken links. | Mark Sapiro | 1 | -2/+2 | |
2015-03-02 | Fixed a dead link, updated the mailman.pot and mailman.po files | Mark Sapiro | 1 | -4/+4 | |
2014-05-02 | Revised the documentation for from_is_list. | Mark Sapiro | 1 | -13/+59 | |
2013-09-28 | Renamed author_is_list to from_is_list. | Mark Sapiro | 1 | -2/+2 | |
2013-09-27 | Made author_is_list a 3-way with an option to wrap the message. | Mark Sapiro | 1 | -2/+6 | |
2013-07-19 | Second cut at the author_is_list feature. | Mark Sapiro | 1 | -9/+15 | |
2013-07-18 | First cut at the author_is_list feature. | Mark Sapiro | 1 | -1/+9 | |
2011-10-04 | - Mailman/Gui/General.py | Mark Sapiro | 1 | -3/+15 | |
Fixed the setting of new_member_options so that unprocessed bits are not changed. Augmented the logic so that bin/config_list can set or reset any bits in mm_cfg.OPTINFO. Bug #865825. - Mailman/Defaulys.py.in Added missing bits to OPTINFO. | |||||
2010-09-10 | Made minor wording improvements and typo corrections in some messages. | Mark Sapiro | 1 | -4/+4 | |
Bug #426979. | |||||
2010-06-29 | Added option include_sender_header to suppress rewrite of the Sender header ↵ | Malte S. Stretz | 1 | -0/+23 | |
which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824. | |||||
2007-12-04 | Mailman/Cgi/edithtml.py | Mark Sapiro | 1 | -9/+23 | |
Mailman/Gui/General.py Mailman/Utils.py - Better detection of potentially evil HTML in GUI. Mailman/Version.py NEWS - Updates for 2.1.10b1 release. Mailman/Gui/General.py messages/mailman.pot - Added admin_member_chunksize to Gui. Two new associated messages. | |||||
2006-08-30 | CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery by | bwarsaw | 1 | -4/+5 | |
Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry). | |||||
2006-03-23 | SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we should | tkikuchi | 1 | -2/+2 | |
care all the .po files in language directories. More fixes should be done in mailman-2.2. | |||||
2005-10-23 | Back port from MAIN: "Reply-To-Useful" link fixed. | tkikuchi | 1 | -1/+1 | |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-07-01 | Updated the link to the "Reply-To munging considered useful" essay. | bwarsaw | 1 | -4/+3 | |
2005-02-05 | Remove misleading detail for respond_to_post_requests. | tkikuchi | 1 | -6/+2 | |
2004-10-09 | [ 601117 ] add sequencial number in subject prefix | tkikuchi | 1 | -1/+5 | |
Here is my major patch. It was postponed to 2.2 but since 2.2 is so late... | |||||
2004-10-08 | [ 790494 ] built-in automatic discard | tkikuchi | 1 | -0/+7 | |
2004-02-17 | _escape(): Everything except the 'info' variable gets the normal web-safe | bwarsaw | 1 | -8/+19 | |
escaping. 'info' sanitizes just <script> and </script> tags. This partially closes bugs 870028 and 881369. |