| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -407/+0 |
| | | |||||
| * | PEP 292 style, $-strings are used by the translation service everywhere now. | Barry Warsaw | 2008-02-18 | 1 | -2/+0 |
| | | | | | No more %-strings. Kill off all __i18n_templates__ hacks. | ||||
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| | | |||||
| * | Cleaned up a couple of style issues. No actual code changes. | Mark Sapiro | 2007-06-28 | 1 | -6/+7 |
| | | |||||
| * | check_perms checked archives/private/ and archives/private/<list>/database/ | Mark Sapiro | 2007-06-28 | 1 | -10/+16 |
| | | | | | | | directories to make sure they didn't have certain 'other' permissions, but it didn't check these directories for the necessary user and group permissions. This is now fixed. | ||||
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Convert genaliases to mmshell, optparse, and configuration.config | bwarsaw | 2006-09-25 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | | | bin/withlist: If there's no '@' in the listname, append the DEFAULT_EMAIL_HOST so we always get a fully qualified list name. bin/mmsitepass: plumb through -C/--config switch and be sure to call config.load(). Convert Mailman/MTA/Postfix.py to configuration.config, and update MTA/Manual. In mailman/Cgi/create, we can't convert straight from a string to a bool, because bool('0') is True. We need to go through int first. MailList.InitTempVars(): The logic here looked weird because we could get 'name' = None and that would break. Assume name is never None. | ||||
| * | Convert check_perms to mmshell symlink, configuration object, and optparse | bwarsaw | 2006-09-24 | 1 | -0/+412 |
| usage. | |||||
