summaryrefslogtreecommitdiff
path: root/src/mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-0718-67/+83
* Consistent use of assertMultiLineEqual().Barry Warsaw2012-03-067-39/+24
* Reserve the mm_ prefix for MailmanBarry Warsaw2012-03-052-5/+6
* Fix a typo in guess_extension(), and add a test.Barry Warsaw2012-03-053-3/+48
* Update NEWSBarry Warsaw2012-03-052-1/+2
* Fix header/footer interpolations when personalizing messages.Barry Warsaw2012-03-055-29/+168
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-0411-106/+349
* Fix welcome_message_uri to do the placeholder interpolations guaranteed in theBarry Warsaw2012-03-048-4/+43
* Rename the confirmation template, and ensure that we get it via the templateBarry Warsaw2012-03-042-2/+6
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-0411-110/+248
* - Test welcome message notifications.Barry Warsaw2012-03-048-43/+160
* Remove obsolete translations.Barry Warsaw2012-03-0367-487331/+0
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-0316-43/+485
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-038-204/+248
* * Added a `help` email command.Barry Warsaw2012-03-0111-32/+266
* Restore the RFC 2369 headers to accepted list posts.Barry Warsaw2012-03-015-9/+105
* Prevent the `confirm` command from running more than once on the same token.Barry Warsaw2012-03-013-3/+57
* print functions!Barry Warsaw2012-02-292-16/+18
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-298-73/+180
* Make sure that an email subscription request is ignored for addresses whichBarry Warsaw2012-02-292-3/+49
* Remove test turd.Barry Warsaw2012-02-291-3/+0
* Don't try to double join someone via a single email command.Barry Warsaw2012-02-293-0/+104
* Greatly improve handling non-ascii in email commands.Barry Warsaw2012-02-282-8/+118
* * The `mailman.cfg` configuration file will now automatically be detected ifBarry Warsaw2012-02-273-6/+45
* * The `confirm` email command now properly handles `Re:`-like prefixes, evenBarry Warsaw2012-02-265-17/+120
* * Schema migrations have been implemented.Barry Warsaw2012-02-1218-67/+316
* Flesh out the moderation doctest.Barry Warsaw2012-01-302-10/+67
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-3016-55/+493
* * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments.Barry Warsaw2012-01-274-2/+69
* * Remove previously deprecated `IListManager.get_mailing_lists()`.Barry Warsaw2012-01-273-13/+1
* * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw2012-01-275-6/+38
* Three performance improvements.Barry Warsaw2012-01-271-6/+8
* Storm now has a "load hook" which we can use to restore the rosters when theBarry Warsaw2012-01-272-10/+9
* A faster implementation of SubscriptionService.get_members().Barry Warsaw2012-01-262-13/+22
* * Add property `IUserManager.members` to return all `IMembers` in the system.Barry Warsaw2012-01-264-1/+43
* - Bump copyright years.Barry Warsaw2012-01-07275-890/+309
|\
| * copybumpBarry Warsaw2012-01-01270-270/+270
| * Replace the password stuff with flufl.password.Barry Warsaw2012-01-019-619/+17
| * * `bin/mailman shell` is an alias for `withlist`.Barry Warsaw2011-11-132-0/+12
* | typoBarry Warsaw2012-01-071-1/+1
|/
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-0613-352/+349
* A couple of small cleanups.Barry Warsaw2011-11-042-5/+2
* * Fix a couple of spelling errors.Barry Warsaw2011-11-0210-34/+43
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-3031-667/+11
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-2410-18/+83
* * Fixed KeyError in retry runner, contributed by Stephen A. Goss.Barry Warsaw2011-10-243-1/+67
|\
| * LP: #872391, fix Retry runner bug with unit testStephen A. Goss2011-10-242-1/+66
|/
* PostgreSQL support contributed by Stephen A. Goss, with refactoring and testBarry Warsaw2011-10-2314-24/+622
|\
| * Add some minimal documentation about setting up the database.Barry Warsaw2011-10-231-0/+71
| * Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests.Barry Warsaw2011-10-231-2/+3