summaryrefslogtreecommitdiff
path: root/src/mailman/rest/configuration.py
Commit message (Collapse)AuthorAgeFilesLines
* Use lazr.smtptest instead of our own SMTPServer and test SMTPd.Barry Warsaw2009-10-151-1/+2
| | | | | Update the lazr.restful IWebServiceConfiguration implementation to include the new hop_by_hop_headers attribute, by way of BaseWSGIWebServiceConfiguration.
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-1/+2
| | | | | | | | | webserver. Fix the https/http urls. Add the adapter for HTTPCharsets so POSTs work properly. Nice little cargo cult from lazr.restful.
* Remove some unused stuff and pick some lint.Barry Warsaw2009-07-011-10/+2
|
* More REST server updates.Barry Warsaw2009-06-291-0/+2
| | | | | | | * 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.
* Get rid of some useless stuff.Barry Warsaw2009-05-251-7/+7
|
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-101-0/+1
| | | | | | | | | | | Add logging to the RESTRunner. Also, use pkg_resources.resource_stream() instead of .resource_string() where appropriate. Add a bunch of XXX comments for things I need to figure out about the Zope-ish parts of the lazr.restful implementation. Change __getitem__() api to _lookup().
* Moving closer now.Barry Warsaw2009-05-021-4/+5
| | | | | | | | | * 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-1/+1
|
* Checking pointing all the ZCA and restful wiring that I really don'tBarry Warsaw2009-04-021-0/+74
understand. Cargo culting FTW.