| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement returning multiple domains, a single specific domain, and raising a | Barry Warsaw | 2009-06-29 | 1 | -0/+77 | |
| | | | | | 404 if the named domain is missing. | |||||
| * | Add an adapter for IDomain to IAbsoluteURL and add some zope.security onions | Barry Warsaw | 2009-06-29 | 1 | -1/+12 | |
| | | | | | to the varnish. | |||||
| * | More REST server updates. | Barry Warsaw | 2009-06-29 | 1 | -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. | |||||
| * | typo | Barry Warsaw | 2009-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Allow for setting the doctest layer in the doctest package's __init__. If not | Barry Warsaw | 2009-05-27 | 2 | -11/+32 | |
| | | | | | given, then SMTPLayer is used by default. | |||||
| * | Several RESTful updates. | Barry Warsaw | 2009-05-06 | 1 | -0/+13 | |
| | | | | | | | * Fix a typo in the runner * Add support for 404 Not Found exceptions * Suppress sha module deprecation warnings from lazr.restful | |||||
| * | /sys -> /system | Barry Warsaw | 2009-05-04 | 1 | -6/+5 | |
| | | ||||||
| * | A working test of the REST server. http://localhost:8001/3.0/sys returns | Barry Warsaw | 2009-05-04 | 1 | -0/+30 | |
| useful information. It's GET only atm. | ||||||
