summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement returning multiple domains, a single specific domain, and raising aBarry Warsaw2009-06-291-0/+77
| | | | 404 if the named domain is missing.
* Add an adapter for IDomain to IAbsoluteURL and add some zope.security onionsBarry Warsaw2009-06-291-1/+12
| | | | to the varnish.
* More REST server updates.Barry Warsaw2009-06-291-0/+8
| | | | | | | * Get rid of in-Python adapter registration in favor of ZCML. Eventually, I'd like to get rid of the ZCML. * Set the view_permission to None, but it's still not right. * Add IDomainSet and an adapter from Configuration to IDomainSet.
* typoBarry Warsaw2009-05-271-1/+1
|
* Allow for setting the doctest layer in the doctest package's __init__. If notBarry Warsaw2009-05-272-11/+32
| | | | given, then SMTPLayer is used by default.
* Several RESTful updates.Barry Warsaw2009-05-061-0/+13
| | | | | | * Fix a typo in the runner * Add support for 404 Not Found exceptions * Suppress sha module deprecation warnings from lazr.restful
* /sys -> /systemBarry Warsaw2009-05-041-6/+5
|
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-041-0/+30
useful information. It's GET only atm.