summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/members.rst
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-103/+63
|
* The ``mailman members`` command can now be used to display members based onBarry Warsaw2015-12-221-50/+47
| | | | | subscription roles. Also, the positional "list" argument can now accept list names or list-ids.
* 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
| | | | | | * RequestRecord contains no password key so these are not part of the held requests database any more. * Pending record contains `email` now instead of `address`.
* Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-131-2/+2
|\
| * change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-121-1/+1
|/
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
|
* Pass all command tests.Barry Warsaw2014-12-151-1/+1
|
* Port some of the commands.Barry Warsaw2014-12-131-2/+1
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-5/+5
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+322