summaryrefslogtreecommitdiff
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Some reorganization of the Membership List page:bwarsaw2001-10-191-14/+47
* main(): category_suffix -> category, and get subcat from parts[0]bwarsaw2001-10-151-40/+77
* main(): When getting the FieldStorage, set keep_blank_values=1. Thisbwarsaw2001-10-121-1/+1
* process_form(): Lots of cleaning up of the code. Also, make this pagebwarsaw2001-10-121-88/+121
* main(): Make the options page a little more bulletproof againstbwarsaw2001-10-121-8/+17
* show_post_requests(): When deciding to show a smaller part of a heldbwarsaw2001-10-101-1/+2
* 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
* show_results(): Fix the calculation for splitting the left column intobwarsaw2001-10-041-13/+8
* change_options(): Only print the "Successfully Removed:" message ifbwarsaw2001-10-011-4/+5
* Convert from mimelib to email.bwarsaw2001-10-012-18/+7
* request_deletion(): Fixed missing markup. Caught by Szilard Vizi.bwarsaw2001-08-301-1/+1
* change_options(): Give some feedback on who's been removed.bwarsaw2001-08-291-0/+6
* process_request(): Don't use WebAuthenticate() here because that willbwarsaw2001-08-201-5/+7
* process_request(): After the list is created, set the web_page_url andbwarsaw2001-08-201-45/+51
* admin_overview(): Use get_domain() instead of hardcodedbwarsaw2001-08-201-2/+11
* Convert lots of split-line strings to triple-quoted strings. Yes,bwarsaw2001-08-171-21/+18
* option_help(): Simplify the error message when the VARHELP variable isbwarsaw2001-08-171-13/+12
* subscription_confirm(): We have to convert the 'digests' value to anbwarsaw2001-08-161-3/+8
* Support the ability to specify the initial list of available languagesbwarsaw2001-08-141-1/+34
* import types => from types import *bwarsaw2001-08-141-41/+58
* listinfo_overview(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-2/+2
* process_request(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-6/+5
* admin_overview(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-1/+1
* change_options(): Always change the user's realname, not just if thebwarsaw2001-08-031-3/+2
* Some UI improvements suggested by Michael Yount:bwarsaw2001-08-031-88/+111
* subscription_confirm(): Remove unnecessary argument.bwarsaw2001-08-021-1/+1
* process_form(): Since this no longer gets called from the "editbwarsaw2001-08-021-41/+0
* main(): Do something more useful when no user was given, either in thebwarsaw2001-08-021-21/+34
* list_listinfo(): Add a replacement for <mm-options-form-start>. Seebwarsaw2001-08-021-0/+1
* show_results(): Ousmane Wilane noticed a missing i18n markup. Also,bwarsaw2001-08-021-2/+4
* main(): Add support for allowing a user who posted a held message tobwarsaw2001-07-301-0/+114
* process_form(): Use UserDesc helper class.bwarsaw2001-07-291-9/+2
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-1/+1
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-10/+4
* Massive rewrite to implement the Wouters/Oskoboiny Convention on webbwarsaw2001-07-291-52/+387
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-14/+11
* process_request(): Coerce listname to lowercase since this is treatedbwarsaw2001-07-271-1/+2
* main(): Use archive_dir() instead of the archive_directory attribute.bwarsaw2001-07-261-1/+1
* main(): Simpler idiom for getting the 'language' value out of thebwarsaw2001-07-201-8/+12
* main(): Simpler idiom for getting the 'language' value out of thebwarsaw2001-07-201-8/+3
* main(): In the exception handlers when ProcessConfirmation() isbwarsaw2001-07-201-0/+10
* show_requests(): Remove the backward compatibility hack, since thebwarsaw2001-07-201-7/+1
* change_options(): When sucking the subscribers out of the upload,bwarsaw2001-07-201-23/+29
* show_requests(): Change the column header to reflect the fact that thebwarsaw2001-07-191-3/+9
* A revamp to use the new membership API. Specifically,bwarsaw2001-07-191-3/+3
* A revamp to use the new membership API, and to be able to set/getbwarsaw2001-07-191-49/+187
* main(): Extract the cgi data using keep_blank_values=1 so we'll knowbwarsaw2001-07-191-4/+4
* A revamp to use the new category components, the new membership API,bwarsaw2001-07-191-113/+164
* add_error_message(): Don't translate tag if it is the empty string.bwarsaw2001-07-121-1/+4