summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs
Commit message (Expand)AuthorAgeFilesLines
* PR288 vettedBarry Warsaw2017-08-292-1/+1
* Set a timeout on the lock acquisitionBarry Warsaw2017-07-271-1/+2
* Convert to click for CLI optionsBarry Warsaw2017-07-2215-562/+298
* Implement caching suffix list with in-tree fallback.Barry Warsaw2017-01-012-2/+2
* Fix doctests to properly set unsubscription_policy = SubscriptionPolicy.openMark Sapiro2016-10-251-0/+1
* Fix test.Barry Warsaw2016-09-131-4/+4
* Fix more tests.Barry Warsaw2016-09-111-2/+5
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-0/+8
* New template system. Closes #249Barry Warsaw2016-07-162-12/+5
* Add some documentation.Barry Warsaw2016-04-231-15/+38
* Fix #228Barry Warsaw2016-04-221-0/+1
* A bit of pre-merge cleanup.Barry Warsaw2016-03-221-13/+7
* Changed domain creation to True as defaultGurkirpal2016-03-221-2/+9
* The ``mailman members`` command can now be used to display members based onBarry Warsaw2015-12-221-50/+47
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-2/+2
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-4/+4
* Full test suite passes.Barry Warsaw2015-04-141-38/+12
* Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-062-3/+2
|\
| * add tests, fix docs, remove contact_addressAbhilash Raj2015-03-281-2/+1
* | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-38/+16
* | * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-12/+25
|/
* * ``mailman lists --domain`` was not properly handling its arguments. GivenBarry Warsaw2015-03-131-4/+4
|\
* \ Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-133-6/+6
|\ \
| * | change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-123-4/+4
|/ /
* | We don't need the 'six' package any more.Barry Warsaw2015-01-042-3/+2
* | * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-031-14/+15
* | Pass all command tests.Barry Warsaw2014-12-152-6/+2
* | More test repair.Barry Warsaw2014-12-152-5/+4
* | Core tests pass.Barry Warsaw2014-12-151-1/+1
* | Port some of the commands.Barry Warsaw2014-12-137-22/+21
* | Checkpointing.Barry Warsaw2014-11-303-14/+14
* | Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-23/+11
* | Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-2/+2
* | Move alembic settings to a separate alembic.cfg.Barry Warsaw2014-10-131-1/+1
* | Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-1/+1
|\ \
| * | * remove migrate commandAbhilash Raj2014-10-101-1/+1
| * | Include Alembic and SQLAlchemy logging into the Mailman logging systemAurélien Bompard2014-10-071-1/+3
* | | Add the [logging.database] section and use it to configure the SQLAlchemy andBarry Warsaw2014-10-121-0/+1
|/ /
* | Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2814-90/+90
* | * `mailman conf` now has a `-t/--sort` flag which sorts the output by sectionBarry Warsaw2013-09-011-0/+12
|\ \
| * | Added an example to the docsKarl-Aksel Puulmann2013-04-061-1/+8
| * | Fixed tests broken by previous commitKarl-Aksel Puulmann2013-04-061-0/+1
| |/
* / Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
|/
* * When creating the initial file system layout in ``var``, e.g. viaBarry Warsaw2013-03-201-1/+5
|\
| * - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-201-1/+4
|/
* Clean up branch:Barry Warsaw2013-03-192-61/+68
* documentation addedDavid Soto2013-01-231-0/+61
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-2/+0
* ConfigurationBarry Warsaw2012-11-041-1/+0
* * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-121-62/+30