summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admindb.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* main(): don't call handle_no_list() with a 'doc' argument: it doesn't wanttwouters2001-07-101-1/+1
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-271-1/+1
* main(): Convert to the new world order for web authentication,bwarsaw2001-05-311-13/+18
* show_requests(): Instead of passing in the list's preferred language,bwarsaw2001-05-181-1/+1
* main(): Add an explicit call to sys.exit() in the sigterm_handler() sobwarsaw2001-05-031-5/+15
* Fixes to handle User-Hits-Stop-Button problems, specifically,bwarsaw2001-05-021-1/+8
* show_post_requests(): Mark another string as translatable.bwarsaw2001-03-021-1/+1
* show_post_requests(): Of course Thomas Wouters is right, cgi.escape()bwarsaw2001-03-011-4/+1
* More i18n changes.bwarsaw2001-03-011-106/+152
* De-string-module-ification.bwarsaw2001-03-011-6/+14
* Untabification.bwarsaw2001-02-281-19/+21
* Fix some _() wrappings to use local variables.bwarsaw2001-02-281-3/+4
* jcrey's latest round of I18N changes.bwarsaw2000-12-261-2/+6
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-38/+39
* Fixes for a minor local security hole. Some of the CGI scripts couldbwarsaw2000-09-291-4/+2
* PrintRequests(): Now that all footers contain links to the adminbwarsaw2000-09-151-7/+1
* PrintPostRequest(): Hack around a usability issue pointed out bybwarsaw2000-09-121-7/+12
* PrintPostRequest(): Default forward address is -owner instead ofbwarsaw2000-09-091-1/+1
* Cleanups to fix relative/absolute script url calculation in responsebwarsaw2000-08-011-3/+3
* authenticated(): Removed (see Mailman/Cgi/Auth.py).bwarsaw2000-07-201-45/+5
* main(), authenticate(): Factored out of main(), this function nowbwarsaw2000-07-191-51/+62
* main(): syslog() call needs the log file as first argument. Found bybwarsaw2000-06-271-1/+1
* 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
* Convert all uses of sys.stderr.write() and mlist.LogMsg() to the newbwarsaw2000-06-021-2/+2
* PrintPostRequest(): For backwards compatibility, the info tuple can bebwarsaw2000-05-091-1/+5
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-041-4/+8
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-3/+1
* PrintPostRequest(): Snarf the message text out of the file systembwarsaw1999-11-151-3/+20
* A few misc cleanupsbwarsaw1999-11-111-4/+8
* main(): Ensure that the list is saved in the finally clausebwarsaw1999-11-111-0/+7
* Massively restructured for integration with the new request APIbwarsaw1999-11-101-228/+156
* SecurityManager:hmeland1999-06-131-34/+22
* Changes to fix the CGI cookie security flaw reported by John Morton.hmeland1999-06-111-2/+2
* Filled in the TextArea for likely administrivia with the message iklm1999-05-011-5/+10
* Provide a tad more space for the administrator to explain why aklm1999-03-101-1/+1
* Utils.GetRequestURI(): New function, returns the full virtual path thehmeland1999-03-021-1/+1
* main(): take care of special cases where CGI extension needs to bebwarsaw1999-02-281-2/+2
* main(): when crafting the admlogin.txt and there's no REQUEST_URI, fixbwarsaw1999-01-091-1/+1
* HandleRequests(): the entries in the FieldStorage `form' could be abwarsaw1999-01-091-1/+4
* Reorganize administrator authentication so that it is done up-frontbwarsaw1998-12-191-77/+132
* robustified:cotton1998-10-231-1/+7
* PrintRequests(): happened to notice a typo while here.klm1998-07-201-2/+3
* PrintRequests(): call to list.RequestsPending() becomesklm1998-07-201-1/+1
* Add more disgusting global variable references, just to avoidbwarsaw1998-06-231-1/+17
* Convert all module names to their new names. Import all modules frombwarsaw1998-06-191-39/+49
* These are the files that used to be in ../cgi, except they no longerviega1998-06-141-0/+232