| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ADMIN_CATEGORIES: Add the 'language' category just after 'general'. | bwarsaw | 2001-08-14 | 1 | -1/+3 |
| * | _badchars(): Fixed a typo in the last change; the `/' character needs | bwarsaw | 2001-08-14 | 1 | -1/+1 |
| * | addlist(): Don't rely on the brilliant new feature in Python 2.1, where | twouters | 2001-08-11 | 1 | -1/+1 |
| * | It seems that all SMTP32 mailers have an | bwarsaw | 2001-08-04 | 1 | -4/+22 |
| * | ScanMessages(): Added SimpleWarning and LLNL modules. | bwarsaw | 2001-08-04 | 1 | -0/+2 |
| * | Fix copyright years | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+35 |
| * | Extend the address-cre for "failed addresses follow:" to match | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | process(): Add a default argument `patterns' so similar modules like | bwarsaw | 2001-08-04 | 1 | -1/+2 |
| * | Recognize two similar Postfix mutations: something calling itself | bwarsaw | 2001-08-04 | 1 | -2/+11 |
| * | process(): "Internet Mail Service" sure looks awfully similar. We | bwarsaw | 2001-08-04 | 1 | -0/+3 |
| * | check(): Add `delayed' as a valid Action: to match on. | bwarsaw | 2001-08-04 | 1 | -1/+4 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+46 |
| * | GetConfigInfo(): Vizi Szilard noticed a few strings missing i18n | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | create(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 1 | -4/+6 |
| * | process(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | listinfo_overview(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -2/+2 |
| * | process_request(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -6/+5 |
| * | admin_overview(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | get_site_email(): New function. | bwarsaw | 2001-08-04 | 1 | -0/+6 |
| * | ApprovedAddMember(), ApprovedDeleteMember(): Instead of using | bwarsaw | 2001-08-04 | 1 | -4/+5 |
| * | MAILMAN_OWNER: Removed. | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | HandleBouncingAddress(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -2/+3 |
| * | intermediate | bwarsaw | 2001-08-03 | 1 | -0/+44 |
| * | process(): If the message should be personalized (i.e. its metadata | bwarsaw | 2001-08-03 | 1 | -3/+22 |
| * | cosmetic | bwarsaw | 2001-08-03 | 1 | -1/+0 |
| * | GetConfigInfo(): UI changes, first to make the header and footer text | bwarsaw | 2001-08-03 | 1 | -3/+47 |
| * | change_options(): Always change the user's realname, not just if the | bwarsaw | 2001-08-03 | 1 | -3/+2 |
| * | NewVars(): Add the `personalize' attribute if it's missing. | bwarsaw | 2001-08-03 | 1 | -0/+1 |
| * | DATA_FILE_VERSION: Bump up to pick up the new `personalize' attribute. | bwarsaw | 2001-08-03 | 1 | -1/+1 |
| * | getMemberCPAddress(): Bug fix -- return the case preserved address not | bwarsaw | 2001-08-03 | 1 | -1/+1 |
| * | InitVars(): Initialize the `personalize' list attribute. Defaults to 0. | bwarsaw | 2001-08-03 | 1 | -0/+1 |
| * | OWNERS_CAN_ENABLE_PERSONALIZATION: Flag which controls whether list | bwarsaw | 2001-08-03 | 1 | -0/+8 |
| * | Some UI improvements suggested by Michael Yount: | bwarsaw | 2001-08-03 | 1 | -9/+9 |
| * | Some UI improvements suggested by Michael Yount: | bwarsaw | 2001-08-03 | 1 | -88/+111 |
| * | subscription_confirm(): Remove unnecessary argument. | bwarsaw | 2001-08-02 | 1 | -1/+1 |
| * | Ahwoops, forgot a comma. | bwarsaw | 2001-08-02 | 1 | -8/+8 |
| * | process_form(): Since this no longer gets called from the "edit | bwarsaw | 2001-08-02 | 1 | -41/+0 |
| * | main(): Do something more useful when no user was given, either in the | bwarsaw | 2001-08-02 | 1 | -21/+34 |
| * | list_listinfo(): Add a replacement for <mm-options-form-start>. See | bwarsaw | 2001-08-02 | 1 | -0/+1 |
| * | show_results(): Ousmane Wilane noticed a missing i18n markup. Also, | bwarsaw | 2001-08-02 | 1 | -2/+4 |
| * | GetMailmanFooter(): Add a link to the listinfo overview page for the | bwarsaw | 2001-08-02 | 1 | -12/+16 |
| * | Order add_language() calls alphabetically by language code. | bwarsaw | 2001-08-02 | 1 | -6/+8 |
| * | process(): Be sure to del msg['from'] before adding a new From: | bwarsaw | 2001-08-01 | 1 | -0/+1 |
| * | process(): NotAMember -> NotAMemberError | bwarsaw | 2001-08-01 | 1 | -1/+1 |
| * | hold_for_approval(): When holding the message for approval, generate a | bwarsaw | 2001-07-30 | 1 | -1/+6 |
| * | main(): Add support for allowing a user who posted a held message to | bwarsaw | 2001-07-30 | 1 | -0/+114 |
| * | Add a new confirmation type, for held messages. | bwarsaw | 2001-07-30 | 1 | -0/+2 |
| * | HoldMessage(): Return the id of the held message record in the database. | bwarsaw | 2001-07-30 | 1 | -0/+5 |
| * | __onefile(): Another step towards conversion to MemberAdaptor | bwarsaw | 2001-07-29 | 1 | -1/+1 |