| Commit message (Expand) | Author | Age | Files | Lines |
| * | app/docs and app.tests all pass now. | Barry Warsaw | 2014-12-15 | 2 | -7/+1 |
| * | More test repair. | Barry Warsaw | 2014-12-15 | 1 | -2/+2 |
| * | Fix pipelines tests. | Barry Warsaw | 2014-12-15 | 1 | -4/+4 |
| * | * You no longer have to edit `src/mailman/testing/testing.cfg` to run the | Barry Warsaw | 2014-11-09 | 1 | -3/+6 |
| * | tox-ify the test suite. First, this makes it easier to run since you don't | Barry Warsaw | 2014-11-08 | 1 | -10/+9 |
| |\ |
|
| | * | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 1 | -3/+3 |
| |/ |
|
| * | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 1 | -43/+34 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 9 | -67/+67 |
| * | typo | Barry Warsaw | 2013-10-24 | 1 | -1/+1 |
| * | * Re-name doctests. | Barry Warsaw | 2013-08-25 | 1 | -1/+2 |
| * | LP: #975692 phase 1 | Barry Warsaw | 2012-12-28 | 1 | -90/+28 |
| * | * Fill out the documentation on moderation notifications. | Barry Warsaw | 2012-12-17 | 1 | -84/+164 |
| * | Fix cross-references. | Barry Warsaw | 2012-12-17 | 1 | -2/+2 |
| * | * Simplify moderator.rst and requests.rst so they serve a better purpose as | Barry Warsaw | 2012-12-17 | 1 | -0/+458 |
| * | Database | Barry Warsaw | 2012-10-16 | 1 | -55/+70 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 2 | -12/+14 |
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -3/+3 |
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -4/+4 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 1 | -1/+1 |
| |\ |
|
| | * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 1 | -1/+1 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -5/+5 |
| * | | * Subscription disabled probe warning notification messages are now sent | Barry Warsaw | 2012-03-14 | 2 | -16/+57 |
| |\ \
| |/
|/| |
|
| | * | Fixed a logic error and added more conditions to the doctest. | Mark Sapiro | 2012-03-14 | 1 | -0/+38 |
| |/ |
|
| * | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 1 | -10/+21 |
| * | Clean up of style test code, along with refactoring of corner cases to | Barry Warsaw | 2012-03-12 | 1 | -162/+0 |
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 2 | -11/+11 |
| * | Restore the RFC 2369 headers to accepted list posts. | Barry Warsaw | 2012-03-01 | 1 | -8/+24 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 1 | -2/+2 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 1 | -68/+11 |
| * | * Implement the style manager as a utility instead of an attribute hanging | Barry Warsaw | 2011-10-24 | 1 | -2/+3 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 8 | -0/+0 |
| * | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 2 | -20/+72 |
| * | Basic infrastructure for fixing bug 827036. | Barry Warsaw | 2011-08-17 | 1 | -1/+12 |
| * | * New REST resource http://.../members/find can be POSTed to in order to find | Barry Warsaw | 2011-08-13 | 1 | -0/+146 |
| * | Factor out bounce detection to flufl.bounce. | Barry Warsaw | 2011-07-15 | 1 | -31/+0 |
| * | Eliminate Utils.get_pattern() and in the process, completely revamp | Barry Warsaw | 2011-02-25 | 1 | -0/+167 |
| * | Split member and nonmember moderation. | Barry Warsaw | 2011-01-02 | 1 | -52/+52 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 1 | -11/+23 |
| * | Fairly significant change to the way member and nonmember moderation occurs. | Barry Warsaw | 2010-12-29 | 1 | -4/+4 |
| * | This is part 1 of the merge of Jimmy Bergman's branch | Barry Warsaw | 2010-12-28 | 1 | -3/+3 |
| * | Fix typo in scan_message(). (LP: #645897) | Barry Warsaw | 2010-09-23 | 1 | -5/+34 |
| * | Many documentation fixes for better Sphinx output. | Barry Warsaw | 2010-09-08 | 7 | -29/+44 |
| * | This is a better fix than the previous commit, since it uses a principled app... | Barry Warsaw | 2010-08-30 | 1 | -2/+2 |
| * | zope.testrunner 4.0.0b5 changes the working directory that tests are run from. | Barry Warsaw | 2010-08-29 | 1 | -1/+2 |
| * | Fixes bug LP: #601899; delete list function in rest server. | Barry Warsaw | 2010-07-06 | 1 | -1/+1 |
| * | No longer touch the Sender or Errors-To headers. We can no longer justify | Barry Warsaw | 2010-06-29 | 1 | -1/+0 |
| * | Chains now fire Zope events in their _process() implementation. | Barry Warsaw | 2010-02-16 | 1 | -55/+39 |
| * | Documentation reorganization. | Barry Warsaw | 2010-01-12 | 9 | -0/+1136 |