summaryrefslogtreecommitdiff
path: root/src/mailman/bin/list_members.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The functionality of 'bin/list_members' has been moved to 'bin/mailmanBarry Warsaw2010-01-231-196/+0
| | | | members'
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-4/+5
| | | | IUserManager utility.
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-1/+2
|
* Test updates and repair.xoBarry Warsaw2009-08-211-2/+3
|
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-121-10/+2
| | | | module.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+201
correctly regardless of how it's used.