summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the turning of application level exceptions into HTTP 400 errors, throughBarry Warsaw2009-08-061-2/+6
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-0/+43
* * Expose IMailingLists in the API.Barry Warsaw2009-07-251-0/+20
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-211-4/+44
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-203-16/+56
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-10/+10
* Wow. Put domains into the database.Barry Warsaw2009-07-161-30/+48
* Clean a few more lints.Barry Warsaw2009-07-101-0/+12
* Implement returning multiple domains, a single specific domain, and raising aBarry Warsaw2009-06-291-0/+77
* Add an adapter for IDomain to IAbsoluteURL and add some zope.security onionsBarry Warsaw2009-06-291-1/+12
* More REST server updates.Barry Warsaw2009-06-291-0/+8
* 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
* Several RESTful updates.Barry Warsaw2009-05-061-0/+13
* /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