summaryrefslogtreecommitdiff
path: root/src/mailman/rest/traverse.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the Traverse class by checking for None returned from ob.get().Barry Warsaw2009-08-061-53/+0
|
* Fix the turning of application level exceptions into HTTP 400 errors, throughBarry Warsaw2009-08-061-4/+4
| | | | | | the improvement of the publication's handleException() method. Pick some lint in traverse.py.
* Moving closer now.Barry Warsaw2009-05-021-1/+0
| | | | | | | | | * 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.
* More checkpointing.Barry Warsaw2009-04-021-0/+2
|
* Checkpointing more REST stuffBarry Warsaw2009-04-011-0/+52