summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/digests.py
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-021-1/+1
|
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-051-0/+10
| | | | * Move DigestFrequency from mailinglist to digests.
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-221-0/+42
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.