summaryrefslogtreecommitdiff
path: root/src/mailman/docs/addresses.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-236/+0
|
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-29/+32
| | | | IUserManager utility.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-26/+26
|
* Wow. Put domains into the database.Barry Warsaw2009-07-161-5/+6
| | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API.
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-221-1/+2
| | | | | | | | | | | | | Make it explicit to get the last digest (I could imagine an user selecting not to). Actually add tests for this. Start to get rid of 'from storm.locals import *' in favor of more specific imports. Start to use Store.of() instead of config.db.store where we can. Rework (delivery)MemberRosters to use the Member attributes. This ensures that the layered lookup happens at the expense of query optimization. Sundry and various cleanups.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+231
correctly regardless of how it's used.