| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -7/+12 |
| * | subscription_prompt(), subscription_confirm(): Remove the password | bwarsaw | 2002-03-04 | 1 | -12/+19 |
| * | process_form(): i18n fixes. The privacy alert message should be sent | bwarsaw | 2002-02-28 | 1 | -6/+13 |
| * | add_error_message(): Removed as a duplicate of Document.addError(). | bwarsaw | 2002-02-28 | 1 | -30/+32 |
| * | Document.addError()'s tag argument's default value is now "Error: " so | bwarsaw | 2002-02-28 | 1 | -10/+7 |
| * | get_valid_value(): Removed. This has all been moved into the | bwarsaw | 2002-02-27 | 1 | -116/+4 |
| * | add_error_message(): Converted to Document.addError(). | bwarsaw | 2002-02-23 | 1 | -26/+12 |
| * | show_post_requests(): Be sure to cgi.escape() the header text we're | bwarsaw | 2002-02-23 | 1 | -3/+3 |
| * | process_request(): When creating the UserNotification message object, | bwarsaw | 2002-02-11 | 1 | -2/+2 |
| * | main(): Don't check for `request_login' in the cgi form data, because | bwarsaw | 2002-01-22 | 1 | -1/+1 |
| * | main(), change_options(): Don't check for `request_login' in the cgi | bwarsaw | 2002-01-22 | 1 | -13/+4 |
| * | Fixed a bug in delivery status disable/enable globally. Specifically, | bwarsaw | 2002-01-17 | 1 | -17/+16 |
| * | show_pending_subs(), show_pending_unsubs(): Sort lexigraphically the | bwarsaw | 2002-01-12 | 1 | -0/+14 |
| * | main(): Fixed two buglets. First in the "if sender:" block, the | bwarsaw | 2002-01-08 | 1 | -2/+5 |
| * | process_form(): Handle MembershipIsBanned exceptions. | bwarsaw | 2002-01-06 | 1 | -2/+6 |
| * | show_pending_subs(): Slight rewording of a label. Sorry translators! | bwarsaw | 2002-01-06 | 1 | -12/+34 |
| * | get_item_gui_value(): Filter out volatile attributes when using | bwarsaw | 2002-01-04 | 1 | -2/+3 |
| * | main(): When short-circuiting the return (because there's no more | bwarsaw | 2002-01-03 | 1 | -9/+30 |
| * | show_results(): Don't allow thru-the-web deletion of the site list. | bwarsaw | 2002-01-02 | 1 | -1/+3 |
| * | main(): Refactor calculation of QUERY_STRING values. | bwarsaw | 2002-01-02 | 1 | -12/+56 |
| * | process_form(): Make sure all the possible form item values are in the | bwarsaw | 2002-01-02 | 1 | -3/+4 |
| * | main(): The last fix wasn't correct; it should have been fixed in | bwarsaw | 2001-12-29 | 1 | -6/+1 |
| * | Massive rewrite, for which I'm too tired to detail (yeah, I'll regret | bwarsaw | 2001-12-29 | 1 | -90/+370 |
| * | main(): Small bug fix for when the admin has checked the unsub box and | bwarsaw | 2001-12-29 | 1 | -1/+6 |
| * | Added support for the RE_ENABLE confirmation (i.e. thru-the-web | bwarsaw | 2001-12-27 | 1 | -1/+115 |
| * | Make it easier for gui components to implement specializations of the | bwarsaw | 2001-12-27 | 1 | -13/+16 |
| * | main(), global_options(): Use getDeliveryStatus() and | bwarsaw | 2001-12-19 | 1 | -8/+29 |
| * | membership_options(): Implement user-selected disabled delivery. Use | bwarsaw | 2001-12-19 | 1 | -9/+25 |
| * | show_post_requests(): cgi.escape() the full text of the message | bwarsaw | 2001-11-30 | 1 | -1/+2 |
| * | main(): Move the setting of the language to up above the login page, | bwarsaw | 2001-11-30 | 1 | -8/+19 |
| * | list_listinfo(): Code reorg. | bwarsaw | 2001-11-30 | 1 | -1/+3 |
| * | Forward port security patch from Mailman 2.0.8: | bwarsaw | 2001-11-30 | 10 | -29/+44 |
| * | get_item_gui_value(), get_valid_value(): Added EmailListEx widget | bwarsaw | 2001-11-21 | 1 | -3/+6 |
| * | process_request(): Utils.get_site_email()'s second argument should no | bwarsaw | 2001-11-20 | 1 | -1/+1 |
| * | show_post_requests(): We have to translate the `reason' we get out of | bwarsaw | 2001-11-07 | 1 | -1/+1 |
| * | process_request(): Add an html comment to a string that otherwise | bwarsaw | 2001-11-06 | 1 | -2/+7 |
| * | subscription_prompt(), unsubscription_prompt(), heldmsg_prompt(): The | bwarsaw | 2001-11-06 | 1 | -3/+38 |
| * | main(): When using private rosters, and attempting to remind, unsub, | bwarsaw | 2001-11-06 | 1 | -22/+32 |
| * | ChangeHTML(): Must make sure the language-specific directory for the | bwarsaw | 2001-11-05 | 1 | -4/+12 |
| * | password_input(): Daniel Buchmann rightly points out that the text | bwarsaw | 2001-11-05 | 1 | -4/+5 |
| * | listinfo_overview(), admin_overview(): Simplify the test for virtual | bwarsaw | 2001-11-02 | 2 | -6/+2 |
| * | show_results(), membership_options(): Two missed translation | bwarsaw | 2001-10-27 | 1 | -6/+5 |
| * | 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 |
| * | Get rid of useless import (reported by Dan Mick). | bwarsaw | 2001-10-25 | 1 | -1/+0 |
| * | show_requests(): To be consistent with pendingsubs, pendingunsubs | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | 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 |
| * | option_help(): If there is no elaboration, don't display the | bwarsaw | 2001-10-20 | 1 | -4/+2 |
| * | change_options(): A few code cleanups. | bwarsaw | 2001-10-20 | 1 | -3/+1 |