| Commit message (Expand) | Author | Files | Lines |
| 2012-03-14 | Revert errors='' change for 2.6 compatibility. | Stephen J. Turnbull | 1 | -3/+3 |
| 2012-03-14 | make readthedocs happy, and remove the sphinx artifact directories not | Andrea Crotti | 1 | -2/+3 |
| 2012-03-13 | Move the interact module to a better sub-package location. | Barry Warsaw | 3 | -2/+2 |
| 2012-03-13 | Sphinxify docs: add conf.py, contents.rst. | Stephen J. Turnbull | 3 | -3/+78 |
| 2012-03-13 | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 21 | -140/+445 |
| 2012-03-13 | Add overview document based on PyCon sprint briefing by Barry Warsaw. | Stephen J. Turnbull | 4 | -0/+122 |
| 2012-03-13 | Get rid of the function and inline the path call | Andrea Crotti | 1 | -9/+1 |
| 2012-03-12 | Typo | Barry Warsaw | 1 | -1/+1 |
| 2012-03-12 | * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav. | Barry Warsaw | 2 | -3/+6 |
| 2012-03-13 | expand the user home and use the absolute path for the -C option | Andrea Crotti | 1 | -1/+11 |
| 2012-03-12 | * The experimental `maildir` runner is removed. Use LMTP. | Barry Warsaw | 5 | -204/+1 |
| 2012-03-13 | various small fixes after reviewing with Barry Warsaw | Andrea Crotti | 3 | -15/+15 |
| 2012-03-12 | Clean up of style test code, along with refactoring of corner cases to | Barry Warsaw | 6 | -60/+139 |
| 2012-03-13 | - add a section in the schema to customize the shell | Andrea Crotti | 3 | -4/+41 |
| 2012-03-12 | Clean up a few documentation issues. | Barry Warsaw | 2 | -2/+2 |
| 2012-03-07 | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 18 | -67/+83 |
| 2012-03-06 | Consistent use of assertMultiLineEqual(). | Barry Warsaw | 7 | -39/+24 |
| 2012-03-05 | Reserve the mm_ prefix for Mailman | Barry Warsaw | 2 | -5/+6 |
| 2012-03-05 | Fix a typo in guess_extension(), and add a test. | Barry Warsaw | 3 | -3/+48 |
| 2012-03-05 | Update NEWS | Barry Warsaw | 2 | -1/+2 |
| 2012-03-05 | Fix header/footer interpolations when personalizing messages. | Barry Warsaw | 5 | -29/+168 |
| 2012-03-04 | Template indirection now also in effect for regular and digest headers and | Barry Warsaw | 11 | -106/+349 |
| 2012-03-04 | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 8 | -4/+43 |
| 2012-03-04 | Rename the confirmation template, and ensure that we get it via the template | Barry Warsaw | 2 | -2/+6 |
| 2012-03-04 | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 11 | -110/+248 |
| 2012-03-04 | - Test welcome message notifications. | Barry Warsaw | 8 | -43/+160 |
| 2012-03-03 | Remove obsolete translations. | Barry Warsaw | 67 | -487331/+0 |
| 2012-03-03 | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 16 | -43/+485 |
| 2012-03-03 | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 8 | -204/+248 |
| 2012-03-01 | * Added a `help` email command. | Barry Warsaw | 11 | -32/+266 |
| 2012-03-01 | Restore the RFC 2369 headers to accepted list posts. | Barry Warsaw | 5 | -9/+105 |
| 2012-03-01 | Prevent the `confirm` command from running more than once on the same token. | Barry Warsaw | 3 | -3/+57 |
| 2012-02-29 | print functions! | Barry Warsaw | 2 | -16/+18 |
| 2012-02-29 | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 8 | -73/+180 |
| 2012-02-29 | Make sure that an email subscription request is ignored for addresses which | Barry Warsaw | 2 | -3/+49 |
| 2012-02-29 | Remove test turd. | Barry Warsaw | 1 | -3/+0 |
| 2012-02-29 | Don't try to double join someone via a single email command. | Barry Warsaw | 3 | -0/+104 |
| 2012-02-28 | Greatly improve handling non-ascii in email commands. | Barry Warsaw | 2 | -8/+118 |
| 2012-02-27 | * The `mailman.cfg` configuration file will now automatically be detected if | Barry Warsaw | 3 | -6/+45 |
| 2012-02-26 | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 5 | -17/+120 |
| 2012-02-12 | * Schema migrations have been implemented. | Barry Warsaw | 20 | -69/+318 |
| 2012-01-30 | Flesh out the moderation doctest. | Barry Warsaw | 2 | -10/+67 |
| 2012-01-30 | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 17 | -57/+495 |
| 2012-01-27 | * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments. | Barry Warsaw | 4 | -2/+69 |
| 2012-01-27 | * Remove previously deprecated `IListManager.get_mailing_lists()`. | Barry Warsaw | 3 | -13/+1 |
| 2012-01-27 | * Add property `IListmanager.name_compoments` which returns 2-tuples for | Barry Warsaw | 5 | -6/+38 |
| 2012-01-27 | Three performance improvements. | Barry Warsaw | 1 | -6/+8 |
| 2012-01-27 | Storm now has a "load hook" which we can use to restore the rosters when the | Barry Warsaw | 2 | -10/+9 |
| 2012-01-26 | A faster implementation of SubscriptionService.get_members(). | Barry Warsaw | 2 | -13/+22 |
| 2012-01-26 | * Add property `IUserManager.members` to return all `IMembers` in the system. | Barry Warsaw | 4 | -1/+43 |