summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Don't change the mail_host when importingAurélien Bompard2013-10-112-4/+4
| | * | | Use the full language code in the configuration hintAurélien Bompard2013-10-112-6/+4
| | * | | Deal with non-ascii bans and aliasesAurélien Bompard2013-10-092-20/+34
| | * | | Make sure the imported preferred_language exists, and work around Python issu...Aurélien Bompard2013-10-083-5/+76
| | * | | Some more unicode checks when importingAurélien Bompard2013-10-082-9/+39
| | * | | Content filter must be removed on list deletionAurélien Bompard2013-10-032-0/+17
| | * | | More unicode fixes in the import scriptAurélien Bompard2013-10-032-2/+35
| | * | | Strings are almost always bytestrings in the pickle, test for thatAurélien Bompard2013-10-032-58/+58
| | * | | Import most list parameters from the 2.1 pickleAurélien Bompard2013-09-303-5/+824
| | * | | When importing from 2.1, handle the archiving policyAurélien Bompard2013-09-202-0/+41
| |/ / /
* | | | * The `bounceevent` table now uses list-ids to cross-reference the mailingBarry Warsaw2013-10-2419-103/+287
|\ \ \ \ | |_|/ / |/| | |
| * | | typoBarry Warsaw2013-10-241-1/+1
| * | | Only do the cleanup if we're not using SQLite.Barry Warsaw2013-10-242-6/+6
| * | | trunk mergeBarry Warsaw2013-10-223-0/+70
| |\ \ \ | |/ / / |/| | |
* | | | Sort imports.Barry Warsaw2013-10-181-1/+1
* | | | * Fix importation from MM2.1 to MM3 of the archive policy. Given by AurélienBarry Warsaw2013-10-183-0/+70
| * | | trunk mergeBarry Warsaw2013-10-185-32/+23
| |\ \ \ | |/ / / |/| | |
* | | | * When --sort is used, watch out for continuation lines, which shouldn't getBarry Warsaw2013-10-185-32/+23
| |/ / |/| |
| * | Test repair, and import enum from the right place.Barry Warsaw2013-09-011-2/+3
| * | trunk mergeBarry Warsaw2013-09-0151-227/+348
| |\ \ | |/ / |/| |
* | | * `mailman conf` now has a `-t/--sort` flag which sorts the output by sectionBarry Warsaw2013-09-014-5/+49
|\ \ \
| * | | 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
| | |/ | |/|
* | | * Expose ``hide_address`` to the ``.../preferences`` REST API. ContributedBarry Warsaw2013-08-283-0/+6
|\ \ \
| * | | Adding a missing hide_address preferenceSneha Priscilla2013-08-091-0/+1
* | | | Merge Steve's documentation updates.Barry Warsaw2013-08-284-43/+107
|\ \ \ \
| * | | | Rewrite the MTA-independent part of MTA.rst.Stephen J. Turnbull2013-07-041-17/+63
| * | | | Add 'Contact Us' section.Stephen J. Turnbull2013-07-041-4/+9
| * | | | Improve diagrams. Some wording fixups.Stephen J. Turnbull2013-05-141-10/+18
| * | | | Touch up descriptions of MTAs. Fix one typo.Stephen J. Turnbull2013-05-141-10/+12
| * | | | Some minor wording fixups.Stephen J. Turnbull2013-05-141-11/+15
| * | | | Avoid implication that Python 3 support is coming soon.Stephen J. Turnbull2013-05-141-1/+1
* | | | | * Use the ``enum34`` package instead of ``flufl.enum``.Barry Warsaw2013-08-2730-40/+46
|\ \ \ \ \
| * | | | | Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-1829-40/+45
| | |/ / / | |/| | |
* | | | | * Mailman 3 no longer uses ``zc.buildout`` and tests are now run by theBarry Warsaw2013-08-2714-139/+140
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | * Suppress the extra Doctest: lines.Barry Warsaw2013-08-271-5/+5
| * | | | Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-267-0/+1
| * | | | * Re-name doctests.Barry Warsaw2013-08-254-64/+46
| * | | | Switch to virtualenv and nose2 instead of zc.buildout and zope.testing.Barry Warsaw2013-08-254-41/+63
|/ / / /
| | | * remove debuggingBarry Warsaw2013-09-011-1/+0
| | | * Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-0117-97/+276
| |_|/ |/| |
* | | * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-1710-247/+243
* | | * Add `subject_prefix` to the `IMailingList` interface, and clarify theBarry Warsaw2013-05-302-10/+24
* | | add commentBarry Warsaw2013-05-301-0/+2
* | | * Fix REST server crash on `mailman reopen` due to no interception ofBarry Warsaw2013-05-302-1/+3
|/ /
* / PEP 435 enums won't allow extensibility through inheritance.Barry Warsaw2013-05-021-1/+6
|/
* * Support pagination of some large collections (lists, users, members).Barry Warsaw2013-03-219-3/+305
|\
| * Tweaks and fixes by Barry.Barry Warsaw2013-03-218-69/+85
| * Florian's branch for LP: #1156529Barry Warsaw2013-03-218-3/+287
|/|