| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Merge Abhilash's latest revisions. | Barry Warsaw | 2014-10-11 | 1 | -2/+0 |
| |/ / |
|
| * | | add central alembic config | Abhilash Raj | 2014-10-03 | 1 | -4/+1 |
| * | | Fix the test suite. | Barry Warsaw | 2014-10-02 | 1 | -1/+1 |
| * | | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 1 | -0/+65 |
| |\ \ |
|
| | * | | add autogenerate switch that generates to create migration scripts automatically | Abhilash Raj | 2014-09-25 | 1 | -3/+10 |
| | * | | add new command `mailman migrate` to migrate the new schema on the old database | Abhilash Raj | 2014-09-25 | 1 | -0/+51 |
| |/ / |
|
| * | | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 16 | -93/+95 |
| * | | Trunk merge | Barry Warsaw | 2014-04-14 | 24 | -27/+26 |
| |\ \ |
|
| | * | | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -3/+2 |
| | * | | Bump copyright years. | Barry Warsaw | 2014-01-01 | 24 | -24/+24 |
| * | | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 1 | -2/+6 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Merge from the main branch | Aurélien Bompard | 2013-10-22 | 1 | -1/+6 |
| | |\ \
| |/ /
|/| | |
|
| | * | | Make sure the imported preferred_language exists, and work around Python issu... | Aurélien Bompard | 2013-10-08 | 1 | -2/+6 |
| * | | | * When --sort is used, watch out for continuation lines, which shouldn't get | Barry Warsaw | 2013-10-18 | 1 | -1/+6 |
| |/ / |
|
| * | | * `mailman conf` now has a `-t/--sort` flag which sorts the output by section | Barry Warsaw | 2013-09-01 | 3 | -5/+43 |
| |\ \ |
|
| | * | | Added an example to the docs | Karl-Aksel Puulmann | 2013-04-06 | 1 | -1/+8 |
| | * | | Fixed tests broken by previous commit | Karl-Aksel Puulmann | 2013-04-06 | 3 | -1/+3 |
| | * | | Add --sort flag to mailman conf subcommand (LP: #1162492) | Karl-Aksel Puulmann | 2013-04-05 | 1 | -4/+17 |
| | |/ |
|
| * | | * Use the ``enum34`` package instead of ``flufl.enum``. | Barry Warsaw | 2013-08-27 | 2 | -3/+3 |
| |\ \ |
|
| | * | | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 2 | -3/+3 |
| | |/ |
|
| * / | Add enough __init__.py files to make these docs directories discoverable. | Barry Warsaw | 2013-08-26 | 1 | -0/+0 |
| |/ |
|
| * | * When creating the initial file system layout in ``var``, e.g. via | Barry Warsaw | 2013-03-20 | 2 | -2/+6 |
| |\ |
|
| | * | - Write ./var/etc/mailman.cfg if it doesn't already exist. | Barry Warsaw | 2013-03-20 | 2 | -2/+5 |
| |/ |
|
| * | Clean up branch: | Barry Warsaw | 2013-03-19 | 4 | -117/+161 |
| * | documentation added | David Soto | 2013-01-23 | 1 | -0/+61 |
| * | fixed comments and names | David Soto | 2013-01-23 | 1 | -2/+2 |
| * | usage help improved | David Soto | 2013-01-23 | 2 | -3/+11 |
| * | using single underscore instead of double underscore | David Soto | 2013-01-23 | 1 | -18/+18 |
| * | fixed some errors | David Soto | 2013-01-23 | 1 | -3/+7 |
| * | testcases added | David Soto | 2013-01-23 | 1 | -0/+75 |
| * | - some more minor changes | David Soto | 2013-01-23 | 1 | -23/+26 |
| * | some minor changes | David Soto | 2013-01-23 | 1 | -26/+21 |
| * | basic subcommand to dump configuration values | David Soto david.soto@web.de | 2013-01-23 | 1 | -0/+119 |
| * | * Non-queue runners should not create ``var/queue`` subdirectories. Fixed by | Barry Warsaw | 2013-01-20 | 1 | -2/+0 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 22 | -22/+22 |
| * | * Improve the --help text for the `start`, `stop`, `restart`, and `reopen` | Barry Warsaw | 2012-12-23 | 1 | -4/+4 |
| * | Configuration | Barry Warsaw | 2012-11-04 | 1 | -1/+0 |
| * | * `bin/mailman start` was passing the wrong relative path to its runner | Barry Warsaw | 2012-10-24 | 1 | -3/+7 |
| * | * Added support for Postfix `relay_domains` setting for better virtual domain | Barry Warsaw | 2012-10-12 | 2 | -146/+34 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 2 | -2/+2 |
| * | * Show devmode in `bin/mailman info` output. (LP: #1035028) | Barry Warsaw | 2012-08-17 | 2 | -6/+6 |
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -1/+1 |
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 19 | -139/+120 |
| * | - Convert the CLI modules to use print_function. | Barry Warsaw | 2012-04-22 | 3 | -22/+21 |
| * | Merge branch from Andrea Crotti, with a minor cleanup: | Barry Warsaw | 2012-04-06 | 1 | -2/+1 |
| |\ |
|
| | * | the sys prompt can be safely set also when the readline import fails | Andrea Crotti | 2012-03-14 | 1 | -2/+2 |
| * | | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -1/+1 |
| * | | Architecture | Barry Warsaw | 2012-03-26 | 2 | -3/+2 |
| * | | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 3 | -61/+3 |
| |\ \ |
|
| | * | | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 3 | -61/+3 |
| | |/ |
|