summaryrefslogtreecommitdiff
path: root/src/mailman/app/docs
Commit message (Expand)AuthorAgeFilesLines
* PR288 vettedBarry Warsaw2017-08-291-121/+0
* Rename metadata key for clarityBarry Warsaw2017-08-041-10/+54
* Convert to click for CLI optionsBarry Warsaw2017-07-221-2/+5
* Simplify the implementation.Barry Warsaw2016-10-171-2/+2
* Another fix.Barry Warsaw2016-09-161-3/+3
* Added unsubscribe instructions to list:member:generic:footer.txtFrancesco Ariis2016-08-251-4/+4
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-0/+8
* New template system. Closes #249Barry Warsaw2016-07-162-11/+7
* Clean up the core directory.Barry Warsaw2016-03-241-1/+1
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-081-30/+6
* Refactor some tests and documentation.Barry Warsaw2016-01-071-176/+0
* Make the members request pageableAurélien Bompard2016-01-061-1/+1
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-0/+1
* Neither archive messages nor digest messages get decorated.Barry Warsaw2015-09-131-8/+0
* Decorate bulk emails by defaultAurélien Bompard2015-09-081-0/+19
* According to RFC 2369, the URL should be between bracketsAurélien Bompard2015-06-301-1/+1
* Remove old APIs handle_subscription() and hold_subscription().Barry Warsaw2015-05-021-122/+61
* Move a doctest to the right directory.Barry Warsaw2015-04-161-344/+0
* Rewrite the subscription service doctest for the updated API.Barry Warsaw2015-04-151-145/+117
* Fix regression.Barry Warsaw2015-04-131-1/+0
* Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-0/+1
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-12/+18
* Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-211-4/+4
* 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