summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs/domains.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New template system. Closes #249Barry Warsaw2016-07-161-29/+13
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Reviewed and updated domains doctest.Barry Warsaw2015-04-061-13/+18
|
* * implement left over methodsAbhilash Raj2015-04-061-5/+5
| | | | * add and remove owners using the address
* * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-4/+4
| | | | | | | | * Change `Owner` to `DomainOwner` * Fix indentation errors in docs * add multiple owners using `add_owners` * all dummy addresses should be using example.com, example.org to avoid conflict ever * add dummy tests
* add tests, fix docs, remove contact_addressAbhilash Raj2015-03-281-23/+26
|
* More model test fixes and ports.Barry Warsaw2014-12-131-13/+1
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-11/+11
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+24
|\ | | | | | | | | all the mailing lists in a specific domain (LP: #829765). Given by Stephen A. Goss.
| * merged changes to main branchStephen A. Goss2011-08-231-0/+23
|/
* Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-0/+123
REST API. (LP: #831660)