summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* We need to substitute the fully qualified list name in the public archive url.bwarsaw2006-11-125-27/+35
* MailList.py ... GetScriptURL() absolute again because we need it for emailtkikuchi2006-11-095-11/+52
* Convert dumpdb to mmshell and configuration object. Convert htmlformat.pybwarsaw2006-11-049-207/+202
* forgot some svn:ignoresbwarsaw2006-11-020-0/+0
* Fix use of easy_install.py flags. This ensures that wsgiref gets installed inbwarsaw2006-11-024-10/+18
* Repair a problem with cookie paths reported by Tokio when HTTPRunner is usedbwarsaw2006-10-303-20/+49
* Updated the mmshell scripts so all use the configuration.py config objectmsapiro2006-10-2416-330/+388
* Whitespace normalization and copyright years.bwarsaw2006-10-201-5/+6
* fix_url.py updated to use config object.mindlace232006-10-191-5/+5
* Backported 2.1 branch r8031 to the trunk.msapiro2006-10-161-1/+7
* Move some of the text files to the .txt extension. Also, describe WSGI andbwarsaw2006-10-155-24/+16
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-1522-244/+236
* - bin/show_mm_cfg.py renamed to bin/show_config.py.msapiro2006-10-123-11/+27
* Fixed admin.py so null VARHELP category is handled (1573393).msapiro2006-10-111-4/+5
* WSGI HTTP Server for Mailman Web interface.tkikuchi2006-10-095-1/+328
* First crack at an XML exporter of a mailing list's configuration andbwarsaw2006-10-086-141/+417
* A further elaboration of the LMTP-based incoming qrunner. I believe this isbwarsaw2006-10-051-63/+104
* Postfix support functions for LMTP and configurations.tkikuchi2006-10-022-1/+74
* LMTPRunner ... This is actually a server rather than a runner but it shouldtkikuchi2006-10-021-0/+153
* listname@email_host order.tkikuchi2006-10-011-1/+1
* Here are the patches needed in order to create new lists on my testtkikuchi2006-09-284-26/+46
* I've forgot to add 'ar' here.tkikuchi2006-09-271-0/+1
* Another milestone: you can now post to lists. Converted the following to usebwarsaw2006-09-2514-97/+110
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-2511-113/+87
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-245-4/+13
* Convert check_perms to mmshell symlink, configuration object, and optparsebwarsaw2006-09-244-108/+125
* Backing out last change. Mark, you are right.tkikuchi2006-09-231-1/+0
* I needed this for web ui to work.tkikuchi2006-09-221-0/+1
* Removed the "Discard all messages marked Defer" checkbox from themsapiro2006-09-211-2/+2
* Revert a XEmacs weirdness.bwarsaw2006-09-171-2/+2
* getting rid of out of date admin directorybwarsaw2006-09-171-2/+2
* Several fixes.pheinlein2006-08-312-30/+21
* Fix several problems reported by Mark. First, Python 2.3 doesn't havebwarsaw2006-08-294-6/+13
* Arabic message for mailman-2.2 ... it wasn't there because I used cp -r fromtkikuchi2006-08-161-0/+15702
* Revision marking makes these translations fuzzy.tkikuchi2006-08-053-3/+0
* Fix bug incluing .svn files.tkikuchi2006-08-051-1/+1
* New language: Arabic.tkikuchi2006-08-051-0/+4
* Changed the descriptions of the ARCHIVE_TO_MBOX settings to moremsapiro2006-08-011-5/+7
* Upgrade to email package version 4.0.1. Because email 4.0.1 is onlybwarsaw2006-07-309-40/+42
* SendSubscribeAck() - Removed test of self.send_welcome_message.msapiro2006-07-241-2/+0
* - Switchboard.py Added missing call to create error logger.msapiro2006-07-221-1/+3
* Committed messages mailman.po file for both Dutch and Vietnamese.clytie2006-07-212-3060/+2822
* - Mailman/bin/unshunt.pymsapiro2006-07-161-2/+2
* Add a framework for easier use of alternative MemberAdaptor implementations.bwarsaw2006-07-169-50/+440
* Added robustness to Switchboards and Runners so that if a runner crashesbwarsaw2006-07-1611-130/+380
* - Switchboard.py - Closed very tiny holes at the upper ends of queuemsapiro2006-07-092-4/+15
* Update NEWS and remove an obsolete file.bwarsaw2006-07-082-0/+62
* Fix a buglet that can cause bogus archives/private directories to be createdbwarsaw2006-07-081-5/+13
* When an exception occurs during decoration, log it at exception level so we s...bwarsaw2006-07-082-3/+18
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-0820-626/+273