summaryrefslogtreecommitdiff
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* listinfo_overview(): Martin Pool's patch #688410 to improve thebwarsaw2003-05-151-1/+1
* cosmeticbwarsaw2003-04-061-2/+0
* subscription_confirm(): Catch HostileSubscriptionError and display anbwarsaw2003-03-161-0/+5
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* change_options(): Use digest_is_default for the default massbwarsaw2003-02-111-1/+1
* Whitespace normalizationbwarsaw2003-02-071-6/+6
* guess_type(): Compatibility function for Python 2.1/2.2, the formerbwarsaw2003-02-031-1/+10
* main(): Sanity check the language cgi variable.bwarsaw2003-01-274-23/+27
* subscription_confirm(): Sanity check the language cgi variable.bwarsaw2003-01-271-7/+9
* change_options(): Sanity check the user's selected language to be surebwarsaw2003-01-271-2/+2
* Fixes for the cross-site scripting bugbwarsaw2003-01-261-14/+23
* main(), content_type(): Removed the latter; mimetyes.guess_type() doesbwarsaw2003-01-201-15/+8
* main(): In the change-of-address section, we only want to show thebwarsaw2003-01-021-3/+5
* request_creation(): Remove a left over debugging print.bwarsaw2002-12-311-2/+0
* subscription_prompt(): Move the setting of the title to after thebwarsaw2002-12-311-4/+9
* show_helds_overview(): Finally tracked down a most annoying buglet.bwarsaw2002-12-241-1/+4
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-121-1/+1
* heldmsg_prompt(): Translate the reason for the hold.bwarsaw2002-12-121-1/+1
* show_helds_overview(): Be sure to translate the `reason' for a hold.bwarsaw2002-12-121-2/+5
* Typo fixes, "administator" -> "administrator". Closes SF #650932bwarsaw2002-12-111-3/+3
* membership_options(): A fix for bug #644950 and other problems withbwarsaw2002-12-091-29/+32
* process_request(): Use shutil.rmtree() instead of Utils.rmdirhier(),bwarsaw2002-12-021-3/+26
* subscription_confirm(), unsubscription_confirm(),bwarsaw2002-12-021-4/+4
* main(), show_pending_subs(), show_pending_unsubs(),bwarsaw2002-12-021-11/+27
* change_options(): MMNoSuchUserError -> NotAMemberErrorbwarsaw2002-12-021-2/+2
* change_options(): Don't handle `emergency' moderation here -- it's abwarsaw2002-11-211-4/+0
* show_post_requests(): "rejection-notice" (i.e. the dash) doesn't playbwarsaw2002-11-191-1/+1
* membership_options(): Don't assume the environment has QUERY_STRING.bwarsaw2002-11-181-28/+30
* list_listinfo(): Fix a u/i buglet for when no choice is given betweenbwarsaw2002-11-161-0/+4
* change_options(): Display the fullname and address of the member justbwarsaw2002-11-161-1/+2
* main(): Watch out for unsubscription confirmations on addresses thatbwarsaw2002-11-151-7/+14
* Must import sys for signal handlers to work. Patch by Terry Hardie,bwarsaw2002-11-071-5/+6
* show_pending_subs(): Always uncanonstr() the fullname, even if it'sbwarsaw2002-11-061-2/+1
* request_creation(): Sort the languages by long (human readable) namebwarsaw2002-11-041-4/+12
* show_results(): Because of some html form peculiarities, especially onbwarsaw2002-11-041-10/+5
* show_pending_subs(): Another place where we have to uncanonstr() abwarsaw2002-10-291-0/+2
* add_options_table_item(): Pass the elaboration tobwarsaw2002-10-281-3/+7
* show_helds_overview(), show_post_requests(): Suggestion by Peerbwarsaw2002-10-251-3/+16
* add_options_table_item(), get_item_gui_value(): Pass the `extra' bitbwarsaw2002-10-191-12/+15
* process_request(): Catch BadListNameError's that can get raised if thebwarsaw2002-10-061-2/+6
* subscription_confirm(): Patch by Tokio Kikuchi, we need to pass thebwarsaw2002-10-051-1/+1
* membership_options(): Slight code re-arrangement so we're always surebwarsaw2002-10-041-2/+2
* subscription_prompt(), subscription_confirm(): Two more places wherebwarsaw2002-09-191-3/+5
* change_options(): Patch by Tokio Kikuchi, we need to canonicalize thebwarsaw2002-09-181-0/+1
* process_form(): When getting the member's full name out of the webbwarsaw2002-09-171-2/+2
* main(): When getting the member's full name out of the web form, webwarsaw2002-09-171-10/+9
* unsubscription_prompt(), addrchange_prompt(), reenable_prompt(): Whenbwarsaw2002-09-171-1/+12
* show_pending_unsubs(): When showing the unsub'ing member's name, usebwarsaw2002-09-171-4/+3
* membership_options(): We need to prep the user's full name into a charsetbwarsaw2002-09-171-3/+4