summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/rest.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-251-44/+0
| | | | | | stuff around. We no longer need APIValueError or IResolvePathNames. Also, refactor the creation of the REST server so that it could be used with other WSGI frameworks.
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-2/+0
| | | | | REST architecture, at the expense of a few features, and less support. So far so good though.
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* More tests.Barry Warsaw2009-12-281-0/+10
|
* Moving closer now.Barry Warsaw2009-05-021-3/+3
| | | | | | | | | * Use the source version of lazr.restful until it's cheeseshopped. * IHasGet -> IResolvePathNames * path_override -> None; we don't need this * Simplify publication. We don't need anything fancy, except that what sucks is that it seems like we need to unwrap the security proxy in callObject() * Adaptation to IAbsoluteURL still doesn't work right.
* Checkpointing more REST stuffBarry Warsaw2009-04-011-0/+36