summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* change_options(): Filter out empty lines before we try to subscribebwarsaw2002-03-121-2/+2
* change_options(): Use splitlines() to find the addressesbwarsaw2002-03-121-5/+2
* change_options(): When updating a member's options, take care tobwarsaw2002-03-061-2/+6
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-7/+12
* 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
* main(), change_options(): Don't check for `request_login' in the cgibwarsaw2002-01-221-13/+4
* get_item_gui_value(): Filter out volatile attributes when usingbwarsaw2002-01-041-2/+3
* 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
* main(): The last fix wasn't correct; it should have been fixed inbwarsaw2001-12-291-6/+1
* main(): Small bug fix for when the admin has checked the unsub box andbwarsaw2001-12-291-1/+6
* Make it easier for gui components to implement specializations of thebwarsaw2001-12-271-13/+16
* membership_options(): Implement user-selected disabled delivery. Usebwarsaw2001-12-191-9/+25
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-301-1/+3
* get_item_gui_value(), get_valid_value(): Added EmailListEx widgetbwarsaw2001-11-211-3/+6
* password_input(): Daniel Buchmann rightly points out that the textbwarsaw2001-11-051-4/+5
* listinfo_overview(), admin_overview(): Simplify the test for virtualbwarsaw2001-11-021-3/+1
* 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
* 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
* 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-011-3/+1
* change_options(): Give some feedback on who's been removed.bwarsaw2001-08-291-0/+6
* admin_overview(): Use get_domain() instead of hardcodedbwarsaw2001-08-201-2/+11
* option_help(): Simplify the error message when the VARHELP variable isbwarsaw2001-08-171-13/+12
* import types => from types import *bwarsaw2001-08-141-41/+58
* 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
* show_results(): Ousmane Wilane noticed a missing i18n markup. Also,bwarsaw2001-08-021-2/+4
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-14/+11
* change_options(): When sucking the subscribers out of the upload,bwarsaw2001-07-201-23/+29
* A revamp to use the new category components, the new membership API,bwarsaw2001-07-191-113/+164
* Need to import sys!bwarsaw2001-07-061-14/+18
* main(), show_results(): Removed unnecessary global declarations.bwarsaw2001-07-031-5/+1
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-271-2/+2
* admin_overview(): Applied David Champion's SF patch 401452 tobwarsaw2001-06-071-3/+9
* Globally, WEB_HEADERCOLOR => WEB_HEADER_COLORbwarsaw2001-06-071-9/+9
* main(): Convert to the new world order for authentication. We don'tbwarsaw2001-05-311-87/+104
* membership_options(): The search button string should be marked asbwarsaw2001-05-251-1/+1
* admin_overview(): Application of SF patch #420396, submitted by Tokiobwarsaw2001-05-161-8/+6
* get_item_gui_description(): Can't add two Label() widgets, so formatbwarsaw2001-05-111-2/+2
* admin_overview(): Add a link to the site-wide `create' cgi page forbwarsaw2001-05-091-18/+23
* Update comments to sync with 2.0.5 branch.bwarsaw2001-05-031-19/+27