summaryrefslogtreecommitdiff
path: root/src/mailman/database/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-144/+0
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-191-1/+1
| | | | | | Expose the database store on .store instead of ._store A few other cleanups.
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-4/+0
|
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-2/+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-1/+0
|
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-211-2/+0
| | | | | * Use the IListManager() adapter instead of hanging the list manager off of config.db. This makes the code somewhat cleaner.
* 'mailman info' command.Barry Warsaw2009-08-121-0/+2
|
* Use Storm 0.15's new GenerationalCache.Barry Warsaw2009-08-081-1/+2
|
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-1/+1
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+153
correctly regardless of how it's used.