| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): The | bwarsaw | 2001-08-30 | 1 | -3/+3 |
| * | request_deletion(): Fixed missing markup. Caught by Szilard Vizi. | bwarsaw | 2001-08-30 | 1 | -1/+1 |
| * | Stop: a unique global value that bounce detectors can return in order | bwarsaw | 2001-08-29 | 1 | -0/+6 |
| * | GetConfigInfo(): Added missing </ul> tag. Caught by Daniel Buchmann. | bwarsaw | 2001-08-29 | 1 | -0/+1 |
| * | decorate(): String interpolation can throw either a ValueError /or/ a | bwarsaw | 2001-08-29 | 1 | -2/+2 |
| * | setMemberOption(): Stupid typo preventing users from setting any | bwarsaw | 2001-08-29 | 1 | -3/+3 |
| * | change_options(): Give some feedback on who's been removed. | bwarsaw | 2001-08-29 | 1 | -0/+6 |
| * | GetMailmanFooter(): Don't hyperlink each individual list owner with a | bwarsaw | 2001-08-29 | 1 | -8/+5 |
| * | KNOWN_SPAMMERS: Move this here from Mailman/Handlers/SpamDetect.py | bwarsaw | 2001-08-29 | 1 | -0/+17 |
| * | Move KNOWN_SPAMMERS out of this file and into Defaults.py.in so it can | bwarsaw | 2001-08-29 | 1 | -17/+9 |
| * | _dispose(): Factor out common code paths to _toadmins(). | bwarsaw | 2001-08-29 | 1 | -25/+36 |
| * | run(): Add a note about a minor bogosity in the calls to | bwarsaw | 2001-08-29 | 1 | -1/+3 |
| * | 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 |
| * | ScriptURL(): Instead of using DEFAULT_URL directly, use | bwarsaw | 2001-08-20 | 1 | -2/+2 |
| * | Create(): Let any exceptions in the os.makedirs() call percolate up. | bwarsaw | 2001-08-20 | 1 | -5/+2 |
| * | Some improvements for virtual host support. | bwarsaw | 2001-08-20 | 1 | -13/+38 |
| * | Process(): When personalizing regular deliveries, set the To: header | bwarsaw | 2001-08-17 | 1 | -0/+13 |
| * | GetConfigInfo(): Rewrite the `personalize' details to describe the To: | bwarsaw | 2001-08-17 | 1 | -10/+16 |
| * | FormatSubscriptionMsg(): Use triple quoted strings instead of | bwarsaw | 2001-08-17 | 1 | -36/+25 |
| * | hold_for_approval(): dont_respond_to_post_requests => | bwarsaw | 2001-08-17 | 1 | -1/+1 |
| * | GetConfigInfo(): Typo. Also, say "list moderator" instead of | bwarsaw | 2001-08-17 | 1 | -4/+5 |
| * | GetConfigInfo(): For the `owner' option, add a link to the | bwarsaw | 2001-08-17 | 1 | -13/+14 |
| * | 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 |
| * | Style nit. | bwarsaw | 2001-08-17 | 1 | -1/+1 |
| * | DATA_FILE_VERSION: Bump to 35 to pick up the | bwarsaw | 2001-08-17 | 1 | -1/+1 |
| * | UpdateOldVars(): dont_respond_to_post_requests => respond_to_post_requests | bwarsaw | 2001-08-17 | 1 | -0/+7 |
| * | InitVars(): In order to make the General options consistently display | bwarsaw | 2001-08-17 | 1 | -3/+3 |
| * | Convert lots of split-line strings to triple-quoted strings. Yes, | bwarsaw | 2001-08-17 | 1 | -53/+52 |
| * | subscription_confirm(): We have to convert the 'digests' value to an | bwarsaw | 2001-08-16 | 1 | -3/+8 |
| * | __repr__(): Useful for debugging. | bwarsaw | 2001-08-16 | 1 | -0/+13 |
| * | MakeCookie(): If the secret isn't a string, raise MMBadUserError. | bwarsaw | 2001-08-16 | 1 | -2/+2 |
| * | confirm(): If we're purging this cookie, we should remove its entry in | bwarsaw | 2001-08-16 | 1 | -0/+5 |
| * | getMemberOption(): Whether the user is a digest member or not is not | bwarsaw | 2001-08-16 | 1 | -2/+6 |
| * | ProcessSubscribeCmd(): Use keyword arguments for all parameters to the | bwarsaw | 2001-08-16 | 1 | -1/+3 |
| * | MailUserPassword(): Rip out the checks for isMember(user) and | bwarsaw | 2001-08-16 | 1 | -28/+32 |
| * | MarshalSwitchboard._ext_read(): If the .db file is of version 2, just | bwarsaw | 2001-08-15 | 1 | -0/+3 |
| * | process(): Do not munge the Reply-To: field if reply_goes_to_list is | bwarsaw | 2001-08-14 | 1 | -10/+15 |
| * | Add import of Language module. | bwarsaw | 2001-08-14 | 1 | -0/+1 |
| * | GetConfigCategory(): Make sure the spaces between the words are | bwarsaw | 2001-08-14 | 4 | -4/+4 |
| * | intermediate | bwarsaw | 2001-08-14 | 1 | -0/+71 |
| * | GetConfigInfo(): Move preferred_language out of here and into the | bwarsaw | 2001-08-14 | 1 | -20/+2 |
| * | 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 |
| * | de-string-module-ification | bwarsaw | 2001-08-14 | 1 | -10/+9 |
| * | Add CheckBoxArray, a new class which implements an array of check | bwarsaw | 2001-08-14 | 1 | -16/+46 |
| * | DATA_FILE_VERSION: Bump to 34 to pick up the new available_languages | bwarsaw | 2001-08-14 | 1 | -1/+1 |
| * | InitTempVars(): Removed the _ready attribute, as it really isn't | bwarsaw | 2001-08-14 | 1 | -16/+10 |