summaryrefslogtreecommitdiff
path: root/src/mailman/app
Commit message (Expand)AuthorAgeFilesLines
...
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-2/+10
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-122-16/+13
* IRegistrar.register() now requires a mailing list argument. This fixes theBarry Warsaw2009-12-101-4/+3
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-102-3/+4
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+1
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-156-16/+9
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-262-11/+11
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-4/+7
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-263-14/+18
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-262-3/+6
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-212-3/+5
* The basics of 'mailman members --add'.Barry Warsaw2009-08-161-1/+1
* 'mailman info' command.Barry Warsaw2009-08-121-1/+4
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-3/+3
* Wow. Put domains into the database.Barry Warsaw2009-07-162-3/+5
* More lint picking.Barry Warsaw2009-07-042-2/+3
* Many pylint cleanups.Barry Warsaw2009-06-305-15/+36
* More REST server updates.Barry Warsaw2009-06-291-17/+0
* When cleaning up the artifacts of a list being deleted, be more careful forBarry Warsaw2009-05-271-1/+3
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-6/+3
* rsplit -> rpartitionBarry Warsaw2009-05-151-6/+6
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-292-18/+67
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-251-1/+1
* Get rid of mailman.commands entry point.Barry Warsaw2009-03-091-4/+13
* Refactor.Barry Warsaw2009-02-191-70/+0
* Eradicate hold_and_cmd_autoresponses.Barry Warsaw2009-02-171-22/+38
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-123-5/+6
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-124-16/+14
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-095-22/+23
* Get an obsolete module out of our way.Barry Warsaw2009-02-041-426/+0
* Massive digester rework.Barry Warsaw2009-02-041-0/+426
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-259-0/+1133