| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | nopass.txt template is no longer necessary, since MailUserPassword() | bwarsaw | 2001-08-16 | 8 | -59/+0 |
| * | __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 |
| * | Add a new and digustingly long entry describing how to rename a | bwarsaw | 2001-08-16 | 1 | -0/+185 |
| * | MarshalSwitchboard._ext_read(): If the .db file is of version 2, just | bwarsaw | 2001-08-15 | 1 | -0/+3 |
| * | update_qfiles(): MM2.0 stores all its qfiles right under the qfiles/ | bwarsaw | 2001-08-15 | 1 | -0/+23 |
| * | Urg. Should have been S98mailman.in | bwarsaw | 2001-08-15 | 2 | -5/+5 |
| * | main(): Added the -s/--stale-lock-cleanup switch so that if mailmanctl finds a | bwarsaw | 2001-08-15 | 1 | -12/+87 |
| * | We now have to generate misc/S98mailman from misc/S98mailman.in | bwarsaw | 2001-08-15 | 2 | -5/+5 |
| * | Added instructions for installing the Unix boot script misc/S98mailman | bwarsaw | 2001-08-15 | 1 | -2/+12 |
| * | Added J.D. Bronson | bwarsaw | 2001-08-15 | 3 | -3/+4 |
| * | S99mailman should have been S98mailman | bwarsaw | 2001-08-15 | 2 | -22/+1 |
| * | boot script template | bwarsaw | 2001-08-15 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-15 | 1 | -0/+22 |
| * | intermediate | bwarsaw | 2001-08-15 | 1 | -0/+22 |
| * | 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 |
| * | UI elements for the "languages" admin category. | bwarsaw | 2001-08-14 | 0 | -0/+0 |
| * | 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 |
| * | ADMIN_CATEGORIES: Add the 'language' category just after 'general'. | bwarsaw | 2001-08-14 | 1 | -1/+3 |
| * | _badchars(): Fixed a typo in the last change; the `/' character needs | bwarsaw | 2001-08-14 | 1 | -1/+1 |
| * | addlist(): Don't rely on the brilliant new feature in Python 2.1, where | twouters | 2001-08-11 | 1 | -1/+1 |
| * | Recognize and test the low-hanging fruit of the MM2.0.x undetectable | bwarsaw | 2001-08-04 | 1 | -1/+10 |
| * | It seems that all SMTP32 mailers have an | bwarsaw | 2001-08-04 | 1 | -4/+22 |
| * | *** empty log message *** | bwarsaw | 2001-08-04 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+121 |
| * | Another example of the SMTP32 mailer | bwarsaw | 2001-08-04 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+92 |
| * | Another DSN example. | bwarsaw | 2001-08-04 | 0 | -0/+0 |