summaryrefslogtreecommitdiff
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* main(): Fixed the handling of the user's preferred language. Now itbwarsaw2001-06-271-10/+10
* main(): Fix this to use the new authentication machinery.bwarsaw2001-06-271-5/+13
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-2710-14/+12
* Better syslog() calling conventions. Also, log some messages tobwarsaw2001-06-271-4/+4
* print_results(): Toggle off the output of <head><body> tags by settingbwarsaw2001-06-251-0/+5
* options_page(): Toggle off the output of <head><body> tags by settingbwarsaw2001-06-251-0/+5
* listinfo_overview(): Applied David Champion's SF patch 401452 tobwarsaw2001-06-071-4/+9
* admin_overview(): Applied David Champion's SF patch 401452 tobwarsaw2001-06-071-3/+9
* Globally, WEB_HEADERCOLOR => WEB_HEADER_COLORbwarsaw2001-06-073-5/+5
* main(): Better, more consistent error pages, after a suggestion bybwarsaw2001-06-071-12/+25
* Globally, WEB_HEADERCOLOR => WEB_HEADER_COLORbwarsaw2001-06-071-9/+9
* options_page(): Missed an i18n marking. Found by Ousmane Wilane.bwarsaw2001-06-021-1/+1
* Updates for the new authentication scheme. Note that there are otherbwarsaw2001-06-011-46/+40
* main(): Convert to the new world order for web authentication,bwarsaw2001-05-311-13/+18
* A considerable rewrite to support many new features, and to obviatebwarsaw2001-05-311-34/+506
* This file is no longer necessary. All the functionality has beenbwarsaw2001-05-311-346/+0
* main(), process_form(), print_results(): We don't need to pass thebwarsaw2001-05-311-5/+5
* main(): Use the new world order for authentication, by usingbwarsaw2001-05-311-39/+25
* main(), process_request(), request_deletion(): We don't need to passbwarsaw2001-05-311-16/+21
* main(): We don't need to pass the document background color as anbwarsaw2001-05-312-7/+7
* listinfo_overview(): We don't need to pass the document backgroundbwarsaw2001-05-311-3/+3
* main(), process_request(), request_creation(): We don't need to passbwarsaw2001-05-311-18/+21
* main(): We don't need to pass the document background color as anbwarsaw2001-05-311-6/+11
* main(): Convert to the new world order for authentication. We don'tbwarsaw2001-05-311-87/+104
* Stupid change because the last checkin failed to say:bwarsaw2001-05-311-1/+2
* loginpage(): Add the standard footer to the login page. The loginbwarsaw2001-05-311-35/+8
* main(): The options.html template now has a field for suppressing thebwarsaw2001-05-251-0/+4
* process_form(): Add support for SuppressPasswordReminder user option.bwarsaw2001-05-251-0/+4
* On suggestion of Vizi Szilard, added a "Clear Form" button.bwarsaw2001-05-251-5/+7
* membership_options(): The search button string should be marked asbwarsaw2001-05-251-1/+1
* process_request(): When calling the MTA-specific remove() function,bwarsaw2001-05-221-1/+1
* process_request(): When calling the MTA-specific create() function,bwarsaw2001-05-221-1/+1
* main(): Instead of passing in the list's preferred language, simplybwarsaw2001-05-181-1/+1
* main(): Don't call HTMLFormatter.InitVars() since mlist._template_dirbwarsaw2001-05-181-9/+6
* main(): Instead of passing in the list's preferred language, simplybwarsaw2001-05-181-5/+6
* show_requests(): Instead of passing in the list's preferred language,bwarsaw2001-05-181-1/+1
* loginpage(): Instead of passing in the list's preferred language,bwarsaw2001-05-181-1/+1
* Application of SF patch #420396, submitted by Tokio Kikuchi. Thisbwarsaw2001-05-162-7/+25
* admin_overview(): Application of SF patch #420396, submitted by Tokiobwarsaw2001-05-161-8/+6
* listinfo_overview(): Application of SF patch #420396, submitted bybwarsaw2001-05-161-4/+3
* main(): Change the way the private archives authentication page isbwarsaw2001-05-161-5/+7
* get_item_gui_description(): Can't add two Label() widgets, so formatbwarsaw2001-05-111-2/+2
* Add a "notify list owner?" widget, defaulting to Yes.bwarsaw2001-05-101-15/+31
* process_request(): Allow any of the following passwords to be used tobwarsaw2001-05-091-1/+3
* Added option to auto-generate list-admin password. The passwords willbwarsaw2001-05-091-7/+38
* intermediatebwarsaw2001-05-091-2/+0
* intermediatebwarsaw2001-05-091-1/+0
* CGI scripts for through-the-web creation and deletion of mailing lists.bwarsaw2001-05-092-0/+500
* listinfo_overview(): The hostname/domain grokking code was moved intobwarsaw2001-05-091-16/+4
* success(): By adding default arguments, we can do the unpacking ofbwarsaw2001-05-091-3/+1