summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
* Some fixes for rev 8162 for mmsitepass to work.tkikuchi2007-03-033-5/+8
* Fixes for i18n digest to work.tkikuchi2007-03-026-14/+32
* Backport the enum package from the abortive Mailman 3 branch. This lets usbwarsaw2007-03-024-22/+457
* Restoreing i18n in 2.2tkikuchi2007-03-0110-50/+64
* Hashed password should be ascii string not unicode.tkikuchi2007-02-221-1/+1
* Where should etc directory belong, $prefix or $var-prefix?tkikuchi2007-02-032-4/+12
* - Changed to show hidden members when authorization is by list admin or moder...msapiro2007-01-211-14/+36
* Changed header_filter_rules processing to ignore blank patterns.msapiro2007-01-201-0/+3
* Update copyright years.bwarsaw2007-01-19163-309/+269
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-1822-145/+245
* Passwords done right.bwarsaw2007-01-1416-147/+318
* Change the semantics of the -f and -b flags. Now -f prints the fullybwarsaw2007-01-081-14/+8
* 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
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-055-53/+65
* 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-304-18/+360
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-2949-1689/+1326
* 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
* 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-124-14/+17
* 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-045-177/+311
* 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
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-1518-239/+217
* - bin/show_mm_cfg.py renamed to bin/show_config.py.msapiro2006-10-122-10/+26
* 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-083-3/+642
* 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-257-50/+139
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-244-4/+11
* Convert check_perms to mmshell symlink, configuration object, and optparsebwarsaw2006-09-241-0/+412
* Backing out last change. Mark, you are right.tkikuchi2006-09-231-1/+0