summaryrefslogtreecommitdiff
path: root/src/mailman/core
Commit message (Collapse)AuthorAgeFilesLines
...
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-292-4/+4
| | | | | | | | Refactor the finding of components so that it's much easier to find and register the ones that come with Mailman by default. Move all the old cmd_*.py commands into the attic. These will eventually be ported to the new framework.
* Bye bye plugins module.Barry Warsaw2009-03-291-74/+0
|
* typoBarry Warsaw2009-03-291-1/+1
|
* Get rid of the mailman.rules entry point.Barry Warsaw2009-03-091-9/+8
|
* Get rid of the mailman.handlers entry point.Barry Warsaw2009-03-091-9/+8
|
* Remove the mailman.database setup.py plugin, instead opting for defining theBarry Warsaw2009-03-051-4/+6
| | | | database class in the configuration file.
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-031-0/+3
| | | | | | | * Add an adapter from mailing lists to acceptable alias set. Use this instead of the old acceptable alias interface, which is not removed. * Add contentfilter table * Add a bunch of missing docstrings
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-161-0/+2
|
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-121-1/+1
| | | | module.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-258-0/+823
correctly regardless of how it's used.