summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-201-0/+16
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Trunk mergeBarry Warsaw2014-04-141-1/+37
|\
| * Bump copyright years.Barry Warsaw2014-01-011-1/+1
| * Checkpointing.Barry Warsaw2013-11-251-11/+36
| * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-0/+11
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-1/+1
|/
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
* * Add `subject_prefix` to the `IMailingList` interface, and clarify theBarry Warsaw2013-05-301-1/+13
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-0/+5
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-261-4/+18
|\
| * Working for SQLite:Barry Warsaw2012-07-251-3/+7
| * - Rename the model attributes.Barry Warsaw2012-04-081-0/+10
|/
* Add an owner chain and pipeline to the schema, model, and interface. PlumbBarry Warsaw2012-03-221-1/+19
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-0/+6
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-161-0/+6
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-5/+3
|/
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-3/+12
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-26/+145
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-0/+56
* 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