| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | This is the way to build the documentation now: | Barry Warsaw | 2011-09-23 | 2 | -28/+18 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 4 | -0/+0 |
| * | Version number bump for 3.0.0a8 release. | Barry Warsaw | 2011-09-23 | 1 | -1/+1 |
| * | Improved the way flufl.enum.Enums are stored in the database. Now, they | Barry Warsaw | 2011-09-23 | 1 | -0/+2 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 1 | -0/+4 |
| * | * Getting the memberships for a non-existent address did not give a 404 error | Barry Warsaw | 2011-09-13 | 1 | -0/+2 |
| * | * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208) | Barry Warsaw | 2011-09-07 | 1 | -0/+1 |
| * | * Four new events are created, and notifications are sent during domain | Barry Warsaw | 2011-09-02 | 1 | -3/+8 |
| * | * You can now query or change a member's `delivery_mode` attribute through | Barry Warsaw | 2011-09-01 | 1 | -0/+2 |
| |\ |
|
| * | | * PATCHing an invalid attribute on a member did not give a 400 error | Barry Warsaw | 2011-09-01 | 1 | -0/+2 |
| * | | * Getting the roster or configuration of a nonexistent list did not give a | Barry Warsaw | 2011-09-01 | 1 | -0/+2 |
| * | | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 1 | -0/+3 |
| |\ \ |
|
| * | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 1 | -2/+6 |
| | |/
|/| |
|
| * | | * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404) | Barry Warsaw | 2011-08-23 | 1 | -0/+1 |
| * | | * Fix AttributeError triggered by i18n call in autorespond_to_sender() | Barry Warsaw | 2011-08-23 | 1 | -0/+2 |
| |/ |
|
| * | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 1 | -0/+1 |
| * | * Moderating a message with Action.accept now sends the message. (LP: #827697) | Barry Warsaw | 2011-08-22 | 1 | -0/+4 |
| * | * Four new events are created, and notifications are sent during mailing list | Barry Warsaw | 2011-08-17 | 1 | -3/+11 |
| * | * Handle SIGTERM in the REST server so that the test suite always shuts down | Barry Warsaw | 2011-08-15 | 1 | -0/+2 |
| * | * DELETE users via the REST API. (LP: #820660) | Barry Warsaw | 2011-08-14 | 1 | -0/+1 |
| * | * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given by | Barry Warsaw | 2011-08-14 | 1 | -0/+2 |
| * | Remove role plurals from /lists/<fqdn_listname/rosters/<role> | Barry Warsaw | 2011-08-14 | 1 | -0/+1 |
| * | Fixed broken API for getting a membership via role and email from a mailing | Barry Warsaw | 2011-08-14 | 1 | -0/+1 |
| * | * New REST resource http://.../members/find can be POSTed to in order to find | Barry Warsaw | 2011-08-13 | 1 | -0/+4 |
| * | Factor out bounce detection to flufl.bounce. | Barry Warsaw | 2011-07-15 | 1 | -1/+1 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 1 | -0/+6 |
| * | After a current analysis by Richard Wackerbarth, it was found that not | Barry Warsaw | 2011-06-14 | 1 | -5/+16 |
| * | NEWS file updates | Barry Warsaw | 2011-06-11 | 1 | -0/+18 |
| * | Update COPYING file to GPLv3. (LP: #790994) | Barry Warsaw | 2011-06-11 | 1 | -0/+4 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -1/+1 |
| * | NEWS | Barry Warsaw | 2011-05-03 | 1 | -0/+5 |
| * | * Fix styleguide (given by Mark Sapiro). | Barry Warsaw | 2011-04-30 | 2 | -18/+18 |
| * | Let's release 3.0.0a7 (Mission) today! | Barry Warsaw | 2011-04-29 | 1 | -1/+1 |
| * | Some updates to the documentation in preparation for alpha 7. | Barry Warsaw | 2011-04-29 | 3 | -22/+40 |
| * | Add NEWS entry. | Barry Warsaw | 2011-04-27 | 1 | -0/+1 |
| * | Update NEWS.txt. | Barry Warsaw | 2011-04-26 | 1 | -1/+31 |
| * | Fixed a typo in add_member() which prevented subscribing an email address that | Barry Warsaw | 2011-01-31 | 1 | -0/+1 |
| * | Catch up on news for 3.0.0a7. | Barry Warsaw | 2011-01-03 | 1 | -4/+42 |
| * | Make sure all documentation is included in the toctree. | Barry Warsaw | 2011-01-02 | 1 | -0/+1 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 6 | -6/+6 |
| * | Support Python 2.7. (LP: 667472) | Barry Warsaw | 2010-10-27 | 1 | -0/+4 |
| * | Add Basic Auth support to the REST API, given by Jimmy Bergman, with style | Barry Warsaw | 2010-10-11 | 2 | -0/+5 |
| * | Fix typo in scan_message(). (LP: #645897) | Barry Warsaw | 2010-09-23 | 1 | -0/+4 |
| * | Post release version bump. | Barry Warsaw | 2010-09-20 | 1 | -0/+5 |
| * | * Allow X-Approved and X-Approve headers, equivalent to Approved and | Barry Warsaw | 2010-09-20 | 1 | -1/+3 |
| * | Doc fixes | Barry Warsaw | 2010-09-07 | 1 | -1/+1 |
| * | Let's release. | Barry Warsaw | 2010-09-03 | 1 | -1/+1 |
| * | Update NEWS for 3.0a6 | Barry Warsaw | 2010-09-03 | 1 | -2/+34 |
| * | A bit of clean up. | Barry Warsaw | 2010-02-13 | 1 | -0/+1 |
| * | More news. | Barry Warsaw | 2010-01-28 | 1 | -0/+2 |