| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti... | root | 2010-10-13 | 2 | -0/+29 |
| * | | | | In the REST API, include the fqdn_listname and email address in the member's | Barry Warsaw | 2010-12-26 | 2 | -0/+44 |
| * | | | | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 11 | -93/+105 |
| |\ \ \ \ |
|
| | * | | | | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 11 | -93/+105 |
| * | | | | | Thread merge. | Barry Warsaw | 2010-12-22 | 7 | -52/+245 |
| |\| | | | |
|
| | * | | | | * Start to get rid of pylint; it's more trouble than it's worth and pyflakes | Barry Warsaw | 2010-12-22 | 7 | -52/+245 |
| |/ / / / |
|
| * | | | | Upgrade from using the locknix package to using flufl.lock. | Barry Warsaw | 2010-11-27 | 11 | -23/+22 |
| * | | | | Support Python 2.7. (LP: 667472) | Barry Warsaw | 2010-10-27 | 3 | -6/+12 |
| |/ / / |
|
| * | | | * We now have to disable site-packages because of LP: #659231 | Barry Warsaw | 2010-10-12 | 2 | -6/+28 |
| * | | | Add Basic Auth support to the REST API, given by Jimmy Bergman, with style | Barry Warsaw | 2010-10-11 | 7 | -10/+82 |
| |\ \ \ |
|
| | * | | | Add doctest for connecting using invalid credentials and some documentation r... | root | 2010-09-29 | 3 | -8/+33 |
| | * | | | Add HTTP authentication to the REST API | root | 2010-09-28 | 2 | -2/+19 |
| * | | | | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 69 | -119/+59 |
| * | | | | Don't include the eggs/ or parts/ directory in the tarball, otherwise the | Barry Warsaw | 2010-10-08 | 1 | -1/+3 |
| |/ / / |
|
| * | | | Fix typo in scan_message(). (LP: #645897) | Barry Warsaw | 2010-09-23 | 3 | -9/+51 |
| * | | | Post release version bump. | Barry Warsaw | 2010-09-20 | 2 | -3/+8 |
| * | | | * Allow X-Approved and X-Approve headers, equivalent to Approved and | Barry Warsaw | 2010-09-20 | 5 | -17/+70 |
| * | | | Last of the documentation fixes. | Barry Warsaw | 2010-09-15 | 6 | -45/+82 |
| * | | | More documentation updates. | Barry Warsaw | 2010-09-15 | 14 | -67/+84 |
| * | | | More documentation fixes. | Barry Warsaw | 2010-09-15 | 6 | -30/+60 |
| * | | | More documentation cleanups. | Barry Warsaw | 2010-09-14 | 8 | -15/+59 |
| * | | | More documentation updates | Barry Warsaw | 2010-09-10 | 2 | -15/+24 |
| * | | | More documentation updates | Barry Warsaw | 2010-09-10 | 1 | -22/+23 |
| * | | | More documentation updates | Barry Warsaw | 2010-09-10 | 2 | -6/+8 |
| * | | | More documentation updates | Barry Warsaw | 2010-09-10 | 1 | -34/+38 |
| * | | | More documentation updates | Barry Warsaw | 2010-09-10 | 3 | -39/+55 |
| * | | | More doc fixes. | Barry Warsaw | 2010-09-09 | 5 | -44/+54 |
| * | | | More documentation improvements. | Barry Warsaw | 2010-09-09 | 7 | -61/+76 |
| * | | | Many documentation fixes for better Sphinx output. | Barry Warsaw | 2010-09-08 | 36 | -146/+240 |
| * | | | Doc fixes | Barry Warsaw | 2010-09-07 | 2 | -2/+2 |
| * | | | Let's release. | Barry Warsaw | 2010-09-03 | 1 | -1/+1 |
| * | | | Update NEWS for 3.0a6 | Barry Warsaw | 2010-09-03 | 1 | -2/+34 |
| * | | | Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partial | Barry Warsaw | 2010-09-01 | 4 | -15/+98 |
| * | | | This is a better fix than the previous commit, since it uses a principled app... | Barry Warsaw | 2010-08-30 | 3 | -3/+19 |
| * | | | zope.testrunner 4.0.0b5 changes the working directory that tests are run from. | Barry Warsaw | 2010-08-29 | 1 | -1/+2 |
| * | | | zc.buildout 1.5 | Barry Warsaw | 2010-08-24 | 2 | -43/+224 |
| * | | | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 8 | -75/+104 |
| * | | | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 12 | -266/+401 |
| * | | | Expose description in the interface and REST API. | Barry Warsaw | 2010-08-12 | 4 | -11/+29 |
| * | | | Expose the autoreponse values in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-12 | 5 | -8/+184 |
| * | | | Expose administrivia in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-11 | 3 | -0/+19 |
| * | | | Expose anonymous_list and advertised in the IMailingList interface and in the... | Barry Warsaw | 2010-08-11 | 4 | -2/+32 |
| * | | | Expose in the IMailingList interface, and in the REST API. | Barry Warsaw | 2010-08-11 | 4 | -50/+97 |
| * | | | Acceptable aliases as a sub-resource. | Barry Warsaw | 2010-08-10 | 3 | -5/+140 |
| * | | | Placeholder for PATCH implementation. | Barry Warsaw | 2010-08-10 | 2 | -5/+111 |
| * | | | Implement HTTP PUT (good path) for changing a list's configuration. | Barry Warsaw | 2010-08-10 | 4 | -41/+132 |
| * | | | Access mailing list configuration via REST | Barry Warsaw | 2010-08-10 | 9 | -26/+172 |
| * | | | trunk merge | Barry Warsaw | 2010-08-10 | 5 | -5/+65 |
| |\| | |
|
| | * | | Fixes LP: #601899; delete a list via the REST API. | Barry Warsaw | 2010-07-06 | 5 | -5/+65 |
| | |\ \ |
|
| | | * | | Fixes bug LP: #601899; delete list function in rest server. | Barry Warsaw | 2010-07-06 | 5 | -5/+65 |
| | |/ / |
|