| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | change_options(): Filter out empty lines before we try to subscribe | bwarsaw | 2002-03-12 | 1 | -2/+2 |
| * | change_options(): Use splitlines() to find the addresses | bwarsaw | 2002-03-12 | 1 | -5/+2 |
| * | change_options(): When updating a member's options, take care to | bwarsaw | 2002-03-06 | 1 | -2/+6 |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -7/+12 |
| * | 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 |
| * | main(), change_options(): Don't check for `request_login' in the cgi | bwarsaw | 2002-01-22 | 1 | -13/+4 |
| * | get_item_gui_value(): Filter out volatile attributes when using | bwarsaw | 2002-01-04 | 1 | -2/+3 |
| * | 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 |
| * | main(): The last fix wasn't correct; it should have been fixed in | bwarsaw | 2001-12-29 | 1 | -6/+1 |
| * | main(): Small bug fix for when the admin has checked the unsub box and | bwarsaw | 2001-12-29 | 1 | -1/+6 |
| * | Make it easier for gui components to implement specializations of the | bwarsaw | 2001-12-27 | 1 | -13/+16 |
| * | membership_options(): Implement user-selected disabled delivery. Use | bwarsaw | 2001-12-19 | 1 | -9/+25 |
| * | Forward port security patch from Mailman 2.0.8: | bwarsaw | 2001-11-30 | 1 | -1/+3 |
| * | get_item_gui_value(), get_valid_value(): Added EmailListEx widget | bwarsaw | 2001-11-21 | 1 | -3/+6 |
| * | 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 | 1 | -3/+1 |
| * | 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 |
| * | 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 |
| * | Some reorganization of the Membership List page: | bwarsaw | 2001-10-19 | 1 | -14/+47 |
| * | main(): category_suffix -> category, and get subcat from parts[0] | bwarsaw | 2001-10-15 | 1 | -40/+77 |
| * | show_results(): Fix the calculation for splitting the left column into | bwarsaw | 2001-10-04 | 1 | -13/+8 |
| * | change_options(): Only print the "Successfully Removed:" message if | bwarsaw | 2001-10-01 | 1 | -4/+5 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -3/+1 |
| * | change_options(): Give some feedback on who's been removed. | bwarsaw | 2001-08-29 | 1 | -0/+6 |
| * | admin_overview(): Use get_domain() instead of hardcoded | bwarsaw | 2001-08-20 | 1 | -2/+11 |
| * | option_help(): Simplify the error message when the VARHELP variable is | bwarsaw | 2001-08-17 | 1 | -13/+12 |
| * | import types => from types import * | bwarsaw | 2001-08-14 | 1 | -41/+58 |
| * | admin_overview(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | change_options(): Always change the user's realname, not just if the | bwarsaw | 2001-08-03 | 1 | -3/+2 |
| * | Some UI improvements suggested by Michael Yount: | bwarsaw | 2001-08-03 | 1 | -88/+111 |
| * | show_results(): Ousmane Wilane noticed a missing i18n markup. Also, | bwarsaw | 2001-08-02 | 1 | -2/+4 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -14/+11 |
| * | change_options(): When sucking the subscribers out of the upload, | bwarsaw | 2001-07-20 | 1 | -23/+29 |
| * | A revamp to use the new category components, the new membership API, | bwarsaw | 2001-07-19 | 1 | -113/+164 |
| * | Need to import sys! | bwarsaw | 2001-07-06 | 1 | -14/+18 |
| * | main(), show_results(): Removed unnecessary global declarations. | bwarsaw | 2001-07-03 | 1 | -5/+1 |
| * | Better syslog() calling conventions. Also, don't mark syslog messages | bwarsaw | 2001-06-27 | 1 | -2/+2 |
| * | admin_overview(): Applied David Champion's SF patch 401452 to | bwarsaw | 2001-06-07 | 1 | -3/+9 |
| * | Globally, WEB_HEADERCOLOR => WEB_HEADER_COLOR | bwarsaw | 2001-06-07 | 1 | -9/+9 |
| * | main(): Convert to the new world order for authentication. We don't | bwarsaw | 2001-05-31 | 1 | -87/+104 |
| * | membership_options(): The search button string should be marked as | bwarsaw | 2001-05-25 | 1 | -1/+1 |
| * | admin_overview(): Application of SF patch #420396, submitted by Tokio | bwarsaw | 2001-05-16 | 1 | -8/+6 |
| * | get_item_gui_description(): Can't add two Label() widgets, so format | bwarsaw | 2001-05-11 | 1 | -2/+2 |
| * | admin_overview(): Add a link to the site-wide `create' cgi page for | bwarsaw | 2001-05-09 | 1 | -18/+23 |
| * | Update comments to sync with 2.0.5 branch. | bwarsaw | 2001-05-03 | 1 | -19/+27 |