summaryrefslogtreecommitdiff
path: root/src/mailman/docs/autorespond.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-111/+0
|
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-2/+7
| | | | IUserManager utility.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-5/+2
|
* Add IAutoResponseSet.last_response() and fix a few bugs with the datetimeBarry Warsaw2009-02-191-0/+37
| | | | | testing harness. Remove the {admin,postings,request}_response attributes, but these are not apparently tested.
* Add a "mock and monkey" layer to set up testing infrastructure, e.g. forBarry Warsaw2009-02-171-0/+10
| | | | | | | | | | predictable dates and times. Fill out the autorespond.txt test to show that when the date flips over, the response counts reset. Add a date/time factory which we should use rather than the built-in datetime for now() and today() so that they can be appropriately tested.
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-161-0/+62