Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add webUI application to lite-server. | Pavel Zuna | 2010-08-25 | 1 | -1/+42 |
| | |||||
* | This patch removes the existing UI functionality, as a prep for adding the ↵ | Adam Young | 2010-07-29 | 1 | -6/+0 |
| | | | | Javascript based ui. | ||||
* | Handle errors raised by plugins more gracefully in mod_wsgi. | Rob Crittenden | 2010-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | This started as an effort to display a more useful error message in the Apache error log if retrieving the schema failed. I broadened the scope a little to include limiting the output in the Apache error log so errors are easier to find. This adds a new configuration option, startup_traceback. Outside of lite-server.py it is False by default so does not display the traceback that lead to the StandardError being raised. This makes the mod_wsgi error much easier to follow. | ||||
* | Consolidate to single WSGI entry point | Jason Gerard DeRose | 2010-03-01 | 1 | -4/+2 |
| | |||||
* | Giant webui patch take 2 | Jason Gerard DeRose | 2009-10-13 | 1 | -0/+108 |