summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1220-69/+318
* 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-3017-57/+495
* * `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-07277-892/+312
|\
| * copybumpBarry Warsaw2012-01-01272-272/+272
| * Replace the password stuff with flufl.password.Barry Warsaw2012-01-0110-619/+18
| * * `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-2315-24/+623
|\
| * Add some minimal documentation about setting up the database.Barry Warsaw2011-10-232-0/+72
| * Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests.Barry Warsaw2011-10-231-2/+3
| * Sort the address memberships, first by mailing list fqdn, then by emailBarry Warsaw2011-10-231-2/+8
| * Add database specific pre- and post- reset callbacks. Use this to implementBarry Warsaw2011-10-233-1/+42
| * digest_size_thresholds should be floats. This still doesn't work inBarry Warsaw2011-10-222-2/+2
| * - Be a little more careful about preparing the SQL statements for executionBarry Warsaw2011-10-223-7/+16
| * - Ensure that class removal is deterministic.Barry Warsaw2011-10-223-28/+53
| * Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-227-16/+456
|/|
| * LP: #860159 (experimental) PostgreSQL supportStephen A. Goss2011-09-262-4/+344
* | * Fixed Postfix alias file generation when more than one mailing listBarry Warsaw2011-10-163-4/+41
* | * `bin/mailman start --force` option is fixed. (LP: #869317)Barry Warsaw2011-10-167-76/+217
* | * Build the Sphinx documentation with `python setup.py build_sphinx` insteadBarry Warsaw2011-10-052-3/+2
|/
* Bump version numbersBarry Warsaw2011-09-252-4/+9
* Fix a shallow test failure.Barry Warsaw2011-09-241-1/+1
* Fix the documentation. The way to build it now is:Barry Warsaw2011-09-2390-52/+300
|\
| * This is the way to build the documentation now:Barry Warsaw2011-09-237-52/+300
| * Finally, all doctests are named .rstBarry Warsaw2011-09-2385-0/+0
|/
* Version number bump for 3.0.0a8 release.Barry Warsaw2011-09-232-2/+2
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-2312-46/+62
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-2312-12/+541
* * Getting the memberships for a non-existent address did not give a 404 errorBarry Warsaw2011-09-134-3/+66