summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/database.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
* Clean up the interfaces directory.Barry Warsaw2016-03-251-9/+4
* Happy New Year.Barry Warsaw2016-01-021-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
* DatabaseBarry Warsaw2014-11-011-10/+2
|\
| * Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-6/+0
| * Clean up pass.Barry Warsaw2014-09-221-1/+1
| * * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-1/+1
|/
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-13/+6
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-6/+15
* Checkpointing Postgres port of test suite.Barry Warsaw2012-07-231-0/+13
* Update the IDatabase interface.Barry Warsaw2012-04-221-2/+5
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-15/+0
* copybumpBarry Warsaw2012-01-011-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+2
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-7/+1
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-3/+0
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-3/+0
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-3/+0
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-3/+0
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+97