| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | GetConfigInfo(): Fixed the link to the admin page and to the | bwarsaw | 2001-10-27 | 1 | -1/+2 |
| * | GetConfigInfo(): Fixed the links to the passwords page, found by | bwarsaw | 2001-10-27 | 1 | -2/+2 |
| * | show_results(), membership_options(): Two missed translation | bwarsaw | 2001-10-27 | 1 | -6/+5 |
| * | process(): Implement ARCHIVE_HTML_SANITIZER == 2, meaning "leave it | bwarsaw | 2001-10-27 | 1 | -6/+31 |
| * | ARCHIVE_HTML_SANITIZER: This now takes values 0, 1, 2 (the latter is | bwarsaw | 2001-10-27 | 1 | -1/+3 |
| * | InitVars(): Add a hidden config variable `created_at' which | bwarsaw | 2001-10-27 | 1 | -0/+5 |
| * | Tokio Kikuchi says: | bwarsaw | 2001-10-26 | 1 | -9/+8 |
| * | get_item_gui_description(): Fixed i18n string. Found by Tokio | bwarsaw | 2001-10-26 | 1 | -1/+1 |
| * | main(): template_data: handle_opts.html is gone. Found by Tokio | bwarsaw | 2001-10-26 | 1 | -1/+0 |
| * | Much revision based on good feedback from mailman-developers. | bwarsaw | 2001-10-26 | 1 | -42/+111 |
| * | GetBaseArchiveURL(): PUBLIC_ARCHIVE_URL should be an absolute url | bwarsaw | 2001-10-26 | 1 | -0/+4 |
| * | PUBLIC_ARCHIVE_URL: This should now be an absolute url, with the | bwarsaw | 2001-10-26 | 1 | -2/+22 |
| * | process(), save_attachment(): Set the umask before creating the | bwarsaw | 2001-10-26 | 1 | -6/+6 |
| * | process(): Fix the processing of text/html parts w.r.t. discarding the | bwarsaw | 2001-10-26 | 1 | -3/+8 |
| * | Get rid of useless import (reported by Dan Mick). | bwarsaw | 2001-10-25 | 1 | -1/+0 |
| * | Some refinements in the outputted appearance of the archive file. | bwarsaw | 2001-10-25 | 1 | -6/+56 |
| * | processUnixMailbox(): Instantiate an ArchiverMailbox instead of a | bwarsaw | 2001-10-24 | 1 | -4/+8 |
| * | ARCHIVE_CLEANSER => ARCHIVE_SCRUBBER | bwarsaw | 2001-10-24 | 1 | -1/+1 |
| * | _archfactory(): A factory for the ArchiverMailbox class, this is | bwarsaw | 2001-10-24 | 1 | -2/+42 |
| * | A new module that will clean messages before they're committed to | bwarsaw | 2001-10-24 | 1 | -0/+109 |
| * | _dispose(): Move the Save() call into the try (exceptions are morally | bwarsaw | 2001-10-24 | 1 | -1/+1 |
| * | ARCHIVE_CLEANSER: A module that will clean messages before they're | bwarsaw | 2001-10-24 | 1 | -0/+10 |
| * | CheckVersion(): Can't lock an already locked list! | bwarsaw | 2001-10-22 | 1 | -1/+2 |
| * | CheckVersion(): The list must be locked in order to auto-update the | bwarsaw | 2001-10-22 | 1 | -10/+17 |
| * | VERSION: 2.1a3+ | bwarsaw | 2001-10-22 | 1 | -1/+1 |
| * | process(): Forgot to include a realname local var. | bwarsaw | 2001-10-22 | 1 | -0/+1 |
| * | GetConfigCategory(): "Topic filters" -> "Topics" | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | show_requests(): To be consistent with pendingsubs, pendingunsubs | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | ProcessUnsubscribeCmd(): We need to have a specific case where | bwarsaw | 2001-10-21 | 1 | -2/+14 |
| * | process(): If the list attribute include_rfc2369_headers is false, | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | GetConfigInfo(): Rewrite some of the confirm/approval strings for | bwarsaw | 2001-10-21 | 1 | -14/+29 |
| * | GetConfigInfo(): Move some of the items around, e.g. the goodbye_msg | bwarsaw | 2001-10-21 | 1 | -29/+61 |
| * | main(): Call DeleteMember() when the unsubscribe button was hit so | bwarsaw | 2001-10-21 | 1 | -7/+17 |
| * | show_requests(): Include a pending unsubscribes section if necessary. | bwarsaw | 2001-10-21 | 1 | -3/+31 |
| * | NewVars(): Add unsubscribe_policy, send_goodbye_msg, and | bwarsaw | 2001-10-21 | 1 | -0/+4 |
| * | DATA_FILE_VERSION: Bump this to 40 to pick up the new list attributes. | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | new(): Slight code cleanup; _ALLKEYS holds a list of 1-tuples of all | bwarsaw | 2001-10-21 | 1 | -5/+5 |
| * | InitVars(): New MailList attributes: | bwarsaw | 2001-10-21 | 1 | -8/+17 |
| * | ProcessUnsubscribeCmd(): Should use DeleteMember() instead of | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | Support for admin approved unsubscribes. Specifically, | bwarsaw | 2001-10-21 | 1 | -7/+56 |
| * | SendUnsubscribeAck(): Use a better Subject: on the message that gets | bwarsaw | 2001-10-21 | 1 | -3/+3 |
| * | DEFAULT_SEND_GOODBYE_MSG: Default flag for whether a goodbye message | bwarsaw | 2001-10-21 | 1 | -0/+21 |
| * | process(): Reworked Reply-To: munging so list owners can establish | bwarsaw | 2001-10-20 | 1 | -12/+31 |
| * | GetConfigInfo(): Added first_strip_reply_to. Also, did some | bwarsaw | 2001-10-20 | 1 | -9/+24 |
| * | option_help(): If there is no elaboration, don't display the | bwarsaw | 2001-10-20 | 1 | -4/+2 |
| * | NewVars(): Pick up new list attribute first_strip_reply_to. | bwarsaw | 2001-10-20 | 1 | -0/+2 |
| * | DATA_FILE_VERSION: Bumping to pick up new list attribute first_strip_reply_to | bwarsaw | 2001-10-20 | 1 | -1/+1 |
| * | InitVars(): New list attribute first_strip_reply_to. | bwarsaw | 2001-10-20 | 1 | -0/+1 |
| * | DEFAULT_FIRST_STRIP_REPLY_TO: Default for new list attribute | bwarsaw | 2001-10-20 | 1 | -0/+5 |
| * | HandleForm(): Added (essentially no-op) so that admin.py will | bwarsaw | 2001-10-20 | 1 | -0/+4 |