summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/docs/calc-recips.txt
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-114/+0
|
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-6/+6
|
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-6/+10
| | | | | | IAddress.email and IAddress.original_address to IAddress.original_email. From now on we'll use "address" to talk about the IAddress object and "email" to talk about the textual email address.
* More documentation improvements.Barry Warsaw2010-09-091-2/+7
|
* Cleanup.Barry Warsaw2009-11-041-1/+0
|
* Move a module.Barry Warsaw2009-11-041-1/+1
|
* recips -> recipientsBarry Warsaw2009-10-231-5/+5
|
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-7/+10
| | | | IUserManager utility.
* Test updates and repair.xoBarry Warsaw2009-08-211-2/+4
|
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-12/+13
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+100
correctly regardless of how it's used.