| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | More unicode fixes in the import script | Aurélien Bompard | 2013-10-03 | 2 | -2/+35 | |
| | | * | | | Strings are almost always bytestrings in the pickle, test for that | Aurélien Bompard | 2013-10-03 | 2 | -58/+58 | |
| | | * | | | Import most list parameters from the 2.1 pickle | Aurélien Bompard | 2013-09-30 | 3 | -5/+824 | |
| | | * | | | When importing from 2.1, handle the archiving policy | Aurélien Bompard | 2013-09-20 | 2 | -0/+41 | |
| | |/ / / | ||||||
| * | | | | * The `bounceevent` table now uses list-ids to cross-reference the mailing | Barry Warsaw | 2013-10-24 | 19 | -103/+287 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | typo | Barry Warsaw | 2013-10-24 | 1 | -1/+1 | |
| | * | | | Only do the cleanup if we're not using SQLite. | Barry Warsaw | 2013-10-24 | 2 | -6/+6 | |
| | * | | | trunk merge | Barry Warsaw | 2013-10-22 | 3 | -0/+70 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Sort imports. | Barry Warsaw | 2013-10-18 | 1 | -1/+1 | |
| * | | | | * Fix importation from MM2.1 to MM3 of the archive policy. Given by Aurélien | Barry Warsaw | 2013-10-18 | 3 | -0/+70 | |
| | * | | | trunk merge | Barry Warsaw | 2013-10-18 | 6 | -32/+24 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | trunk merge | Barry Warsaw | 2013-10-18 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | re-delete obsolete file | Barry Warsaw | 2013-09-03 | 1 | -277/+0 | |
| | * | | | trunk merge | Barry Warsaw | 2013-09-03 | 55 | -1203/+361 | |
| | |\ \ \ | ||||||
| | * | | | | Update bootstrap.py | Barry Warsaw | 2013-07-21 | 1 | -53/+165 | |
| * | | | | | * When --sort is used, watch out for continuation lines, which shouldn't get | Barry Warsaw | 2013-10-18 | 6 | -32/+24 | |
| | |/ / / |/| | | | ||||||
| | | * | | Test repair, and import enum from the right place. | Barry Warsaw | 2013-09-01 | 1 | -2/+3 | |
| | | * | | trunk merge | Barry Warsaw | 2013-09-01 | 56 | -1368/+361 | |
| | | |\ \ | |_|/ / |/| | | | ||||||
| * | | | | * `mailman conf` now has a `-t/--sort` flag which sorts the output by section | Barry Warsaw | 2013-09-01 | 4 | -5/+49 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | |
| | | |_|/ | |/| | | ||||||
| * | | | | * Expose ``hide_address`` to the ``.../preferences`` REST API. Contributed | Barry Warsaw | 2013-08-28 | 3 | -0/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | Adding a missing hide_address preference | Sneha Priscilla | 2013-08-09 | 1 | -0/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge Steve's documentation updates. | Barry Warsaw | 2013-08-28 | 4 | -43/+107 | |
| |\ \ \ \ | ||||||
| | * | | | | Rewrite the MTA-independent part of MTA.rst. | Stephen J. Turnbull | 2013-07-04 | 1 | -17/+63 | |
| | * | | | | Add 'Contact Us' section. | Stephen J. Turnbull | 2013-07-04 | 1 | -4/+9 | |
| | * | | | | Improve diagrams. Some wording fixups. | Stephen J. Turnbull | 2013-05-14 | 1 | -10/+18 | |
| | * | | | | Touch up descriptions of MTAs. Fix one typo. | Stephen J. Turnbull | 2013-05-14 | 1 | -10/+12 | |
| | * | | | | Some minor wording fixups. | Stephen J. Turnbull | 2013-05-14 | 1 | -11/+15 | |
| | * | | | | Avoid implication that Python 3 support is coming soon. | Stephen J. Turnbull | 2013-05-14 | 1 | -1/+1 | |
| * | | | | | Remove buildout and other artifacts. | Barry Warsaw | 2013-08-28 | 3 | -1138/+0 | |
| * | | | | | * Use the ``enum34`` package instead of ``flufl.enum``. | Barry Warsaw | 2013-08-27 | 31 | -41/+47 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 30 | -41/+46 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | * Mailman 3 no longer uses ``zc.buildout`` and tests are now run by the | Barry Warsaw | 2013-08-27 | 16 | -141/+152 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | * Suppress the extra Doctest: lines. | Barry Warsaw | 2013-08-27 | 1 | -5/+5 | |
| | * | | | | Add enough __init__.py files to make these docs directories discoverable. | Barry Warsaw | 2013-08-26 | 7 | -0/+1 | |
| | * | | | | * Re-name doctests. | Barry Warsaw | 2013-08-25 | 4 | -64/+46 | |
| | * | | | | Switch to virtualenv and nose2 instead of zc.buildout and zope.testing. | Barry Warsaw | 2013-08-25 | 6 | -43/+75 | |
| |/ / / / | ||||||
| | | | * | remove debugging | Barry Warsaw | 2013-09-01 | 1 | -1/+0 | |
| | | | * | Migrate bounceevent.list_name -> bounceevent.list_id | Barry Warsaw | 2013-09-01 | 17 | -97/+276 | |
| | |_|/ |/| | | ||||||
| * | | | * `bin/runner` command has been simplified and its command line options | Barry Warsaw | 2013-06-17 | 10 | -247/+243 | |
| * | | | * Add `subject_prefix` to the `IMailingList` interface, and clarify the | Barry Warsaw | 2013-05-30 | 2 | -10/+24 | |
| * | | | add comment | Barry Warsaw | 2013-05-30 | 1 | -0/+2 | |
| * | | | * Fix REST server crash on `mailman reopen` due to no interception of | Barry Warsaw | 2013-05-30 | 2 | -1/+3 | |
| |/ / | ||||||
| * / | PEP 435 enums won't allow extensibility through inheritance. | Barry Warsaw | 2013-05-02 | 1 | -1/+6 | |
| |/ | ||||||
| * | * Support pagination of some large collections (lists, users, members). | Barry Warsaw | 2013-03-21 | 9 | -3/+305 | |
| |\ | ||||||
| | * | Tweaks and fixes by Barry. | Barry Warsaw | 2013-03-21 | 8 | -69/+85 | |
| | * | Florian's branch for LP: #1156529 | Barry Warsaw | 2013-03-21 | 8 | -3/+287 | |
| |/| | ||||||
| | * | Removed unused `default_count` argument and remove one wrapping level in pagi... | Florian Fuchs | 2013-03-20 | 5 | -33/+30 | |
