summaryrefslogtreecommitdiff
path: root/Mailman/database/pending.py
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-167/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* More updates to rules and chains, especially by adding additional tests.Barry Warsaw2008-01-211-0/+9
| | | | | | | | | | | | | | | - Remove the Emergency.py handler. This is now covered by the emergency.py rule. - Remove the hold.txt doctest. This is now covered by the chains.txt and emergency.txt doctests. - Added a chains.txt doctest. - Extend the pending db to handle list values, although only lists that contain nothing but strings. - Rename the 'adminapproved' message metadata key (for the emergency rule) to 'moderator_approved'. Also, backport a change to the Decorate handler where message metadata on the 'decoration-data' key ca be used in the header and footer.
* Reorganize the database subpackage, primarily by removing the 'model'Barry Warsaw2007-12-081-0/+158
subdirectory and updating all relevant imports. Move of the circular import problems have been eliminated in the process.