summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/options.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-1000/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-4/+2
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-2/+2
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-53/+53
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-1/+1
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-181-2/+2
* Passwords done right.bwarsaw2007-01-141-6/+8
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-35/+1
* Postfix LMTP related brushups.tkikuchi2006-11-261-1/+1
* - Utils.py Fixed a security hole which allowed a crafted URI to injectmsapiro2006-07-071-1/+3
* - Cgi/options.py - fixed to not present the "empty" topic to user.msapiro2006-05-171-0/+2
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-4/+2
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-11/+11
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-12/+8
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-031-0/+5
* Previously, List admins can change user's option/subscription globally.tkikuchi2005-11-301-11/+56
* back porting from 2.1.6tkikuchi2005-08-281-7/+30
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* main(): Sanity check the language cgi variable.bwarsaw2003-01-271-2/+4
* Fixes for the cross-site scripting bugbwarsaw2003-01-261-14/+23
* main(): In the change-of-address section, we only want to show thebwarsaw2003-01-021-3/+5
* Must import sys for signal handlers to work. Patch by Terry Hardie,bwarsaw2002-11-071-5/+6
* main(): When getting the member's full name out of the web form, webwarsaw2002-09-171-10/+9
* Global.__nonzero__(): Fixed typo, missing return. Closes SF bugbwarsaw2002-09-111-1/+1
* main(): Cute hack by Donn Cave to optimize the option settings when nobwarsaw2002-09-051-2/+5
* main(): Fixes for requesting a change of address where the new addressbwarsaw2002-07-111-5/+27
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-5/+5
* loginpage(): In the language form, include a hidden `email' item sobwarsaw2002-05-031-0/+2
* Feedback from Guido...bwarsaw2002-03-231-11/+13
* Good suggestion by Fred Drake: the delivery of MIME vs. plain textbwarsaw2002-03-221-18/+41
* main(): Fix some of the messages so the end with a period and a space,bwarsaw2002-03-221-2/+2
* main(): Removed bogus i18n markup around a `whence' argument tobwarsaw2002-03-141-1/+1
* main(): Fix the warnings for "one last digest", "must digest", andbwarsaw2002-03-101-3/+10
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-3/+23
* add_error_message(): Removed as a duplicate of Document.addError().bwarsaw2002-02-281-30/+32
* main(): Don't check for `request_login' in the cgi form data, becausebwarsaw2002-01-221-1/+1
* Fixed a bug in delivery status disable/enable globally. Specifically,bwarsaw2002-01-171-17/+16
* main(), global_options(): Use getDeliveryStatus() andbwarsaw2001-12-191-8/+29
* main(): Move the setting of the language to up above the login page,bwarsaw2001-11-301-8/+19
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-301-2/+6
* main(): When using private rosters, and attempting to remind, unsub,bwarsaw2001-11-061-22/+32
* main(): Call DeleteMember() when the unsubscribe button was hit sobwarsaw2001-10-211-7/+17
* main(): When getting the FieldStorage, set keep_blank_values=1. Thisbwarsaw2001-10-121-1/+1
* main(): Make the options page a little more bulletproof againstbwarsaw2001-10-121-8/+17
* main(): Don't force admin_notif=1 when callingbwarsaw2001-10-101-2/+2
* main(): Dan Mick's fix to avoid duplicate footers when you get a 'nobwarsaw2001-10-091-1/+0
* main(): Do something more useful when no user was given, either in thebwarsaw2001-08-021-21/+34
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-10/+4
* A revamp to use the new membership API, and to be able to set/getbwarsaw2001-07-191-49/+187