summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-089-15/+6
* Expose description in the interface and REST API.Barry Warsaw2010-08-121-0/+7
* Expose the autoreponse values in the IMailingList interface and REST API.Barry Warsaw2010-08-121-2/+54
* Expose administrivia in the IMailingList interface and REST API.Barry Warsaw2010-08-111-0/+11
* Expose anonymous_list and advertised in the IMailingList interface and in the...Barry Warsaw2010-08-111-0/+12
* Expose in the IMailingList interface, and in the REST API.Barry Warsaw2010-08-111-0/+18
* Access mailing list configuration via RESTBarry Warsaw2010-08-102-23/+33
* Add interface module.Barry Warsaw2010-08-081-0/+52
* Refactor all bounce detectors.Barry Warsaw2010-08-081-0/+2
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-181-0/+9
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-0210-10/+10
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-052-8/+10
* Add POST validators.Barry Warsaw2010-03-011-19/+0
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-251-44/+0
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-0/+3
* * Make the lists.txt doctest pass with restish.Barry Warsaw2010-02-232-17/+29
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-238-148/+22
* Happy New Year.Barry Warsaw2010-01-0136-36/+36
* More tests.Barry Warsaw2009-12-281-0/+10
* Some corner case tests.Barry Warsaw2009-12-281-0/+1
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-282-0/+35
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-286-6/+86
* Add REST API for subscription services.Barry Warsaw2009-12-272-0/+59
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-9/+0
* IRegistrar.register() now requires a mailing list argument. This fixes theBarry Warsaw2009-12-101-2/+7
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-0/+3
* Add a 'name' attribute to the Switchboards. This is so 'whichq' can be setBarry Warsaw2009-12-101-1/+4
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+3
* Add tests for -leave with one of your alternative addresses.Barry Warsaw2009-12-061-3/+5
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-281-2/+7
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-153-3/+3
* Branch mergeBarry Warsaw2009-11-031-7/+1
|\
| * database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-7/+1
* | smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-0/+11
* | IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-311-0/+2
* | The bulk delivery chunking algorithm.Barry Warsaw2009-10-191-1/+7
* | IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-181-3/+25
|/
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-3/+0
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-3/+0
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-3/+0
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-3/+0
* Refactor the subcommands so that the infrastructure does more of the menialBarry Warsaw2009-08-161-2/+6
* bin/mailman help as an alias for bin/mailman --helpBarry Warsaw2009-08-091-1/+3
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-091-2/+17
* Fix some urls returned by the api. Instead of 'mailing_lists' use 'lists'.Barry Warsaw2009-08-071-1/+4
* Fix the turning of application level exceptions into HTTP 400 errors, throughBarry Warsaw2009-08-061-1/+2
* Whitespace cleanupBarry Warsaw2009-08-051-1/+0
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-262-2/+30
* * Expose IMailingLists in the API.Barry Warsaw2009-07-251-6/+8
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-1/+25