summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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-051-0/+2
|/
* Bump version numbersBarry Warsaw2011-09-252-4/+9
* Fix a shallow test failure.Barry Warsaw2011-09-241-1/+1
* This is the way to build the documentation now:Barry Warsaw2011-09-233-33/+26
* 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
* * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208)Barry Warsaw2011-09-072-24/+16
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-027-5/+216
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-015-12/+130
|\
| * LP 833132: add delivery_mode to member info in REST API, and make PATCHable w...Stephen A. Goss2011-08-243-10/+129
* | * PATCHing an invalid attribute on a member did not give a 400 errorBarry Warsaw2011-09-013-2/+22
* | * Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw2011-09-013-0/+95
* | * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-3010-4/+198
|\ \
| * | email_host => mail_hostStephen A. Goss2011-08-231-1/+1
| * | merged changes to main branchStephen A. Goss2011-08-2315-70/+195
| |\ \
| * | | some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss2011-08-239-18/+88
| * | | REST API: add listing of mailing lists per domainStephen A. Goss2011-08-196-3/+61
* | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-3031-142/+424
|\ \ \ \ | |_|_|/ |/| | |
| * | | LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-256-21/+50
|/ / /
* | | * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404)Barry Warsaw2011-08-233-5/+18
* | | * Fix AttributeError triggered by i18n call in autorespond_to_sender()Barry Warsaw2011-08-235-16/+120
| |/ |/|
* | Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-229-64/+65
* | * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-227-6/+130
|/
* * Four new events are created, and notifications are sent during mailing listBarry Warsaw2011-08-1716-45/+348
|\
| * Complete bug 827036 work.Barry Warsaw2011-08-179-44/+110
| * Fix some typos, and improve the code.Barry Warsaw2011-08-172-3/+3
| * Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-178-39/+176
| * Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-164-3/+95
|/
* * Handle SIGTERM in the REST server so that the test suite always shuts downBarry Warsaw2011-08-152-2/+9
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-144-4/+94
* * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given byBarry Warsaw2011-08-143-0/+14
* Remove role plurals from /lists/<fqdn_listname/rosters/<role>Barry Warsaw2011-08-143-10/+20
* Fixed broken API for getting a membership via role and email from a mailingBarry Warsaw2011-08-143-4/+22
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-1310-27/+385
* Remove all pylint vestiges.Barry Warsaw2011-08-0325-36/+0
* Factor out bounce detection to flufl.bounce.Barry Warsaw2011-07-15126-13323/+19
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-1625-361/+62
* Plumb key=value arguments through to the `bin/mailman inject` command.Barry Warsaw2011-06-152-6/+44
* * Move inject.py to mailman.app package.Barry Warsaw2011-06-155-16/+235
* After a current analysis by Richard Wackerbarth, it was found that notBarry Warsaw2011-06-142-6/+18
* NEWS file updatesBarry Warsaw2011-06-111-0/+18
* Fixed two typos.Barry Warsaw2011-06-112-4/+5
* Do not allow a list to be created with a bogus owner address. (LP: #778687)Barry Warsaw2011-06-114-48/+143
* Update COPYING file to GPLv3. (LP: #790994)Barry Warsaw2011-06-111-0/+4
* Typos, left over crud, and a refactoring.Barry Warsaw2011-06-103-17/+5