aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui/General.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-28Updates to list admin manual and UI help to fix broken links.Mark Sapiro1-2/+2
2015-03-02Fixed a dead link, updated the mailman.pot and mailman.po filesMark Sapiro1-4/+4
2014-05-02Revised the documentation for from_is_list.Mark Sapiro1-13/+59
2013-09-28Renamed author_is_list to from_is_list.Mark Sapiro1-2/+2
2013-09-27Made author_is_list a 3-way with an option to wrap the message.Mark Sapiro1-2/+6
2013-07-19Second cut at the author_is_list feature.Mark Sapiro1-9/+15
2013-07-18First cut at the author_is_list feature.Mark Sapiro1-1/+9
2011-10-04- Mailman/Gui/General.pyMark Sapiro1-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-10Made minor wording improvements and typo corrections in some messages.Mark Sapiro1-4/+4
Bug #426979.
2010-06-29Added option include_sender_header to suppress rewrite of the Sender header ↵Malte S. Stretz1-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-04Mailman/Cgi/edithtml.pyMark Sapiro1-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-30CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery bybwarsaw1-4/+5
Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry).
2006-03-23SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we shouldtkikuchi1-2/+2
care all the .po files in language directories. More fixes should be done in mailman-2.2.
2005-10-23Back port from MAIN: "Reply-To-Useful" link fixed.tkikuchi1-1/+1
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-07-01Updated the link to the "Reply-To munging considered useful" essay.bwarsaw1-4/+3
2005-02-05Remove misleading detail for respond_to_post_requests.tkikuchi1-6/+2
2004-10-09[ 601117 ] add sequencial number in subject prefixtkikuchi1-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 discardtkikuchi1-0/+7
2004-02-17_escape(): Everything except the 'info' variable gets the normal web-safebwarsaw1-8/+19
escaping. 'info' sanitizes just <script> and </script> tags. This partially closes bugs 870028 and 881369.