summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/subscribe.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-252/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-5/+3
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-8/+2
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-1/+1
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-5/+5
* Update copyright years.bwarsaw2007-01-191-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-20/+0
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-10/+14
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* cosmeticbwarsaw2003-04-061-2/+0
* main(): Sanity check the language cgi variable.bwarsaw2003-01-271-6/+8
* process_form(): When getting the member's full name out of the webbwarsaw2002-09-171-2/+2
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-1/+1
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* process_form(): i18n fixes. The privacy alert message should be sentbwarsaw2002-02-281-6/+13
* process_form(): Handle MembershipIsBanned exceptions.bwarsaw2002-01-061-2/+6
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-301-1/+3
* process_form(): Lots of cleaning up of the code. Also, make this pagebwarsaw2001-10-121-88/+121
* Convert lots of split-line strings to triple-quoted strings. Yes,bwarsaw2001-08-171-21/+18
* process_form(): Since this no longer gets called from the "editbwarsaw2001-08-021-41/+0
* process_form(): Use UserDesc helper class.bwarsaw2001-07-291-9/+2
* main(): Simpler idiom for getting the 'language' value out of thebwarsaw2001-07-201-8/+12
* A revamp to use the new membership API. Specifically,bwarsaw2001-07-191-3/+3
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-271-3/+2
* print_results(): Toggle off the output of <head><body> tags by settingbwarsaw2001-06-251-0/+5
* main(), process_form(), print_results(): We don't need to pass thebwarsaw2001-05-311-5/+5
* Be more paranoid about abnormal shutdown conditions, specifically:bwarsaw2001-05-031-2/+23
* main(): Typo fix by Juan Carlos.bwarsaw2001-03-231-1/+1
* process_form(): In the MMNeedApproval exception clause, we need to getbwarsaw2001-03-011-0/+3
* More i18n changes.bwarsaw2001-02-281-82/+88
* jcrey's latest round of I18N changes.bwarsaw2000-12-261-5/+17
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-28/+28
* Fixes for a minor local security hole. Some of the CGI scripts couldbwarsaw2000-09-291-11/+3
* process_form(): Fix for SF bug #111306, results in triplicate when notbwarsaw2000-09-081-3/+1
* Applying the patches from SF Bug #109217 that are not specific tobwarsaw2000-07-241-4/+7
* main(): syslog() call needs log file first argument.bwarsaw2000-06-281-1/+1
* Convert all uses of sys.stderr.write() and mlist.LogMsg() to the newbwarsaw2000-06-021-3/+4
* process_form(): MMListNotReady => MMListErrorbwarsaw2000-04-041-1/+1
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-041-3/+4
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-3/+1
* process_form(): In regard to the previous patch, the default if thebwarsaw1999-12-021-1/+1
* process_form(): it is possible that the form doesn't have a 'digest'bwarsaw1999-11-301-0/+2
* call_script(): Be sure to explicitly flush stdout and stderr since thebwarsaw1999-11-261-0/+2
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-83/+90
* A few changes to the text displayed when approval is needed (includingbwarsaw1999-11-101-10/+11
* Minor reformattingbwarsaw1999-01-081-4/+4
* Don't use eval() to turn a string into an int, use int() -- it's safer.bwarsaw1998-12-291-1/+5
* added a list.Save() after a successful subscription because the corecotton1998-11-211-2/+1
* Made the script not crash when called without a listname in thecotton1998-10-281-1/+5