| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 8 | -4/+43 |
| * | Rename the confirmation template, and ensure that we get it via the template | Barry Warsaw | 2012-03-04 | 2 | -2/+6 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 11 | -110/+248 |
| * | - Test welcome message notifications. | Barry Warsaw | 2012-03-04 | 8 | -43/+160 |
| * | Remove obsolete translations. | Barry Warsaw | 2012-03-03 | 67 | -487331/+0 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 16 | -43/+485 |
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 8 | -204/+248 |
| * | * Added a `help` email command. | Barry Warsaw | 2012-03-01 | 11 | -32/+266 |
| * | Restore the RFC 2369 headers to accepted list posts. | Barry Warsaw | 2012-03-01 | 5 | -9/+105 |
| * | Prevent the `confirm` command from running more than once on the same token. | Barry Warsaw | 2012-03-01 | 3 | -3/+57 |
| * | print functions! | Barry Warsaw | 2012-02-29 | 2 | -16/+18 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 8 | -73/+180 |
| * | Make sure that an email subscription request is ignored for addresses which | Barry Warsaw | 2012-02-29 | 2 | -3/+49 |
| * | Remove test turd. | Barry Warsaw | 2012-02-29 | 1 | -3/+0 |
| * | Don't try to double join someone via a single email command. | Barry Warsaw | 2012-02-29 | 3 | -0/+104 |
| * | Greatly improve handling non-ascii in email commands. | Barry Warsaw | 2012-02-28 | 2 | -8/+118 |
| * | * The `mailman.cfg` configuration file will now automatically be detected if | Barry Warsaw | 2012-02-27 | 3 | -6/+45 |
| * | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 2012-02-26 | 5 | -17/+120 |
| * | * Schema migrations have been implemented. | Barry Warsaw | 2012-02-12 | 18 | -67/+316 |
| * | Flesh out the moderation doctest. | Barry Warsaw | 2012-01-30 | 2 | -10/+67 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 16 | -55/+493 |
| * | * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments. | Barry Warsaw | 2012-01-27 | 4 | -2/+69 |
| * | * Remove previously deprecated `IListManager.get_mailing_lists()`. | Barry Warsaw | 2012-01-27 | 3 | -13/+1 |
| * | * Add property `IListmanager.name_compoments` which returns 2-tuples for | Barry Warsaw | 2012-01-27 | 5 | -6/+38 |
| * | Three performance improvements. | Barry Warsaw | 2012-01-27 | 1 | -6/+8 |
| * | Storm now has a "load hook" which we can use to restore the rosters when the | Barry Warsaw | 2012-01-27 | 2 | -10/+9 |
| * | A faster implementation of SubscriptionService.get_members(). | Barry Warsaw | 2012-01-26 | 2 | -13/+22 |
| * | * Add property `IUserManager.members` to return all `IMembers` in the system. | Barry Warsaw | 2012-01-26 | 4 | -1/+43 |
| * | - Bump copyright years. | Barry Warsaw | 2012-01-07 | 275 | -890/+309 |
| |\ |
|
| | * | copybump | Barry Warsaw | 2012-01-01 | 270 | -270/+270 |
| | * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 9 | -619/+17 |
| | * | * `bin/mailman shell` is an alias for `withlist`. | Barry Warsaw | 2011-11-13 | 2 | -0/+12 |
| * | | typo | Barry Warsaw | 2012-01-07 | 1 | -1/+1 |
| |/ |
|
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 13 | -352/+349 |
| * | A couple of small cleanups. | Barry Warsaw | 2011-11-04 | 2 | -5/+2 |
| * | * Fix a couple of spelling errors. | Barry Warsaw | 2011-11-02 | 10 | -34/+43 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 31 | -667/+11 |
| * | * Implement the style manager as a utility instead of an attribute hanging | Barry Warsaw | 2011-10-24 | 10 | -18/+83 |
| * | * Fixed KeyError in retry runner, contributed by Stephen A. Goss. | Barry Warsaw | 2011-10-24 | 3 | -1/+67 |
| |\ |
|
| | * | LP: #872391, fix Retry runner bug with unit test | Stephen A. Goss | 2011-10-24 | 2 | -1/+66 |
| |/ |
|
| * | PostgreSQL support contributed by Stephen A. Goss, with refactoring and test | Barry Warsaw | 2011-10-23 | 14 | -24/+622 |
| |\ |
|
| | * | Add some minimal documentation about setting up the database. | Barry Warsaw | 2011-10-23 | 1 | -0/+71 |
| | * | Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests. | Barry Warsaw | 2011-10-23 | 1 | -2/+3 |
| | * | Sort the address memberships, first by mailing list fqdn, then by email | Barry Warsaw | 2011-10-23 | 1 | -2/+8 |
| | * | Add database specific pre- and post- reset callbacks. Use this to implement | Barry Warsaw | 2011-10-23 | 3 | -1/+42 |
| | * | digest_size_thresholds should be floats. This still doesn't work in | Barry Warsaw | 2011-10-22 | 2 | -2/+2 |
| | * | - Be a little more careful about preparing the SQL statements for execution | Barry Warsaw | 2011-10-22 | 3 | -7/+16 |
| | * | - Ensure that class removal is deterministic. | Barry Warsaw | 2011-10-22 | 3 | -28/+53 |
| | * | Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP: | Barry Warsaw | 2011-10-22 | 7 | -16/+456 |
| |/| |
|
| | * | LP: #860159 (experimental) PostgreSQL support | Stephen A. Goss | 2011-09-26 | 2 | -4/+344 |