summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-1822-145/+245
* reorganize READMEs and other documentation. more still to do.bwarsaw2007-01-1432-21/+25
* readmes will live here nowbwarsaw2007-01-140-0/+0
* Update copyright years.bwarsaw2007-01-141-1/+1
* Passwords done right.bwarsaw2007-01-1417-147/+319
* Change the semantics of the -f and -b flags. Now -f prints the fullybwarsaw2007-01-081-14/+8
* Reorganize the doc directory by creating a howtos directory for holding thebwarsaw2007-01-084-0/+0
* Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that themsapiro2007-01-071-7/+8
* Add post_id in list data schema.tkikuchi2007-01-061-0/+1
* pull the admin directory in here as an externalsbwarsaw2007-01-050-0/+0
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-056-54/+66
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-0521-203/+138
* Ported from 2.1 branch:bwarsaw2007-01-023-17/+31
* Import list topics and header filters. Still to do: user topic selections.bwarsaw2006-12-311-5/+7
* A rudimentary import script. Several things are not yet imported, includingbwarsaw2006-12-307-19/+361
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-2962-2477/+2020
* Initialized merge tracking via "svnmerge" with revisions "1-8112" from bwarsaw2006-12-060-0/+0
* Support for VERP and personalization.tkikuchi2006-12-033-9/+12
* A little more internal_name() to fqdn_listname changes.tkikuchi2006-12-032-7/+7
* internal_name() to fqdn_listname change.tkikuchi2006-11-272-2/+2
* Postfix LMTP related brushups.tkikuchi2006-11-269-56/+70
* Some cleanups of code.tkikuchi2006-11-231-36/+24
* bool('0') is True.tkikuchi2006-11-231-6/+6
* initial translation (F.Lehobey)p_george2006-11-192-1032/+960
* Delete the .bak file from the queue for an unparseable message.msapiro2006-11-171-0/+1
* Minor spell fix.tkikuchi2006-11-131-1/+1
* Fix environ['SCRIPT_NAME'] to match CGI spec.tkikuchi2006-11-133-85/+75
* 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