summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/domain.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-24/+1
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the interfaces directory.Barry Warsaw2016-03-251-14/+8
* Clean up the core directory.Barry Warsaw2016-03-241-1/+1
* Super duper.Barry Warsaw2016-01-261-1/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-151-1/+1
* Flesh out the domain interface, model, and tests. Clean up style.Barry Warsaw2015-04-061-4/+5
* * implement left over methodsAbhilash Raj2015-04-061-2/+2
* * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-2/+2
* add tests, fix docs, remove contact_addressAbhilash Raj2015-03-281-8/+5
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* DatabaseBarry Warsaw2014-11-011-3/+7
|\
| * Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw2014-10-311-1/+4
| * Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-0/+2
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* copybumpBarry Warsaw2012-01-011-1/+1
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-0/+32
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+3
|\
| * merged changes to main branchStephen A. Goss2011-08-231-19/+19
| |\ | |/ |/|
| * some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-231-0/+2
* | Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-19/+19
|/
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+0
* Access mailing list configuration via RESTBarry Warsaw2010-08-101-0/+3
* * Make the lists.txt doctest pass with restish.Barry Warsaw2010-02-231-0/+4
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-72/+11
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-9/+0
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* Whitespace cleanupBarry Warsaw2009-08-051-1/+0
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-1/+10
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-1/+25
* Wow. Put domains into the database.Barry Warsaw2009-07-161-3/+74
* Clean a few more lints.Barry Warsaw2009-07-101-2/+6
* More REST server updates.Barry Warsaw2009-06-291-27/+43
* Hook in lazr.restful (which isn't in the Cheeseshop yet).Barry Warsaw2009-04-011-1/+1
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+85