| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 1 | -12/+25 |
| * | A rudimentary import script. Several things are not yet imported, including | bwarsaw | 2006-12-30 | 1 | -1/+1 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -189/+45 |
| * | MailList.py ... GetScriptURL() absolute again because we need it for email | tkikuchi | 2006-11-09 | 1 | -2/+5 |
| * | Convert dumpdb to mmshell and configuration object. Convert htmlformat.py | bwarsaw | 2006-11-04 | 1 | -2/+3 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 1 | -7/+4 |
| * | - bin/show_mm_cfg.py renamed to bin/show_config.py. | msapiro | 2006-10-12 | 1 | -4/+9 |
| * | listname@email_host order. | tkikuchi | 2006-10-01 | 1 | -1/+1 |
| * | Here are the patches needed in order to create new lists on my test | tkikuchi | 2006-09-28 | 1 | -7/+10 |
| * | Another milestone: you can now post to lists. Converted the following to use | bwarsaw | 2006-09-25 | 1 | -4/+5 |
| * | Convert genaliases to mmshell, optparse, and configuration.config | bwarsaw | 2006-09-25 | 1 | -5/+4 |
| * | As Mark discovered, we need to load the configuration in the driver script for | bwarsaw | 2006-09-24 | 1 | -1/+1 |
| * | Fix several problems reported by Mark. First, Python 2.3 doesn't have | bwarsaw | 2006-08-29 | 1 | -2/+2 |
| * | Add a framework for easier use of alternative MemberAdaptor implementations. | bwarsaw | 2006-07-16 | 1 | -6/+16 |
| * | Fix a buglet that can cause bogus archives/private directories to be created | bwarsaw | 2006-07-08 | 1 | -5/+13 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 1 | -9/+16 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -24/+36 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -75/+75 |
| * | - Utils.py Fixed a security hole which allowed a crafted URI to inject | msapiro | 2006-07-07 | 1 | -2/+4 |
| * | More logging updates: | bwarsaw | 2006-04-28 | 1 | -3/+1 |
| * | MailList.__load(): Fix the sense of a test broken by the previous commit. | bwarsaw | 2006-04-17 | 1 | -1/+1 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -7/+7 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -38/+36 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -21/+14 |
| * | Added a new list attribute 'subscribe_auto_approval' which is a list of email... | msapiro | 2006-03-18 | 1 | -9/+28 |
| * | Fixed long standing error - subscribe log 'new' entry reversed name and email. | msapiro | 2006-03-12 | 1 | -1/+1 |
| * | Corrected typo in previous change. | msapiro | 2006-03-03 | 1 | -1/+1 |
| * | Confirmed member change of address is logged in the 'subscribe' log, | msapiro | 2006-03-03 | 1 | -0/+30 |
| * | Fixed bug 1435722 by encoding the i18n subject in the character set of the | msapiro | 2006-02-22 | 1 | -3/+5 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -4/+5 |
| * | Improving banned subscription logic to cover all invites, subscribes, address... | msapiro | 2005-12-03 | 1 | -23/+59 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -93/+192 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | __save(): Flush the file and (depending on SYNC_AFTER_WRITE) fsync it | bwarsaw | 2003-10-10 | 1 | -0/+3 |
| * | MailList.__init__(): When trying to execfile extend.py, we ignore | bwarsaw | 2003-09-28 | 1 | -1/+5 |
| * | InviteNewMember(): Add a call to ValidateEmail() to make sure we can't | bwarsaw | 2003-06-06 | 1 | -0/+1 |
| * | ApprovedChangeMemberAddress(): When changing an address globally, | bwarsaw | 2003-04-08 | 1 | -0/+2 |
| * | Another boolean | bwarsaw | 2003-03-31 | 1 | -1/+1 |
| * | InviteNewMember(): Set the .invitation hack to the name of the list | bwarsaw | 2003-03-16 | 1 | -4/+18 |
| * | __init__(): Don't call out to extend.py if name is None. This will be | bwarsaw | 2003-02-24 | 1 | -7/+9 |
| * | Application of SF patch # 690448 by Tokio Kikuchi, closing SF bug # | bwarsaw | 2003-02-24 | 1 | -5/+15 |
| * | __init__(): Call the extension mechanism before attempting to lock the | bwarsaw | 2003-02-24 | 1 | -13/+13 |
| * | ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing a | bwarsaw | 2003-01-02 | 1 | -13/+4 |
| * | Inconsequential change since I forgot a checkin message on the last mod: | bwarsaw | 2002-12-31 | 1 | -1/+1 |
| * | ApprovedDeleteMember(): Get the user's language /before/ we | bwarsaw | 2002-12-31 | 1 | -8/+8 |
| * | ApprovedAddMember(): The administrator notice should go out in the | bwarsaw | 2002-12-24 | 1 | -1/+1 |
| * | AddMember(), ApprovedAddMember(): Use email.Utils.formataddr() to form | bwarsaw | 2002-12-12 | 1 | -6/+3 |
| * | InitVars(), CheckValues(): Set host_name and web_page_url based on | bwarsaw | 2002-12-02 | 1 | -8/+11 |
| * | __getstate__(), __setstate__(): Remove the hackery to avoid pickling | bwarsaw | 2002-11-04 | 1 | -17/+0 |
| * | ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whence | bwarsaw | 2002-10-25 | 1 | -1/+6 |