summaryrefslogtreecommitdiff
path: root/src/mailman/commands (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-132-61/+1
|\
| * * remove migrate commandAbhilash Raj2014-10-102-63/+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
* | Merge Abhilash's latest revisions.Barry Warsaw2014-10-111-2/+0
|/
* add central alembic configAbhilash Raj2014-10-031-4/+1
* Fix the test suite.Barry Warsaw2014-10-021-1/+1
* Migrations, with cleanup by Barry.Barry Warsaw2014-09-271-0/+65
|\
| * add autogenerate switch that generates to create migration scripts automaticallyAbhilash Raj2014-09-251-3/+10
| * add new command `mailman migrate` to migrate the new schema on the old databaseAbhilash Raj2014-09-251-0/+51
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2816-93/+95
* Trunk mergeBarry Warsaw2014-04-1424-27/+26
|\
| * Several internal improvements:Barry Warsaw2014-01-061-3/+2
| * Bump copyright years.Barry Warsaw2014-01-0124-24/+24
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-2/+6
|\ \ | |/ |/|
| * Merge from the main branchAurélien Bompard2013-10-221-1/+6
| |\ | |/ |/|
| * Make sure the imported preferred_language exists, and work around Python issu...Aurélien Bompard2013-10-081-2/+6
* | * When --sort is used, watch out for continuation lines, which shouldn't getBarry Warsaw2013-10-181-1/+6
|/
* * `mailman conf` now has a `-t/--sort` flag which sorts the output by sectionBarry Warsaw2013-09-013-5/+43
|\
| * Added an example to the docsKarl-Aksel Puulmann2013-04-061-1/+8
| * Fixed tests broken by previous commitKarl-Aksel Puulmann2013-04-063-1/+3
| * Add --sort flag to mailman conf subcommand (LP: #1162492)Karl-Aksel Puulmann2013-04-051-4/+17
* | * Use the ``enum34`` package instead of ``flufl.enum``.Barry Warsaw2013-08-272-3/+3
|\ \
| * | Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-182-3/+3
| |/
* / 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-202-2/+6
|\
| * - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-202-2/+5
|/
* Clean up branch:Barry Warsaw2013-03-194-117/+161
* documentation addedDavid Soto2013-01-231-0/+61
* fixed comments and namesDavid Soto2013-01-231-2/+2
* usage help improvedDavid Soto2013-01-232-3/+11
* using single underscore instead of double underscoreDavid Soto2013-01-231-18/+18
* fixed some errorsDavid Soto2013-01-231-3/+7
* testcases addedDavid Soto2013-01-231-0/+75
* - some more minor changesDavid Soto2013-01-231-23/+26
* some minor changesDavid Soto2013-01-231-26/+21
* basic subcommand to dump configuration valuesDavid Soto david.soto@web.de2013-01-231-0/+119
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-2/+0
* Bump copyright years.Barry Warsaw2013-01-0122-22/+22
* * Improve the --help text for the `start`, `stop`, `restart`, and `reopen`Barry Warsaw2012-12-231-4/+4
* ConfigurationBarry Warsaw2012-11-041-1/+0
* * `bin/mailman start` was passing the wrong relative path to its runnerBarry Warsaw2012-10-241-3/+7
* * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-122-146/+34
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-042-2/+2
* * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-172-6/+6
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
* General code cleanup.Barry Warsaw2012-04-2519-139/+120
* - Convert the CLI modules to use print_function.Barry Warsaw2012-04-223-22/+21
* Merge branch from Andrea Crotti, with a minor cleanup:Barry Warsaw2012-04-061-2/+1
|\