summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fixesBarry Warsaw2012-06-270-0/+0
| * | | Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-2714-39/+89
|/ / /
* | | trunk mergeBarry Warsaw2012-05-144-2/+114
|\ \ \
| * | | Add a test to ensure that the re-raising of the exception occurs.Barry Warsaw2012-05-111-3/+7
| * | | * When a queue runner gets an exception in its _dispose() method, aBarry Warsaw2012-05-114-2/+110
* | | | False rather than 0Barry Warsaw2012-05-091-1/+1
|/ / /
* | | * List-Post should be NO when posting is not allowed. (LP: #987563)Barry Warsaw2012-04-273-4/+34
* | | General code cleanup.Barry Warsaw2012-04-25109-464/+431
* | | Several non-functional improvements to the code base.Barry Warsaw2012-04-2236-537/+460
|\ \ \
| * | | - Remove an obsolete script.Barry Warsaw2012-04-222-191/+3
| * | | - Modernize the module by using future imports. Some byte literals areBarry Warsaw2012-04-221-8/+19
| * | | - Print functionBarry Warsaw2012-04-221-8/+8
| * | | - Convert the CLI modules to use print_function.Barry Warsaw2012-04-223-22/+21
| * | | - Module modernatizations (print function).Barry Warsaw2012-04-2215-187/+245
| * | | Two more module modernizations and transaction context manager uses.Barry Warsaw2012-04-222-8/+9
| * | | - Module modernization by adding the print_function() import.Barry Warsaw2012-04-228-76/+86
| * | | - Modernize the helpers.py module by using print() functions.Barry Warsaw2012-04-221-16/+18
| * | | - Modernize the layers.py module by using print().Barry Warsaw2012-04-221-6/+7
| * | | Update the IDatabase interface.Barry Warsaw2012-04-221-2/+5
| * | | - Simplify the transactional() decorator.Barry Warsaw2012-04-221-13/+39
|/ / /
* | | Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-213-14/+9
|\ \ \ | |_|/ |/| |
| * | Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-203-14/+9
|/ /
| * newsgroup_moderationBarry Warsaw2012-04-082-1/+8
| * - Rename the model attributes.Barry Warsaw2012-04-0812-49/+54
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-0811-27/+537
|/
* * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw2012-04-075-3/+49
* * An `AddressVerificationEvent` is triggered when an `IAddress` is verifiedBarry Warsaw2012-04-074-5/+57
* Remove redundant, obsolete test data. This stuff all lives in flufl.bounceBarry Warsaw2012-04-0687-10367/+0
* Add missing bug reference.Barry Warsaw2012-04-061-1/+1
* Merge branch from Andrea Crotti, with a minor cleanup:Barry Warsaw2012-04-061-2/+1
|\
| * the sys prompt can be safely set also when the readline import failsAndrea Crotti2012-03-141-2/+2
| * mergeAndrea Crotti2012-03-1437-423/+630
| |\
* | \ * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-0611-193/+362
|\ \ \
| * | | Whitespace normalization.Barry Warsaw2012-04-061-2/+0
| * | | * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-0611-193/+364
|/ / /
* | | * A mailing list's *moderator password* is no longer stored in the clear; itBarry Warsaw2012-04-045-221/+449
* | | * Fixed a UnicodeError with non-ascii message bodies in the `approved` rule,Barry Warsaw2012-04-045-1/+71
|\ \ \
| * | | * Fixed a UnicodeError with non-ascii message bodies in the `approved` rule,Barry Warsaw2012-04-045-1/+71
|/| | |
| * | | * Added a unit test for rules/approved.pyMark Sapiro2012-03-184-0/+76
| * | | Merged from trunk.Mark Sapiro2012-03-1853-4062/+733
| |\ \ \
| * | | | Fixed a unicode decode error on messages with non-ascii text/plain parts.Mark Sapiro2012-03-151-1/+3
* | | | | - Improve the NNTP doctest.Barry Warsaw2012-04-023-120/+47
* | | | | * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-04-0117-155/+578
|\ \ \ \ \
| * | | | | The port of NNTPRunner to Mailman 3 is complete.Barry Warsaw2012-04-014-34/+197
| * | | | | - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw2012-04-014-42/+128
| * | | | | More tests, though still not 100% coverage.Barry Warsaw2012-03-313-21/+56
| * | | | | * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-3114-63/+202
|/ / / / /
* | | | | Fix a few typos, and the creation of index.html symlink to make PyPI happy.Barry Warsaw2012-03-283-7/+11
* | | | | * Some additional documentation on related components such as Postorius andBarry Warsaw2012-03-286-24/+320
|\ \ \ \ \
| * | | | | Update documentation post-sprint for Beta releases.Stephen J. Turnbull2012-03-264-18/+309