summaryrefslogtreecommitdiff
path: root/src/mailman/model/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
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-3/+4
* New template system. Closes #249Barry Warsaw2016-07-161-30/+3
* Tweak the import rules checker.Barry Warsaw2016-03-271-1/+1
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the model and languages directories.Barry Warsaw2016-03-251-6/+4
* First massive round of cleanups.Barry Warsaw2016-03-231-8/+5
* Several optimizations:Barry Warsaw2016-01-111-5/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Flesh out the domain interface, model, and tests. Clean up style.Barry Warsaw2015-04-061-17/+23
* * implement left over methodsAbhilash Raj2015-04-061-12/+20
* * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-14/+11
* add tests, fix docs, remove contact_addressAbhilash Raj2015-03-281-4/+11
* all tests passing now (except doctests)Abhilash Raj2015-03-261-2/+2
* add domainowner and serverowner optionsAbhilash Raj2015-03-211-15/+24
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Checkpointing.Barry Warsaw2014-11-301-5/+4
* Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw2014-10-311-1/+2
* Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-2/+2
* Clean up pass.Barry Warsaw2014-09-221-1/+1
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-2/+1
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-5/+5
* replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-051-1/+2
* change models to use sqlalchemy models<WIP>Abhilash Raj2014-09-041-5/+6
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* General code cleanup.Barry Warsaw2012-04-251-5/+3
* - Module modernatizations (print function).Barry Warsaw2012-04-221-16/+24
* copybumpBarry Warsaw2012-01-011-1/+1
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-1/+8
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+10
|\
| * email_host => mail_hostStephen A. Goss2011-08-231-1/+1
| * merged changes to main branchStephen A. Goss2011-08-231-26/+26
| |\ | |/ |/|
| * some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-231-0/+9
* | Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-26/+26
|/
* Remove all pylint vestiges.Barry Warsaw2011-08-031-2/+0
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Access mailing list configuration via RESTBarry Warsaw2010-08-101-0/+6
* 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-4/+0
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-10/+6
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-7/+3
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+163