summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
Commit message (Expand)AuthorAgeFilesLines
...
* copybumpBarry Warsaw2012-01-011-1/+1
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-3/+0
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-231-1/+7
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-1/+3
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-1/+4
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-3/+3
* * bounce_processing -> process_bouncesBarry Warsaw2011-05-271-0/+3
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-0/+10
* Users can now subscribe to a mailing list, and their preferred address willBarry Warsaw2011-04-171-6/+8
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-1/+15
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-10/+14
* Clean up from the previous commit.Barry Warsaw2010-12-281-0/+7
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-281-0/+10
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-3/+0
* 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-101-23/+30
* * 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-021-1/+1
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-051-8/+0
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-24/+8
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+3
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* Fix some urls returned by the api. Instead of 'mailing_lists' use 'lists'.Barry Warsaw2009-08-071-1/+4
* * Expose IMailingLists in the API.Barry Warsaw2009-07-251-6/+8
* Clean a few more lints.Barry Warsaw2009-07-101-13/+26
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-031-7/+22
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-031-13/+70
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-231-0/+35
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-221-13/+18
* Massive digester rework.Barry Warsaw2009-02-041-11/+15
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+273