| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | * Allow X-Approved and X-Approve headers, equivalent to Approved and | Barry Warsaw | 2010-09-20 | 5 | -17/+70 | |
| | | | | | Approve. LP: #557750 | |||||
| * | 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 | |
| | | | | | | | resource updates. None of the lower components (well, except restish) actually allows us to extend things for PATCH in any kind of principled way. I am the Kludge King. | |||||
| * | This is a better fix than the previous commit, since it uses a principled ↵ | Barry Warsaw | 2010-08-30 | 2 | -2/+17 | |
| | | | | | approach to finding the bin directory. Thanks go to Gary Poster. | |||||
| * | zope.testrunner 4.0.0b5 changes the working directory that tests are run from. | Barry Warsaw | 2010-08-29 | 1 | -1/+2 | |
| | | ||||||
| * | 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 | |
| | | | | | considerably. | |||||
| * | 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 ↵ | Barry Warsaw | 2010-08-11 | 4 | -2/+32 | |
| | | | | | the configuration REST API. | |||||
| * | Expose in the IMailingList interface, and in the REST API. | Barry Warsaw | 2010-08-11 | 4 | -50/+97 | |
| | | | | | | | | * admin_immed_notify * admin_notify_mchanges Sort acceptable aliases when returned from the API. | |||||
| * | 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 | |
| | | | | | | | | | | | * last_post_time -> last_post_at * protocol -> scheme * creation_date _> created_at * last_post_time -> last_post_at * Add an extended JSON encoder for datetimes * Be sure to initialize convert_html_to_plaintext and filter_content in the default style. | |||||
| * | trunk merge | Barry Warsaw | 2010-08-10 | 5 | -5/+65 | |
| |\ | ||||||
| | * | Fixes bug LP: #601899; delete list function in rest server. | Barry Warsaw | 2010-07-06 | 5 | -5/+65 | |
| | | | ||||||
| * | | Add interface module. | Barry Warsaw | 2010-08-08 | 1 | -0/+52 | |
| | | | ||||||
| * | | Fix an import | Barry Warsaw | 2010-08-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Refactor all bounce detectors. | Barry Warsaw | 2010-08-08 | 30 | -705/+1002 | |
| | | | ||||||
| * | | checkpointing | Barry Warsaw | 2010-08-07 | 5 | -72/+24 | |
| | | | ||||||
| * | | checkpoint | Barry Warsaw | 2010-07-16 | 2 | -0/+74 | |
| |/ | ||||||
| * | No longer touch the Sender or Errors-To headers. We can no longer justify | Barry Warsaw | 2010-06-29 | 9 | -107/+5 | |
| | | | | | | setting these based on RFC 5322, and modern MTAs no longer need us to do so for proper bounce processing. | |||||
| * | * Fix the bin/test -e/--stderr option to work with the current | Barry Warsaw | 2010-06-18 | 10 | -43/+201 | |
| | | | | | | | | | | | | | | zope.testrunner. Actually, divorce it from the latter and handle the sys.argv sequence ourselves. * Added IMailingList.get_roster() which returns the named roster (from a MemberRole enum). * The start of an IMailingList doctest. This needs much more detail. * Move the subscribe() function from membership.txt into the mailman.testing.helpers. * Added new REST interface for getting all the members of a roster for a specific mailing list: .../lists/<list>/roster/<role>. Note that <role> is the plural form of the MemberRole enum. | |||||
| * | Because we'll often need to turn functions into restish matchers, add a | Barry Warsaw | 2010-06-18 | 2 | -6/+14 | |
| | | | | | convenient decorator. | |||||
| * | Ensure that email addresses with slashes in them can be registered. | Barry Warsaw | 2010-06-17 | 2 | -2/+20 | |
| | | ||||||
| * | Subscribing an already subscribed member via REST now returns a 409 error | Barry Warsaw | 2010-06-15 | 2 | -2/+2 | |
| | | | | | (LP: #552917). | |||||
| * | trunk merge | Barry Warsaw | 2010-05-25 | 1 | -2/+0 | |
| |\ | ||||||
| | * | cleanup | Barry Warsaw | 2010-05-25 | 1 | -2/+0 | |
| | | | ||||||
| * | | host_name and RFC 2369 tests. | Barry Warsaw | 2010-05-06 | 1 | -0/+13 | |
| | | | ||||||
| * | | Basic importer test. | Barry Warsaw | 2010-05-06 | 4 | -1/+78 | |
| | | | ||||||
| * | | Checkpointing | Barry Warsaw | 2010-05-06 | 1 | -0/+0 | |
| | | | ||||||
| * | | Checkpointing | Barry Warsaw | 2010-05-06 | 3 | -3/+2 | |
| | | | ||||||
| * | | Refactor the actual imports into a utility. This leaves the command to | Barry Warsaw | 2010-05-06 | 3 | -54/+86 | |
| |/ | | | | process just the front-end. | |||||
| * | Updates for the latest releases of flufl.enum and flufl.i18n. | Barry Warsaw | 2010-05-02 | 14 | -15/+15 | |
| | | ||||||
