summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/conf.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PR288 vettedBarry Warsaw2017-08-291-0/+1
|
* Convert to click for CLI optionsBarry Warsaw2017-07-221-15/+5
|
* Fix #228Barry Warsaw2016-04-221-0/+1
| | | | | | | | ``mailman shell`` now supports readline history if you set the ``[shell]history_file`` variable in mailman.cfg. Also, many useful names are pre-populated in the namespace of the shell. (Closes: #228) With test coverage.
* Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-131-3/+3
|\
| * change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-121-2/+2
|/
* Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-23/+11
| | | | | | | | | | | To do this, we have to handle random test ordering, since tox explicitly sets PYTHONHASHSEED. That's a good thing for the future Python 3 port. Removed `mailman conf -t/--sort`; now the output is always sorted. RFC 2369 headers are now sorted before being added. etag repr dicts are sorted using pprint.pformat().
* 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
| | | | | | | | | | | | | | | | * remove alembic.cfg, move contents to schema.cfg * fix import errors in src/mailman/model/language.py * add indexes * change the previously wrong written tablename autoresponserecord * change alembic_cfg to use schema.cfg instead of alembic.cfg
| * 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
|/ | | | Alembic loggers.
* * `mailman conf` now has a `-t/--sort` flag which sorts the output by sectionBarry Warsaw2013-09-011-0/+12
|\ | | | | | | | | and then key. Contributed by Karl-Aksel Puulmann and David Soto (LP: 1162492)
| * Added an example to the docsKarl-Aksel Puulmann2013-04-061-1/+8
| |
| * Fixed tests broken by previous commitKarl-Aksel Puulmann2013-04-061-0/+1
|/
* Clean up branch:Barry Warsaw2013-03-191-0/+68
- Fix copyright years. - Sort imports - "mailmanconf" -> "conf" - Add "-o -" as a synonym for output to stdout - Use Python 2.7 style {} format keys. - Line folding. - Do be sure to close the file in .process() since it could be called from API code. - Clean up the docs. - Add some tests. - Acknowledge David Soto.