| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | main(): don't call handle_no_list() with a 'doc' argument: it doesn't want | twouters | 2001-07-10 | 1 | -1/+1 |
| * | Better syslog() calling conventions. Also, don't mark syslog messages | bwarsaw | 2001-06-27 | 1 | -1/+1 |
| * | main(): Convert to the new world order for web authentication, | bwarsaw | 2001-05-31 | 1 | -13/+18 |
| * | show_requests(): Instead of passing in the list's preferred language, | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | main(): Add an explicit call to sys.exit() in the sigterm_handler() so | bwarsaw | 2001-05-03 | 1 | -5/+15 |
| * | Fixes to handle User-Hits-Stop-Button problems, specifically, | bwarsaw | 2001-05-02 | 1 | -1/+8 |
| * | show_post_requests(): Mark another string as translatable. | bwarsaw | 2001-03-02 | 1 | -1/+1 |
| * | show_post_requests(): Of course Thomas Wouters is right, cgi.escape() | bwarsaw | 2001-03-01 | 1 | -4/+1 |
| * | More i18n changes. | bwarsaw | 2001-03-01 | 1 | -106/+152 |
| * | De-string-module-ification. | bwarsaw | 2001-03-01 | 1 | -6/+14 |
| * | Untabification. | bwarsaw | 2001-02-28 | 1 | -19/+21 |
| * | Fix some _() wrappings to use local variables. | bwarsaw | 2001-02-28 | 1 | -3/+4 |
| * | jcrey's latest round of I18N changes. | bwarsaw | 2000-12-26 | 1 | -2/+6 |
| * | First round integration of Juan Carlos's translatable string markings. | bwarsaw | 2000-12-07 | 1 | -38/+39 |
| * | Fixes for a minor local security hole. Some of the CGI scripts could | bwarsaw | 2000-09-29 | 1 | -4/+2 |
| * | PrintRequests(): Now that all footers contain links to the admin | bwarsaw | 2000-09-15 | 1 | -7/+1 |
| * | PrintPostRequest(): Hack around a usability issue pointed out by | bwarsaw | 2000-09-12 | 1 | -7/+12 |
| * | PrintPostRequest(): Default forward address is -owner instead of | bwarsaw | 2000-09-09 | 1 | -1/+1 |
| * | Cleanups to fix relative/absolute script url calculation in response | bwarsaw | 2000-08-01 | 1 | -3/+3 |
| * | authenticated(): Removed (see Mailman/Cgi/Auth.py). | bwarsaw | 2000-07-20 | 1 | -45/+5 |
| * | main(), authenticate(): Factored out of main(), this function now | bwarsaw | 2000-07-19 | 1 | -51/+62 |
| * | main(): syslog() call needs the log file as first argument. Found by | bwarsaw | 2000-06-27 | 1 | -1/+1 |
| * | PrintAddMemberRequest(): First value should be mm_cfg.SUBSCRIBE. | bwarsaw | 2000-06-20 | 1 | -1/+1 |
| * | PrintPostRequest(), PrintAddMemberRequest(): Use the new values | bwarsaw | 2000-06-20 | 1 | -2/+5 |
| * | PrintPostRequest(): Fixed the call to discard a message when the given | bwarsaw | 2000-06-19 | 1 | -1/+1 |
| * | Several UI and functional changes. Better layout and better text in | bwarsaw | 2000-06-15 | 1 | -20/+54 |
| * | PrintAddMemberRequest(): It makes for better usability if the `refuse' | bwarsaw | 2000-06-14 | 1 | -1/+1 |
| * | Convert all uses of sys.stderr.write() and mlist.LogMsg() to the new | bwarsaw | 2000-06-02 | 1 | -2/+2 |
| * | PrintPostRequest(): For backwards compatibility, the info tuple can be | bwarsaw | 2000-05-09 | 1 | -1/+5 |
| * | Some meager consistency in handling errors when trying to open the | bwarsaw | 2000-04-04 | 1 | -4/+8 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -3/+1 |
| * | PrintPostRequest(): Snarf the message text out of the file system | bwarsaw | 1999-11-15 | 1 | -3/+20 |
| * | A few misc cleanups | bwarsaw | 1999-11-11 | 1 | -4/+8 |
| * | main(): Ensure that the list is saved in the finally clause | bwarsaw | 1999-11-11 | 1 | -0/+7 |
| * | Massively restructured for integration with the new request API | bwarsaw | 1999-11-10 | 1 | -228/+156 |
| * | SecurityManager: | hmeland | 1999-06-13 | 1 | -34/+22 |
| * | Changes to fix the CGI cookie security flaw reported by John Morton. | hmeland | 1999-06-11 | 1 | -2/+2 |
| * | Filled in the TextArea for likely administrivia with the message i | klm | 1999-05-01 | 1 | -5/+10 |
| * | Provide a tad more space for the administrator to explain why a | klm | 1999-03-10 | 1 | -1/+1 |
| * | Utils.GetRequestURI(): New function, returns the full virtual path the | hmeland | 1999-03-02 | 1 | -1/+1 |
| * | main(): take care of special cases where CGI extension needs to be | bwarsaw | 1999-02-28 | 1 | -2/+2 |
| * | main(): when crafting the admlogin.txt and there's no REQUEST_URI, fix | bwarsaw | 1999-01-09 | 1 | -1/+1 |
| * | HandleRequests(): the entries in the FieldStorage `form' could be a | bwarsaw | 1999-01-09 | 1 | -1/+4 |
| * | Reorganize administrator authentication so that it is done up-front | bwarsaw | 1998-12-19 | 1 | -77/+132 |
| * | robustified: | cotton | 1998-10-23 | 1 | -1/+7 |
| * | PrintRequests(): happened to notice a typo while here. | klm | 1998-07-20 | 1 | -2/+3 |
| * | PrintRequests(): call to list.RequestsPending() becomes | klm | 1998-07-20 | 1 | -1/+1 |
| * | Add more disgusting global variable references, just to avoid | bwarsaw | 1998-06-23 | 1 | -1/+17 |
| * | Convert all module names to their new names. Import all modules from | bwarsaw | 1998-06-19 | 1 | -39/+49 |
| * | These are the files that used to be in ../cgi, except they no longer | viega | 1998-06-14 | 1 | -0/+232 |