summaryrefslogtreecommitdiff
path: root/src/mailman/rules/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2812-31/+31
* * Use the ``enum34`` package instead of ``flufl.enum``.Barry Warsaw2013-08-271-1/+1
|\
| * Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
* | Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
|/
* Get test suite completely working:Barry Warsaw2012-07-201-1/+1
* trunk mergeBarry Warsaw2012-07-202-7/+8
|\
| * * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-022-6/+8
| * Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-3/+2
* | - Rename the model attributes.Barry Warsaw2012-04-081-3/+3
|/
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-061-85/+104
* * A mailing list's *moderator password* is no longer stored in the clear; itBarry Warsaw2012-04-041-214/+83
* * Added a unit test for rules/approved.pyMark Sapiro2012-03-181-0/+0
* Finally, all doctests are named .rstBarry Warsaw2011-09-2314-0/+0
* Major terminology shift:Barry Warsaw2011-06-011-4/+4
* Split member and nonmember moderation.Barry Warsaw2011-01-024-95/+122
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-292-43/+63
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-282-4/+5
* * Allow X-Approved and X-Approve headers, equivalent to Approved andBarry Warsaw2010-09-201-5/+39
* More documentation updates.Barry Warsaw2010-09-1514-67/+84
* So long X-BeenThere, and thanks for all the fish.Barry Warsaw2010-02-161-9/+9
* Cleanup.Barry Warsaw2009-11-0412-12/+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
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-1/+4
* Test updates and repair.xoBarry Warsaw2009-08-2110-10/+20
* De-u-literal-ify our doctests.Barry Warsaw2009-07-1813-41/+54
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-251-3/+3
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-031-7/+13
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-231-6/+48
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-2514-0/+1240