summaryrefslogtreecommitdiff
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-7/+12
* subscription_prompt(), subscription_confirm(): Remove the passwordbwarsaw2002-03-041-12/+19
* process_form(): i18n fixes. The privacy alert message should be sentbwarsaw2002-02-281-6/+13
* add_error_message(): Removed as a duplicate of Document.addError().bwarsaw2002-02-281-30/+32
* Document.addError()'s tag argument's default value is now "Error: " sobwarsaw2002-02-281-10/+7
* get_valid_value(): Removed. This has all been moved into thebwarsaw2002-02-271-116/+4
* add_error_message(): Converted to Document.addError().bwarsaw2002-02-231-26/+12
* show_post_requests(): Be sure to cgi.escape() the header text we'rebwarsaw2002-02-231-3/+3
* 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