| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not taunt Happy Python 2.6 Fun Ball. | Barry Warsaw | 2012-03-14 | 1 | -2/+2 |
| | | | | | | Clean up Python 2.7-isms and deprecations that break the tests suite on Python 2.6. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -1/+0 |
| | | | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes. | ||||
| * | Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partial | Barry Warsaw | 2010-09-01 | 1 | -0/+43 |
| | | | | | | | 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. | ||||
| * | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 1 | -69/+0 |
| | | |||||
| * | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 1 | -8/+28 |
| | | | | | considerably. | ||||
| * | Expose the autoreponse values in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-12 | 1 | -1/+13 |
| | | |||||
| * | Implement HTTP PUT (good path) for changing a list's configuration. | Barry Warsaw | 2010-08-10 | 1 | -0/+7 |
| | | |||||
| * | Access mailing list configuration via REST | Barry Warsaw | 2010-08-10 | 1 | -1/+11 |
| | | | | | | | | | | | * 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. | ||||
| * | Fixes bug LP: #601899; delete list function in rest server. | Barry Warsaw | 2010-07-06 | 1 | -0/+10 |
| | | |||||
| * | Because we'll often need to turn functions into restish matchers, add a | Barry Warsaw | 2010-06-18 | 1 | -0/+11 |
| | | | | | convenient decorator. | ||||
| * | Add POST validators. | Barry Warsaw | 2010-03-01 | 1 | -0/+41 |
| | | |||||
| * | Refactoring for common collection code. | Barry Warsaw | 2010-02-25 | 1 | -0/+50 |
| | | |||||
| * | Refactor domains into a separate file. | Barry Warsaw | 2010-02-25 | 1 | -2/+2 |
| | | |||||
| * | More refactoring: | Barry Warsaw | 2010-02-25 | 1 | -0/+73 |
| * Rework the [webservice] section to be more useful to restish. * Get rid of the resource_type_link * Add and test some helpers. * Move the root resources to a different module. | |||||
