| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | main(): Utils.GetCharSet() requires the language as an argument. | bwarsaw | 2001-05-01 | 1 | -1/+2 |
| * | ScanMessages(): Use a better way to runtime import the module and call | bwarsaw | 2001-05-01 | 1 | -4/+5 |
| * | QuoteHyperChars(): Porting forward from 2.0.4 a patch to get rid of | bwarsaw | 2001-05-01 | 1 | -15/+2 |
| * | MailmanLogo(): Remove hyperlinks from logos (and also the links to the | bwarsaw | 2001-05-01 | 1 | -17/+7 |
| * | Porting forward from 2.0.4 a patch to replace the deprecated regsub | bwarsaw | 2001-05-01 | 1 | -14/+13 |
| * | HandleBouncingAddress(): Mark some more strings for translation. | bwarsaw | 2001-05-01 | 1 | -9/+12 |
| * | As if this file wasn't enough of an ugly hack ;) -- significant | bwarsaw | 2001-04-09 | 1 | -170/+349 |
| * | Hidden(): New class for "hidden" input item. | bwarsaw | 2001-04-09 | 1 | -0/+7 |
| * | chunkify(): Removed. | bwarsaw | 2001-04-09 | 1 | -18/+0 |
| * | process(): Do no harm to MIME documents when adding the header and | bwarsaw | 2001-04-03 | 1 | -10/+28 |
| * | intermediate | bwarsaw | 2001-04-02 | 1 | -0/+113 |
| * | Support the new confirmation scheme for both subscriptions and | bwarsaw | 2001-04-02 | 1 | -14/+55 |
| * | _dispose(): Fix a bug whereby if an uncaught exception occurred, the | bwarsaw | 2001-04-02 | 1 | -1/+4 |
| * | main(): Use a Document() instead of a HeadlessDocument() and set the | bwarsaw | 2001-04-02 | 1 | -2/+2 |
| * | process_form(): Passwords are no longer required for unsubscribing. | bwarsaw | 2001-04-02 | 1 | -4/+4 |
| * | Added PENDING_FILE_SCHEMA_VERSION. | bwarsaw | 2001-04-02 | 1 | -2/+5 |
| * | wrap(): Added honor_leading_ws argument, defaulted to 1, which if true | bwarsaw | 2001-04-02 | 1 | -5/+5 |
| * | Changes to the new pending.db file format: | bwarsaw | 2001-04-02 | 1 | -7/+37 |
| * | __init__(): "join" is now a synonym for "subscribe". "remove" and | bwarsaw | 2001-04-02 | 1 | -19/+51 |
| * | Update copyright years. | bwarsaw | 2001-03-29 | 1 | -1/+1 |
| * | Import _ from Mailman.i18n. | bwarsaw | 2001-03-26 | 1 | -3/+1 |
| * | ProcessConfirmCmd(): Confirmation cookie is now a string, not a | bwarsaw | 2001-03-26 | 1 | -26/+12 |
| * | AddMember(): Use the new Pending module interface. Also, generate the | bwarsaw | 2001-03-26 | 1 | -27/+30 |
| * | Rewritten and simplified. There's no need to make the logic live | bwarsaw | 2001-03-26 | 1 | -107/+100 |
| * | Minor change to module docstring. | bwarsaw | 2001-03-26 | 1 | -2/+1 |
| * | main(): "See this page in" -> "View this page in". | bwarsaw | 2001-03-24 | 1 | -1/+1 |
| * | list_listinfo(): "See this page in" -> "View this page in". | bwarsaw | 2001-03-24 | 1 | -1/+1 |
| * | process_form(): There's no `mail' local variable, so origsender is | bwarsaw | 2001-03-24 | 1 | -3/+2 |
| * | AddMember(): Change the subscription confirmation Subject: header to | bwarsaw | 2001-03-24 | 1 | -1/+1 |
| * | Untabify. | bwarsaw | 2001-03-24 | 1 | -165/+165 |
| * | Various fixes for better handling of confirmation messages, | bwarsaw | 2001-03-24 | 1 | -25/+31 |
| * | main(): Typo fix by Juan Carlos. | bwarsaw | 2001-03-23 | 1 | -1/+1 |
| * | handlesubscription(): except Errors.MMAreadyAMember, not | twouters | 2001-03-07 | 1 | -1/+1 |
| * | admin_overview(): Adjust %(default_hostname)s to match variable name | twouters | 2001-03-05 | 1 | -2/+2 |
| * | admin_overview(): Fixed typo which broke admin overview. | bwarsaw | 2001-03-03 | 1 | -1/+1 |
| * | FormatPasswordStuff() -> password_inputs() | bwarsaw | 2001-03-03 | 1 | -6/+9 |
| * | main()/module global: i18n "new order" changes. Use | bwarsaw | 2001-03-03 | 1 | -41/+40 |
| * | FormatUsers(): Use GetOptionsURL() instead of GetScriptURL() since the | bwarsaw | 2001-03-03 | 1 | -2/+1 |
| * | _dispose(): Have to pass ParseMailCommands() the msgdata dictionary. | bwarsaw | 2001-03-03 | 1 | -1/+1 |
| * | option_help(): Fix two typos that broke variable details screen. | bwarsaw | 2001-03-03 | 1 | -3/+3 |
| * | REpat: recognize 'Re[2]:' style reply-subjects. Fixes SF bug #223554. | twouters | 2001-03-03 | 1 | -1/+1 |
| * | Fix for (tracker) bug #222409: don't barf when approving a subscription of | twouters | 2001-03-02 | 1 | -3/+7 |
| * | GetConfigInfo(): Elaborate slightly about the `host_name' attribute. | bwarsaw | 2001-03-02 | 1 | -17/+17 |
| * | A start on updating i18n support -- still needs work. | bwarsaw | 2001-03-02 | 1 | -15/+23 |
| * | msg.GetSender() -> msg.get_sender() | bwarsaw | 2001-03-02 | 1 | -3/+3 |
| * | Update the MAILMAN_URL to point to the new www.gnu.org pages. | bwarsaw | 2001-03-02 | 1 | -1/+1 |
| * | Big i18n changes. Specifically, | bwarsaw | 2001-03-02 | 1 | -22/+40 |
| * | Mark some more strings as translatable. | bwarsaw | 2001-03-02 | 1 | -4/+6 |
| * | Lots of i18n changes. Specifically, | bwarsaw | 2001-03-02 | 1 | -33/+53 |
| * | process(), decorate(): Mark a few more strings as translatable. | bwarsaw | 2001-03-02 | 1 | -3/+5 |