aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-14options.py - Made the ability for a list admin to change a members passwordMark Sapiro1-0/+8
2008-03-06CookHeaders.py - Changed the first URL in the RFC 2369 List-Unsubscribe:Mark Sapiro1-4/+7
2008-02-23MailList.py - Corrected some long standing incomplete logic in theMark Sapiro1-1/+7
2007-12-04Mailman/Cgi/edithtml.pyMark Sapiro1-2/+15
2007-11-25Mailman/Defaults.py.inMark Sapiro1-2/+2
2007-11-04- Cgi/options.py - fixed to not present the "empty" topic to user.Mark Sapiro1-1/+3
2007-06-12admindb.py - Changed to not show the "Discard all messages marked Defer" chec...msapiro1-2/+5
2007-05-08- CGI/admin.pymsapiro3-24/+29
2006-10-11Fixed admin.py so null VARHELP category is handled (1573393).msapiro1-4/+5
2006-09-21Removed the "Discard all messages marked Defer" checkbox from themsapiro1-2/+2
2006-09-01A much improved release script, which now knows about Subversion (though isn'tbwarsaw1-1/+0
2006-08-30CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery bybwarsaw5-20/+33
2006-04-04Fix XSS bug: Thanks Moritz Naumann. (CVE-2006-1512)tkikuchi1-2/+3
2006-01-09Bug fix: import re module.tkikuchi1-1/+2
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw6-22/+25
2005-12-12Log hostile path to mischief, not errormsapiro1-1/+1
2005-12-12Fixes for bug 1080943.msapiro1-6/+27
2005-12-03Improving banned subscription logic to cover all invites, subscribes, address...msapiro4-3/+29
2005-11-30List admins should be disallowd to insert script tags.tkikuchi1-0/+1
2005-11-30As of 2.1.6, List admins can change user's option/subscription globally.tkikuchi1-11/+56
2005-11-09Make sure the moderate selection is initialized frommsapiro1-3/+9
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi14-14/+14
2005-05-02Copyright years.bwarsaw1-1/+1
2005-05-02ChangeHTML(): Set umask to 0 while creating the langdir. Fixes SF bugbwarsaw1-3/+7
2005-02-10Spelling and copyright years updates.bwarsaw1-3/+3
2005-02-10Checkin for initial workaround for directry traverse flaw in private.py.tkikuchi1-3/+6
2004-12-30From the NEWS file:bwarsaw1-1/+2
2004-12-28admin.py:bwarsaw2-9/+8
2004-12-07[ mailman-Bugs-1047532 ] problem with "discard all ..."tkikuchi1-12/+14
2004-12-04Python 2.4 checks strftime() more strict.tkikuchi1-1/+2
2004-12-01Precautions against 'charset=' (empty) message.tkikuchi1-1/+1
2004-10-19[ 874764 ] -admin address is now equiv to -bouncetkikuchi1-3/+3
2004-10-13[ 1045909 ] user cancel of pending subscription failstkikuchi1-2/+6
2004-04-30main(): Add discard checkbox above the last submit button too.bwarsaw1-0/+5
2004-04-25main(), process_form(): Due to popular demand, added SF patch # 810675 whichbwarsaw1-1/+13
2004-02-29process_request(): Catch base class of EmailAddressError so eitherbwarsaw1-2/+2
2004-02-29main(): The list lock must be held in order to pend unsubscription requests.bwarsaw1-12/+13
2004-02-17main(): It's possible that if you're logged in as the list admin, you can getbwarsaw1-3/+5
2004-02-10main(), subscription_cancel(), unsubscription_cancel(), addrchange_cancel()bwarsaw1-17/+36
2003-12-27show_pending_subs(): The address in the pending database may be a unicode, butbwarsaw1-1/+3
2003-12-27show_helds_overview(), show_post_requests(): Another part of TK'sbwarsaw1-2/+13
2003-12-24adminy_overview(): Richard Barrett's patch # 828811 to reduce listinfobwarsaw1-5/+6
2003-12-24listinfo_overview(): Richard Barrett's patch # 828811 to reducebwarsaw1-5/+6
2003-12-22Comment repair.bwarsaw1-1/+1
2003-12-01subscription_prompt(): Make text and submit button have consistent text.bwarsaw1-2/+2
2003-12-01get_item_gui_value(): Added a new widget HeaderFilter and associated code tobwarsaw1-2/+72
2003-11-24process_request(): In response to SF bug # 835870, we now check thebwarsaw1-5/+12
2003-11-21change_options(): When calling ApprovedAddMember(), pass a meaningfulbwarsaw1-2/+3
2003-11-03main(): Fix for bug #832748, where unsubscribe_policy was beingbwarsaw1-4/+24
2003-09-28process_request(), request_creation(): Close cross-site scriptingbwarsaw1-14/+20