summaryrefslogtreecommitdiff
path: root/src/mailman/docs/membership.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-234/+0
|
* Show test for MemberRole.member.Barry Warsaw2009-12-271-5/+6
|
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-4/+7
| | | | IUserManager utility.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-22/+22
|
* Minor cleanupsBarry Warsaw2009-03-051-1/+1
|
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-221-1/+1
| | | | | | | | | | | | | 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/+230
correctly regardless of how it's used.