summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/database.py
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-7/+1
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* 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
| | | | utility.
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-3/+0
| | | | IUserManager utility.
* 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
correctly regardless of how it's used.