summaryrefslogtreecommitdiff
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* process_request(): When creating the UserNotification message object,bwarsaw2002-02-111-2/+2
* main(): Don't check for `request_login' in the cgi form data, becausebwarsaw2002-01-221-1/+1
* main(), change_options(): Don't check for `request_login' in the cgibwarsaw2002-01-221-13/+4
* Fixed a bug in delivery status disable/enable globally. Specifically,bwarsaw2002-01-171-17/+16
* show_pending_subs(), show_pending_unsubs(): Sort lexigraphically thebwarsaw2002-01-121-0/+14
* main(): Fixed two buglets. First in the "if sender:" block, thebwarsaw2002-01-081-2/+5
* process_form(): Handle MembershipIsBanned exceptions.bwarsaw2002-01-061-2/+6
* show_pending_subs(): Slight rewording of a label. Sorry translators!bwarsaw2002-01-061-12/+34
* get_item_gui_value(): Filter out volatile attributes when usingbwarsaw2002-01-041-2/+3
* main(): When short-circuiting the return (because there's no morebwarsaw2002-01-031-9/+30
* show_results(): Don't allow thru-the-web deletion of the site list.bwarsaw2002-01-021-1/+3
* main(): Refactor calculation of QUERY_STRING values.bwarsaw2002-01-021-12/+56
* process_form(): Make sure all the possible form item values are in thebwarsaw2002-01-021-3/+4
* main(): The last fix wasn't correct; it should have been fixed inbwarsaw2001-12-291-6/+1
* Massive rewrite, for which I'm too tired to detail (yeah, I'll regretbwarsaw2001-12-291-90/+370
* main(): Small bug fix for when the admin has checked the unsub box andbwarsaw2001-12-291-1/+6
* Added support for the RE_ENABLE confirmation (i.e. thru-the-webbwarsaw2001-12-271-1/+115
* Make it easier for gui components to implement specializations of thebwarsaw2001-12-271-13/+16
* main(), global_options(): Use getDeliveryStatus() andbwarsaw2001-12-191-8/+29
* membership_options(): Implement user-selected disabled delivery. Usebwarsaw2001-12-191-9/+25
* show_post_requests(): cgi.escape() the full text of the messagebwarsaw2001-11-301-1/+2
* main(): Move the setting of the language to up above the login page,bwarsaw2001-11-301-8/+19
* list_listinfo(): Code reorg.bwarsaw2001-11-301-1/+3
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-3010-29/+44
* get_item_gui_value(), get_valid_value(): Added EmailListEx widgetbwarsaw2001-11-211-3/+6
* process_request(): Utils.get_site_email()'s second argument should nobwarsaw2001-11-201-1/+1
* show_post_requests(): We have to translate the `reason' we get out ofbwarsaw2001-11-071-1/+1
* process_request(): Add an html comment to a string that otherwisebwarsaw2001-11-061-2/+7
* subscription_prompt(), unsubscription_prompt(), heldmsg_prompt(): Thebwarsaw2001-11-061-3/+38
* main(): When using private rosters, and attempting to remind, unsub,bwarsaw2001-11-061-22/+32
* ChangeHTML(): Must make sure the language-specific directory for thebwarsaw2001-11-051-4/+12
* password_input(): Daniel Buchmann rightly points out that the textbwarsaw2001-11-051-4/+5
* listinfo_overview(), admin_overview(): Simplify the test for virtualbwarsaw2001-11-022-6/+2
* show_results(), membership_options(): Two missed translationbwarsaw2001-10-271-6/+5
* get_item_gui_description(): Fixed i18n string. Found by Tokiobwarsaw2001-10-261-1/+1
* main(): template_data: handle_opts.html is gone. Found by Tokiobwarsaw2001-10-261-1/+0
* Get rid of useless import (reported by Dan Mick).bwarsaw2001-10-251-1/+0
* show_requests(): To be consistent with pendingsubs, pendingunsubsbwarsaw2001-10-211-1/+1
* main(): Call DeleteMember() when the unsubscribe button was hit sobwarsaw2001-10-211-7/+17
* show_requests(): Include a pending unsubscribes section if necessary.bwarsaw2001-10-211-3/+31
* option_help(): If there is no elaboration, don't display thebwarsaw2001-10-201-4/+2
* change_options(): A few code cleanups.bwarsaw2001-10-201-3/+1
* 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