| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | main(): When getting the FieldStorage, set keep_blank_values=1. This | bwarsaw | 2001-10-12 | 1 | -1/+1 |
| * | process_form(): Lots of cleaning up of the code. Also, make this page | bwarsaw | 2001-10-12 | 1 | -88/+121 |
| * | main(): Make the options page a little more bulletproof against | bwarsaw | 2001-10-12 | 1 | -8/+17 |
| * | show_post_requests(): When deciding to show a smaller part of a held | bwarsaw | 2001-10-10 | 1 | -1/+2 |
| * | main(): Don't force admin_notif=1 when calling | bwarsaw | 2001-10-10 | 1 | -2/+2 |
| * | main(): Dan Mick's fix to avoid duplicate footers when you get a 'no | bwarsaw | 2001-10-09 | 1 | -1/+0 |
| * | 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 | 2 | -18/+7 |
| * | request_deletion(): Fixed missing markup. Caught by Szilard Vizi. | bwarsaw | 2001-08-30 | 1 | -1/+1 |
| * | change_options(): Give some feedback on who's been removed. | bwarsaw | 2001-08-29 | 1 | -0/+6 |
| * | process_request(): Don't use WebAuthenticate() here because that will | bwarsaw | 2001-08-20 | 1 | -5/+7 |
| * | process_request(): After the list is created, set the web_page_url and | bwarsaw | 2001-08-20 | 1 | -45/+51 |
| * | admin_overview(): Use get_domain() instead of hardcoded | bwarsaw | 2001-08-20 | 1 | -2/+11 |
| * | Convert lots of split-line strings to triple-quoted strings. Yes, | bwarsaw | 2001-08-17 | 1 | -21/+18 |
| * | option_help(): Simplify the error message when the VARHELP variable is | bwarsaw | 2001-08-17 | 1 | -13/+12 |
| * | subscription_confirm(): We have to convert the 'digests' value to an | bwarsaw | 2001-08-16 | 1 | -3/+8 |
| * | Support the ability to specify the initial list of available languages | bwarsaw | 2001-08-14 | 1 | -1/+34 |
| * | import types => from types import * | bwarsaw | 2001-08-14 | 1 | -41/+58 |
| * | 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 |
| * | 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 |
| * | subscription_confirm(): Remove unnecessary argument. | bwarsaw | 2001-08-02 | 1 | -1/+1 |
| * | 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 |
| * | main(): Add support for allowing a user who posted a held message to | bwarsaw | 2001-07-30 | 1 | -0/+114 |
| * | process_form(): Use UserDesc helper class. | bwarsaw | 2001-07-29 | 1 | -9/+2 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -1/+1 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -10/+4 |
| * | Massive rewrite to implement the Wouters/Oskoboiny Convention on web | bwarsaw | 2001-07-29 | 1 | -52/+387 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -14/+11 |
| * | process_request(): Coerce listname to lowercase since this is treated | bwarsaw | 2001-07-27 | 1 | -1/+2 |
| * | main(): Use archive_dir() instead of the archive_directory attribute. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | main(): Simpler idiom for getting the 'language' value out of the | bwarsaw | 2001-07-20 | 1 | -8/+12 |
| * | main(): Simpler idiom for getting the 'language' value out of the | bwarsaw | 2001-07-20 | 1 | -8/+3 |
| * | main(): In the exception handlers when ProcessConfirmation() is | bwarsaw | 2001-07-20 | 1 | -0/+10 |
| * | show_requests(): Remove the backward compatibility hack, since the | bwarsaw | 2001-07-20 | 1 | -7/+1 |
| * | change_options(): When sucking the subscribers out of the upload, | bwarsaw | 2001-07-20 | 1 | -23/+29 |
| * | show_requests(): Change the column header to reflect the fact that the | bwarsaw | 2001-07-19 | 1 | -3/+9 |
| * | A revamp to use the new membership API. Specifically, | bwarsaw | 2001-07-19 | 1 | -3/+3 |
| * | A revamp to use the new membership API, and to be able to set/get | bwarsaw | 2001-07-19 | 1 | -49/+187 |
| * | main(): Extract the cgi data using keep_blank_values=1 so we'll know | bwarsaw | 2001-07-19 | 1 | -4/+4 |
| * | A revamp to use the new category components, the new membership API, | bwarsaw | 2001-07-19 | 1 | -113/+164 |
| * | add_error_message(): Don't translate tag if it is the empty string. | bwarsaw | 2001-07-12 | 1 | -1/+4 |