summaryrefslogtreecommitdiff
path: root/src/mailman/rules/docs/emergency.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-37/+0
|
* Split member and nonmember moderation.Barry Warsaw2011-01-021-56/+14
| | | | | | | | | | | | | | | | * member-moderation happens at the same place in the built-in chain that the previously named moderation rule happens. nonmember-moderation happens after all the other normal moderation rules. * Handle unsubscribed nonmember posts. Other changes: * Message.senders now filters out Nones and empty strings. * Various test cleanups and simplifications. * More `address` -> `email` fixes. * Give Link class a useful repr. * Fix a potential UnboundLocalError. * Various other small changes.
* More documentation updates.Barry Warsaw2010-09-151-3/+4
|
* Cleanup.Barry Warsaw2009-11-041-1/+0
|
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-2/+4
|
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-1/+5
| | | | utility.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-1/+2
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+72
correctly regardless of how it's used.