| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | process_form(): When getting the member's full name out of the web | bwarsaw | 2002-09-17 | 1 | -2/+2 |
| * | main(): When getting the member's full name out of the web form, we | bwarsaw | 2002-09-17 | 1 | -10/+9 |
| * | unsubscription_prompt(), addrchange_prompt(), reenable_prompt(): When | bwarsaw | 2002-09-17 | 1 | -1/+12 |
| * | show_pending_unsubs(): When showing the unsub'ing member's name, use | bwarsaw | 2002-09-17 | 1 | -4/+3 |
| * | membership_options(): We need to prep the user's full name into a charset | bwarsaw | 2002-09-17 | 1 | -3/+4 |
| * | show_post_requests(): The default rejection notice wasn't getting | bwarsaw | 2002-09-13 | 1 | -3/+2 |
| * | request_creation(): Using GetDirectories() makes Mailman vulnerable to | bwarsaw | 2002-09-13 | 1 | -1/+1 |
| * | subscription_prompt(): The moderator only approves requests when | bwarsaw | 2002-09-13 | 1 | -1/+3 |
| * | change_options(): Handle the problem of when an invited user is | bwarsaw | 2002-09-13 | 1 | -1/+4 |
| * | Global.__nonzero__(): Fixed typo, missing return. Closes SF bug | bwarsaw | 2002-09-11 | 1 | -1/+1 |
| * | main(): Cute hack by Donn Cave to optimize the option settings when no | bwarsaw | 2002-09-05 | 1 | -2/+5 |
| * | listinfo_overview(): Actually, use wording similar to admin.py | bwarsaw | 2002-08-29 | 1 | -2/+2 |
| * | listinfo_overview(): Fixed typo reported by Greg Ward. | bwarsaw | 2002-08-29 | 1 | -1/+1 |
| * | heldmsg_prompt(): Must unpack the data before trying to use the sender | bwarsaw | 2002-08-23 | 1 | -2/+3 |
| * | subscription_prompt(): Some u/i changes suggested by PieterB in SF bug | bwarsaw | 2002-08-22 | 1 | -8/+11 |
| * | heldmsg_prompt(): Watch out for situations when the list administrator | bwarsaw | 2002-08-16 | 1 | -7/+16 |
| * | membership_options(): Searching for a member should match against the | bwarsaw | 2002-08-15 | 1 | -3/+6 |
| * | options_help(): When displaying a variable detail, use the human | bwarsaw | 2002-08-14 | 1 | -1/+2 |
| * | subscription_prompt(): Don't provide the choice of digests or | bwarsaw | 2002-08-09 | 1 | -3/+6 |
| * | subscription_prompt(): Slightly better alignment of buttons in | bwarsaw | 2002-07-26 | 1 | -2/+1 |
| * | main(): When there are no more pending requests, include a reload | bwarsaw | 2002-07-24 | 1 | -0/+3 |
| * | main(): Fixes for requesting a change of address where the new address | bwarsaw | 2002-07-11 | 1 | -5/+27 |
| * | mass_subscribe(), change_options(): Add a text box on the mass | bwarsaw | 2002-05-28 | 1 | -2/+12 |
| * | get_item_gui_value(): Removed an unused local variable. | bwarsaw | 2002-05-25 | 1 | -1/+0 |
| * | QuoteHyperChars() -> websafe() | bwarsaw | 2002-05-22 | 10 | -27/+26 |
| * | loginpage(): In the language form, include a hidden `email' item so | bwarsaw | 2002-05-03 | 1 | -0/+2 |
| * | membership_options(), change_options(): The mapping of short options | bwarsaw | 2002-05-02 | 1 | -4/+3 |
| * | main(): When calling addrchange_prompt(), catch NotAMemberErrors that | bwarsaw | 2002-04-11 | 1 | -1/+9 |
| * | process_request(): When trying to find the mapping from url-host to | bwarsaw | 2002-04-05 | 1 | -1/+2 |
| * | showresults(), membership_options(): A nicer placement and u/i for the | bwarsaw | 2002-03-29 | 1 | -14/+14 |
| * | show_pending_subs(), show_pending_unsubs(): Remove duplicates both | bwarsaw | 2002-03-27 | 1 | -2/+10 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -1/+1 |
| * | show_helds_overview(): We can always guarantee that the length of the | bwarsaw | 2002-03-26 | 1 | -5/+1 |
| * | change_options(): A kludge, but don't set the emergency attribute from | bwarsaw | 2002-03-25 | 1 | -2/+4 |
| * | Feedback from Guido... | bwarsaw | 2002-03-23 | 2 | -13/+21 |
| * | Good suggestion by Fred Drake: the delivery of MIME vs. plain text | bwarsaw | 2002-03-22 | 1 | -18/+41 |
| * | main(): Fix some of the messages so the end with a period and a space, | bwarsaw | 2002-03-22 | 1 | -2/+2 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 7 | -7/+7 |
| * | show_results(): Add support for the emergency hold button. When | bwarsaw | 2002-03-15 | 1 | -24/+37 |
| * | main(): Removed bogus i18n markup around a `whence' argument to | bwarsaw | 2002-03-14 | 1 | -1/+1 |
| * | main(), subscription_prompt(), subscription_confirm(): The | bwarsaw | 2002-03-14 | 1 | -6/+12 |
| * | mass_subscribe(), change_options(): Added a "subscribe or invite" | bwarsaw | 2002-03-14 | 1 | -47/+66 |
| * | change_options(): Filter out empty lines before we try to subscribe | bwarsaw | 2002-03-12 | 1 | -2/+2 |
| * | request_creation(): Present a "should we moderate" field on list | bwarsaw | 2002-03-12 | 1 | -0/+24 |
| * | subscription_confirm(): Dan Mick noticed that we didn't completely | bwarsaw | 2002-03-12 | 1 | -17/+1 |
| * | change_options(): Use splitlines() to find the addresses | bwarsaw | 2002-03-12 | 1 | -5/+2 |
| * | main(): Fix the warnings for "one last digest", "must digest", and | bwarsaw | 2002-03-10 | 1 | -3/+10 |
| * | change_options(): When updating a member's options, take care to | bwarsaw | 2002-03-06 | 1 | -2/+6 |
| * | Add BAW comments so we know that these modules still need to be | bwarsaw | 2002-03-05 | 1 | -1/+2 |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -3/+23 |