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