Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | addons.Addons -> addonmanager, builtins -> addons | Aldo Cortesi | 2016-10-19 | 1 | -38/+0 |
| | |||||
* | controller.Log -> log.Log | Aldo Cortesi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | addons: add AddonHalt exception | Aldo Cortesi | 2016-10-19 | 1 | -0/+2 |
| | | | | | | This can be raised from an addon handler to stop further processing of a flow. Use this to prevent further handling of web app requests. | ||||
* | web app cleanups: tests and examples | Aldo Cortesi | 2016-10-19 | 1 | -0/+4 |
| | |||||
* | Web apps to addons | Aldo Cortesi | 2016-10-19 | 1 | -0/+32 |
This commit removes the app registry, adds a wsgiapp addon base, and ports the onboarding app to it. |