aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* CookHeaders.py - Changed the first URL in the RFC 2369 List-Unsubscribe:Mark Sapiro2008-03-061-4/+7
* MailList.py - Corrected some long standing incomplete logic in theMark Sapiro2008-02-231-1/+7
* Mailman/Cgi/edithtml.pyMark Sapiro2007-12-041-2/+15
* Mailman/Defaults.py.inMark Sapiro2007-11-251-2/+2
* - Cgi/options.py - fixed to not present the "empty" topic to user.Mark Sapiro2007-11-041-1/+3
* admindb.py - Changed to not show the "Discard all messages marked Defer" chec...msapiro2007-06-121-2/+5
* - CGI/admin.pymsapiro2007-05-083-24/+29
* Fixed admin.py so null VARHELP category is handled (1573393).msapiro2006-10-111-4/+5
* Removed the "Discard all messages marked Defer" checkbox from themsapiro2006-09-211-2/+2
* A much improved release script, which now knows about Subversion (though isn'tbwarsaw2006-09-011-1/+0
* CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery bybwarsaw2006-08-305-20/+33
* Fix XSS bug: Thanks Moritz Naumann. (CVE-2006-1512)tkikuchi2006-04-041-2/+3
* Bug fix: import re module.tkikuchi2006-01-091-1/+2
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-306-22/+25
* Log hostile path to mischief, not errormsapiro2005-12-121-1/+1
* Fixes for bug 1080943.msapiro2005-12-121-6/+27
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-034-3/+29
* List admins should be disallowd to insert script tags.tkikuchi2005-11-301-0/+1
* As of 2.1.6, List admins can change user's option/subscription globally.tkikuchi2005-11-301-11/+56
* Make sure the moderate selection is initialized frommsapiro2005-11-091-3/+9
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-2714-14/+14
* Copyright years.bwarsaw2005-05-021-1/+1
* ChangeHTML(): Set umask to 0 while creating the langdir. Fixes SF bugbwarsaw2005-05-021-3/+7
* Spelling and copyright years updates.bwarsaw2005-02-101-3/+3
* Checkin for initial workaround for directry traverse flaw in private.py.tkikuchi2005-02-101-3/+6
* From the NEWS file:bwarsaw2004-12-301-1/+2
* admin.py:bwarsaw2004-12-282-9/+8
* [ mailman-Bugs-1047532 ] problem with "discard all ..."tkikuchi2004-12-071-12/+14
* Python 2.4 checks strftime() more strict.tkikuchi2004-12-041-1/+2
* Precautions against 'charset=' (empty) message.tkikuchi2004-12-011-1/+1
* [ 874764 ] -admin address is now equiv to -bouncetkikuchi2004-10-191-3/+3
* [ 1045909 ] user cancel of pending subscription failstkikuchi2004-10-131-2/+6
* main(): Add discard checkbox above the last submit button too.bwarsaw2004-04-301-0/+5
* main(), process_form(): Due to popular demand, added SF patch # 810675 whichbwarsaw2004-04-251-1/+13
* process_request(): Catch base class of EmailAddressError so eitherbwarsaw2004-02-291-2/+2
* main(): The list lock must be held in order to pend unsubscription requests.bwarsaw2004-02-291-12/+13
* main(): It's possible that if you're logged in as the list admin, you can getbwarsaw2004-02-171-3/+5
* main(), subscription_cancel(), unsubscription_cancel(), addrchange_cancel()bwarsaw2004-02-101-17/+36
* show_pending_subs(): The address in the pending database may be a unicode, butbwarsaw2003-12-271-1/+3
* show_helds_overview(), show_post_requests(): Another part of TK'sbwarsaw2003-12-271-2/+13
* adminy_overview(): Richard Barrett's patch # 828811 to reduce listinfobwarsaw2003-12-241-5/+6
* listinfo_overview(): Richard Barrett's patch # 828811 to reducebwarsaw2003-12-241-5/+6
* Comment repair.bwarsaw2003-12-221-1/+1
* subscription_prompt(): Make text and submit button have consistent text.bwarsaw2003-12-011-2/+2
* get_item_gui_value(): Added a new widget HeaderFilter and associated code tobwarsaw2003-12-011-2/+72
* process_request(): In response to SF bug # 835870, we now check thebwarsaw2003-11-241-5/+12
* change_options(): When calling ApprovedAddMember(), pass a meaningfulbwarsaw2003-11-211-2/+3
* main(): Fix for bug #832748, where unsubscribe_policy was beingbwarsaw2003-11-031-4/+24
* process_request(), request_creation(): Close cross-site scriptingbwarsaw2003-09-281-14/+20
* Backporting from the HEAD -- updated cgi'sbwarsaw2003-09-223-3/+5