summaryrefslogtreecommitdiff
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* jcrey's latest round of I18N changes.bwarsaw2000-12-269-127/+201
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-079-308/+319
* process_form(): Don't pass the `user' argument to PrintResults whenbwarsaw2000-11-091-2/+1
* Added a hack to access the raw full archive when archives arebwarsaw2000-10-021-12/+24
* Fixes for a minor local security hole. Some of the CGI scripts couldbwarsaw2000-09-299-127/+62
* main(): syslog() call had unnecessary trailing \n. Closes SF patchbwarsaw2000-09-191-1/+1
* FormatConfiguration(): Added Dan Mick suggestion for a link to thebwarsaw2000-09-191-4/+5
* ChangeOptions(): A previous change retained empty fields by passingbwarsaw2000-09-151-17/+18
* PrintRequests(): Now that all footers contain links to the adminbwarsaw2000-09-151-7/+1
* loginpage(): Use full-on red for errors.bwarsaw2000-09-151-2/+5
* main(): When creating the cgi.FieldStorage instance, we need to setbwarsaw2000-09-151-1/+1
* FormatOptionHelp(), GetItemGuiDescr(): Several changes which improvebwarsaw2000-09-121-23/+22
* PrintPostRequest(): Hack around a usability issue pointed out bybwarsaw2000-09-121-7/+12
* ChangeOptions(): Use mlist.SetUserDigest() to set/unset the digestbwarsaw2000-09-111-16/+11
* main(): Because `/' is legal in RFC822 email addresses, it could showbwarsaw2000-09-111-1/+1
* AddErrorMessage(): Insert the big red "Warning:" here, but make thebwarsaw2000-09-091-13/+20
* PrintResults(): Add a link back to the user options page on thebwarsaw2000-09-091-32/+55
* PrintPostRequest(): Default forward address is -owner instead ofbwarsaw2000-09-091-1/+1
* process_form(): Fix for SF bug #111306, results in triplicate when notbwarsaw2000-09-081-3/+1
* main(): Make sure mlist.web_page_url ends in a trailing slash bybwarsaw2000-08-031-0/+1
* FormatMembershipOptions(): Missed one use of GetScriptURL() - found bybwarsaw2000-08-021-1/+1
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-5/+3
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-1/+1
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-4/+3
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-3/+3
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-17/+14
* GetRelativeScriptURL() => GetScriptURL()bwarsaw2000-08-011-1/+1
* optionslinks(): Use GetScriptURL(relative=1) for calculating the path.bwarsaw2000-07-251-1/+1
* PAGE: Include some information on cookies in the login screen. Closesbwarsaw2000-07-251-1/+8
* Applying the patches from SF Bug #109217 that are not specific tobwarsaw2000-07-241-4/+7
* Applying the patches from SF Bug #109217 that are not specific tobwarsaw2000-07-241-10/+9
* loginpage: Remove the Cache-control: and Expires: headers. Thesebwarsaw2000-07-221-5/+1
* main(): Oops, remove debugging.bwarsaw2000-07-201-1/+0
* authenticated(): Removed (see Mailman/Cgi/Auth.py).bwarsaw2000-07-201-45/+5
* authenticated(): Removed (see Mailman/Cgi/Auth.py).bwarsaw2000-07-201-71/+39
* Factor out some of the common code in admin.py and admindb.py.bwarsaw2000-07-201-0/+83
* main(), authenticate(): Factored out of main(), this function nowbwarsaw2000-07-191-51/+62
* main(), authenticate(): Factored out of main(), this function nowbwarsaw2000-07-191-54/+57
* main(): syslog() call needs log file first argument.bwarsaw2000-06-286-6/+6
* main(): syslog() call needs the log file as first argument. Found bybwarsaw2000-06-271-1/+1
* main(): syslog() requires first argument to be the logfile to log to.bwarsaw2000-06-261-1/+1
* main(): syslog doesn't need a trailing newlinebwarsaw2000-06-231-1/+1
* Hackish support for `volatile' properties in the web interface.bwarsaw2000-06-231-9/+16
* PrintAddMemberRequest(): First value should be mm_cfg.SUBSCRIBE.bwarsaw2000-06-201-1/+1
* PrintPostRequest(), PrintAddMemberRequest(): Use the new valuesbwarsaw2000-06-201-2/+5
* PrintPostRequest(): Fixed the call to discard a message when the givenbwarsaw2000-06-191-1/+1
* Several UI and functional changes. Better layout and better text inbwarsaw2000-06-151-20/+54
* PrintAddMemberRequest(): It makes for better usability if the `refuse'bwarsaw2000-06-141-1/+1
* main(): call to syslog() had the wrong number of arguments.bwarsaw2000-06-141-1/+1
* ChangeOptions(): Thomas Wouters patch to not complain about emptybwarsaw2000-06-051-1/+1