summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/lists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-141/+0
|
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-081-3/+6
|
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-3/+2
| | | | | | | | * Give IMailingList a .domain attribute which looks up the IDomain for its .host_name. This cleans up a lot of code. * Add a test for the 'confirm' email command. * Suppress blank lines in email command responses. * Make the IDomainCollection a utility.
* Rework the 'bin/mailman lists' arguments to be more likely useful in theBarry Warsaw2009-11-281-33/+46
| | | | common case.
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-191-1/+0
| | | | | | Expose the database store on .store instead of ._store A few other cleanups.
* Rename files inside src/mailman/commands to indicate whether it's an emailBarry Warsaw2009-08-091-1/+1
| | | | | | command (eml_ prefix) or a command line interface (cli_ prefix). Fix a test breakage.
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-091-0/+127
now the only subcommand is 'lists' which displays all mailing lists like the old bin/list_lists command did (which is now removed). Remove bin/version since 'bin/mailman --version' does this for us. Simplify the calculation of the bin scripts; there will be many fewer of them. Extend i18n to use a class based structure. By default, all i18n strings are dedented after translation and substitution, which improves command line help. The class structure allows for overriding this behavior.