summaryrefslogtreecommitdiff
path: root/src/mailman/rest/helpers.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Expose the autoreponse values in the IMailingList interface and REST API.Barry Warsaw2010-08-121-1/+13
|
* Implement HTTP PUT (good path) for changing a list's configuration.Barry Warsaw2010-08-101-0/+7
|
* Access mailing list configuration via RESTBarry Warsaw2010-08-101-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 Warsaw2010-07-061-0/+10
|
* Because we'll often need to turn functions into restish matchers, add aBarry Warsaw2010-06-181-0/+11
| | | | convenient decorator.
* Add POST validators.Barry Warsaw2010-03-011-0/+41
|
* Refactoring for common collection code.Barry Warsaw2010-02-251-0/+50
|
* Refactor domains into a separate file.Barry Warsaw2010-02-251-2/+2
|
* More refactoring:Barry Warsaw2010-02-251-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.