summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes to handle User-Hits-Stop-Button problems, specifically,bwarsaw2001-05-021-2/+22
* CATEGORIES: Changes for readability...bwarsaw2001-05-011-2/+6
* As if this file wasn't enough of an ugly hack ;) -- significantbwarsaw2001-04-091-170/+349
* admin_overview(): Adjust %(default_hostname)s to match variable nametwouters2001-03-051-2/+2
* admin_overview(): Fixed typo which broke admin overview.bwarsaw2001-03-031-1/+1
* FormatPasswordStuff() -> password_inputs()bwarsaw2001-03-031-6/+9
* option_help(): Fix two typos that broke variable details screen.bwarsaw2001-03-031-3/+3
* CATEGORIES: We forgot about the auto responder!bwarsaw2001-03-011-0/+1
* Untabification.bwarsaw2001-02-281-60/+60
* Big i18n changes.bwarsaw2001-02-281-322/+374
* De-string-module-ify.bwarsaw2001-02-151-49/+33
* jcrey's latest round of I18N changes.bwarsaw2000-12-261-24/+53
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-102/+114
* Fixes for a minor local security hole. Some of the CGI scripts couldbwarsaw2000-09-291-10/+5
* 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
* 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
* ChangeOptions(): Use mlist.SetUserDigest() to set/unset the digestbwarsaw2000-09-111-16/+11
* AddErrorMessage(): Insert the big red "Warning:" here, but make thebwarsaw2000-09-091-13/+20
* 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-17/+14
* main(): Oops, remove debugging.bwarsaw2000-07-201-1/+0
* authenticated(): Removed (see Mailman/Cgi/Auth.py).bwarsaw2000-07-201-71/+39
* main(), authenticate(): Factored out of main(), this function nowbwarsaw2000-07-191-54/+57
* main(): syslog() call needs log file first argument.bwarsaw2000-06-281-1/+1
* Hackish support for `volatile' properties in the web interface.bwarsaw2000-06-231-9/+16
* ChangeOptions(): Thomas Wouters patch to not complain about emptybwarsaw2000-06-051-1/+1
* Convert all uses of sys.stderr.write() and mlist.LogMsg() to the newbwarsaw2000-06-021-9/+7
* A few minor cosmetic changes to the admin UI.bwarsaw2000-05-091-5/+4
* main(): Slightly different message for the log file when someone triesbwarsaw2000-04-141-1/+3
* FormatConfiguration(): Rather than put the cookies-must-be-enabledbwarsaw2000-04-091-2/+2
* Every admin page now contains a note stating that changes will nothmeland2000-04-091-16/+5
* ChangeOptions(): When the gateway_to_mail option changes (in anybwarsaw2000-04-071-1/+8
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-041-9/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-3/+1
* Some minor improvements to the admin UI, specifically:bwarsaw2000-03-031-31/+35
* GetItemGuiValue(): slight reworking of the RadioButtonArray kludge atbwarsaw2000-02-261-4/+4
* FormatConfiguration(): Kludge in the encoding typebwarsaw2000-02-251-11/+31
* CATEGORIES: added `autoreply' category.bwarsaw2000-02-191-1/+3
* FormatMembershipOptions(): Fixed keyword argument usage `obscured' =>bwarsaw1999-12-271-1/+1
* Added a warning to details windows, so users know that changing thebwarsaw1999-12-111-0/+2
* ChangeOptions(): Don't allow real_name to differ from _internal_namebwarsaw1999-11-291-0/+11
* small change to "no description" msg.bwarsaw1999-11-111-1/+1
* No need to import paths; that's all set up by the CGI driver.bwarsaw1999-11-111-1/+0
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-138/+168
* Fixed a minor grammar error.hmeland1999-07-011-1/+1
* SecurityManager:hmeland1999-06-131-40/+39