summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/handle_opts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* This file is no longer necessary. All the functionality has beenbwarsaw2001-05-311-346/+0
* process_form(): Add support for SuppressPasswordReminder user option.bwarsaw2001-05-251-0/+4
* Application of SF patch #420396, submitted by Tokio Kikuchi. Thisbwarsaw2001-05-161-2/+15
* Be more paranoid about abnormal shutdown conditions, specifically:bwarsaw2001-05-031-4/+24
* process_form(): Passwords are no longer required for unsubscribing.bwarsaw2001-04-021-4/+4
* process_form(): There's no `mail' local variable, so origsender isbwarsaw2001-03-241-3/+2
* More i18n changes.bwarsaw2001-02-281-12/+19
* jcrey's latest round of I18N changes.bwarsaw2000-12-261-36/+56
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-46/+46
* process_form(): Don't pass the `user' argument to PrintResults whenbwarsaw2000-11-091-2/+1
* Fixes for a minor local security hole. Some of the CGI scripts couldbwarsaw2000-09-291-15/+3
* PrintResults(): Add a link back to the user options page on thebwarsaw2000-09-091-32/+55
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-1/+1
* optionslinks(): Use GetScriptURL(relative=1) for calculating the path.bwarsaw2000-07-251-1/+1
* 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-1/+2
* process_form(): When listing a user's other subscriptions, don't usebwarsaw2000-06-011-8/+9
* process_form(): MMListNotReady => MMListNotReadyErrorbwarsaw2000-04-041-4/+4
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-041-4/+7
* process_form(): Catch MMBadUserError, which can get raised duringbwarsaw2000-03-231-0/+4
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-3/+1
* main(): Handle the case where the environment has no PATH_INFObwarsaw2000-01-211-2/+5
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-2/+2
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-97/+111
* Sweeping changes to hopefully and finally (for 1.0 at least) make sanebwarsaw1999-03-291-3/+3
* main(): Remove all bare excepts. These now percolate up to the driverbwarsaw1999-03-241-21/+0
* If the digests are turned off, the results message indicates that thebwarsaw1999-03-091-2/+4
* main(): Scott had a comment asking whether the check for membershipbwarsaw1999-03-051-12/+9
* Don't use eval() to turn a string into an int, use int() -- it's safer.bwarsaw1998-12-291-26/+19
* At the end of main(), catch MMCantDigestError which can occur if thebwarsaw1998-12-231-1/+6
* I needed to use the Utils.FindMatchingAddresses() address, rather thanklm1998-12-171-4/+9
* Two tiny refinements to the subscriptions list, and then dinner:klm1998-12-171-3/+6
* Use OrderedList instead of UnorderedList for the list ofklm1998-12-171-1/+1
* We needed *something* by which people can determine the lists theyklm1998-12-171-4/+40
* Fixed bogus error message: had to few parameters to satisfy formatklm1998-11-241-3/+3
* Wrapped a bunch of long lines.klm1998-11-211-8/+12
* This change implements storing list members and digest members ascotton1998-11-191-2/+6
* Convert all module names to their new names. Import all modules frombwarsaw1998-06-191-157/+171
* These are the files that used to be in ../cgi, except they no longerviega1998-06-141-0/+207