summaryrefslogtreecommitdiff
path: root/src/mailman/app
Commit message (Expand)AuthorAgeFilesLines
...
* This is a better fix than the previous commit, since it uses a principled app...Barry Warsaw2010-08-301-2/+2
* zope.testrunner 4.0.0b5 changes the working directory that tests are run from.Barry Warsaw2010-08-291-1/+2
* trunk mergeBarry Warsaw2010-08-101-1/+1
|\
| * Fixes bug LP: #601899; delete list function in rest server.Barry Warsaw2010-07-061-1/+1
* | checkpointingBarry Warsaw2010-08-072-1/+17
|/
* No longer touch the Sender or Errors-To headers. We can no longer justifyBarry Warsaw2010-06-291-1/+0
* Basic importer test.Barry Warsaw2010-05-061-1/+1
* Add POST validators.Barry Warsaw2010-03-011-1/+15
* Chains now fire Zope events in their _process() implementation.Barry Warsaw2010-02-161-55/+39
* Documentation reorganization.Barry Warsaw2010-01-129-0/+1136
* Happy New Year.Barry Warsaw2010-01-019-9/+9
* Some corner case tests.Barry Warsaw2009-12-281-1/+2
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-282-4/+8
* * 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