| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the turning of application level exceptions into HTTP 400 errors, through | Barry Warsaw | 2009-08-06 | 1 | -1/+2 |
| | | | | | | | the improvement of the publication's handleException() method. Pick some lint in traverse.py. | ||||
| * | Move BadDomainSpecificationError to domain.txt interface. Try to set this to | Barry Warsaw | 2009-07-26 | 1 | -1/+20 |
| | | | | | | | return an HTTP 400 error, though it does not seem to work. Expose list creation through the API. | ||||
| * | Clean a few more lints. | Barry Warsaw | 2009-07-10 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | Add get_mailing_lists() which is used just for the web interface. Because of a bug in lazr.restful, this cannot be a generator. Similar change in IDomainSet. Instrument IListManager to be vended through the api. The REST server must be run in a separate process since SQLite does not like objects created in one thread to be used in another thread. Note that this breaks the domain.txt test, but domains really need to be in the database anyway. | ||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+84 |
| correctly regardless of how it's used. | |||||
