| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Simplify the transactional() decorator. | Barry Warsaw | 2012-04-22 | 1 | -13/+39 |
| * | Rename mailman.database.transaction.txn to ...transactional. Modernize the | Barry Warsaw | 2012-04-20 | 3 | -14/+9 |
| * | * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes. | Barry Warsaw | 2012-04-07 | 5 | -3/+49 |
| * | * An `AddressVerificationEvent` is triggered when an `IAddress` is verified | Barry Warsaw | 2012-04-07 | 4 | -5/+57 |
| * | Remove redundant, obsolete test data. This stuff all lives in flufl.bounce | Barry Warsaw | 2012-04-06 | 87 | -10367/+0 |
| * | Add missing bug reference. | Barry Warsaw | 2012-04-06 | 1 | -1/+1 |
| * | Merge branch from Andrea Crotti, with a minor cleanup: | Barry Warsaw | 2012-04-06 | 1 | -2/+1 |
| |\ |
|
| | * | the sys prompt can be safely set also when the readline import fails | Andrea Crotti | 2012-03-14 | 1 | -2/+2 |
| * | | Whitespace normalization. | Barry Warsaw | 2012-04-06 | 1 | -2/+0 |
| * | | * Header check specifications in the `mailman.cfg` file have changed quite | Barry Warsaw | 2012-04-06 | 11 | -193/+364 |
| * | | * A mailing list's *moderator password* is no longer stored in the clear; it | Barry Warsaw | 2012-04-04 | 5 | -221/+449 |
| * | | * Fixed a UnicodeError with non-ascii message bodies in the `approved` rule, | Barry Warsaw | 2012-04-04 | 5 | -1/+71 |
| |\ \ |
|
| | * | | * Added a unit test for rules/approved.py | Mark Sapiro | 2012-03-18 | 4 | -0/+76 |
| | * | | Merged from trunk. | Mark Sapiro | 2012-03-18 | 51 | -4059/+726 |
| | |\ \ |
|
| | * | | | Fixed a unicode decode error on messages with non-ascii text/plain parts. | Mark Sapiro | 2012-03-15 | 1 | -1/+3 |
| * | | | | - Improve the NNTP doctest. | Barry Warsaw | 2012-04-02 | 3 | -120/+47 |
| * | | | | The port of NNTPRunner to Mailman 3 is complete. | Barry Warsaw | 2012-04-01 | 4 | -34/+197 |
| * | | | | - More tests of mailman.runners.nntp.prepare_message(), this time of the | Barry Warsaw | 2012-04-01 | 4 | -42/+128 |
| * | | | | More tests, though still not 100% coverage. | Barry Warsaw | 2012-03-31 | 3 | -21/+56 |
| * | | | | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 13 | -63/+201 |
| * | | | | Fix a few typos, and the creation of index.html symlink to make PyPI happy. | Barry Warsaw | 2012-03-28 | 2 | -5/+5 |
| * | | | | * Some additional documentation on related components such as Postorius and | Barry Warsaw | 2012-03-28 | 4 | -20/+303 |
| |\ \ \ \ |
|
| | * | | | | Update documentation post-sprint for Beta releases. | Stephen J. Turnbull | 2012-03-26 | 3 | -18/+298 |
| * | | | | | Remove a few more obsolete scripts. | Barry Warsaw | 2012-03-28 | 4 | -749/+0 |
| * | | | | | Remove another obsolete script. | Barry Warsaw | 2012-03-28 | 2 | -151/+1 |
| * | | | | | Remove obsolete script. | Barry Warsaw | 2012-03-26 | 1 | -660/+0 |
| * | | | | | Add bug tag | Barry Warsaw | 2012-03-26 | 1 | -1/+1 |
| * | | | | | Beta 2 of course. | Barry Warsaw | 2012-03-26 | 1 | -1/+1 |
| * | | | | | Architecture | Barry Warsaw | 2012-03-26 | 21 | -96/+345 |
| * | | | | | Prep for next version. | Barry Warsaw | 2012-03-24 | 1 | -3/+3 |
| * | | | | | Last minute emergency bandaid for bug LP: #963612 | Barry Warsaw | 2012-03-23 | 2 | -29/+44 |
| * | | | | | Prepping for 3.0b1. | Barry Warsaw | 2012-03-23 | 2 | -2/+2 |
| * | | | | | Test repair. | Barry Warsaw | 2012-03-23 | 1 | -1/+1 |
| * | | | | | Verp all messages to the -owners. Add a test to prove that email to -owners | Barry Warsaw | 2012-03-23 | 3 | -0/+153 |
| * | | | | | Add the OwnerPipeline, with tests, and rename some things for consistency. | Barry Warsaw | 2012-03-23 | 3 | -7/+73 |
| * | | | | | Add a doctest for owner recipients. | Barry Warsaw | 2012-03-23 | 2 | -0/+63 |
| * | | | | | - Move some normal recipient tests to unittests. | Barry Warsaw | 2012-03-23 | 7 | -44/+259 |
| * | | | | | Rename the member recipients calculating handler to make way for the owner | Barry Warsaw | 2012-03-23 | 4 | -7/+7 |
| * | | | | | Rename the src/mailman/pipeline directory to src/mailman/handlers since that's | Barry Warsaw | 2012-03-23 | 42 | -13/+13 |
| * | | | | | Extend the pipeline runner to handle messages to the -owner address. | Barry Warsaw | 2012-03-23 | 2 | -1/+119 |
| * | | | | | Add a simple owner processing chain. | Barry Warsaw | 2012-03-22 | 4 | -2/+134 |
| * | | | | | Add an owner chain and pipeline to the schema, model, and interface. Plumb | Barry Warsaw | 2012-03-22 | 6 | -2/+123 |
| * | | | | | Several fixes and cleanups, ostensibly to fix Python 2.6 support. | Barry Warsaw | 2012-03-22 | 8 | -22/+52 |
| | |_|/ /
|/| | | |
|
| * | | | | Adjustments after landing the nopipermail branch. | Barry Warsaw | 2012-03-17 | 2 | -15/+2 |
| * | | | | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 50 | -4047/+535 |
| |\ \ \ \ |
|
| | * | | | | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 21 | -908/+397 |
| | * | | | | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 32 | -3162/+149 |
| | | |_|/
| |/| | |
|
| * | | | | * Improved "8 mile high" document distilled by Stephen Turnbull from the | Barry Warsaw | 2012-03-16 | 2 | -0/+192 |
| |\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| | * | | Use minlen to disentagle the POSTING queue. | Stephen J. Turnbull | 2012-03-15 | 1 | -5/+4 |
| | * | | Remove redundant PNGs. | Stephen J. Turnbull | 2012-03-15 | 3 | -0/+0 |