Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 680: Dispatch meddleware request processing post-routing | Nathan Yergler | 2011-11-26 | 1 | -1/+2 |
| | |||||
* | Add base class for Meddleware | Elrond | 2011-11-25 | 1 | -3/+2 |
| | | | | | | | | | | Created a BaseMeddleware which all Meddleware should derive from. This is not strictly needed, but will greatly help. The base class has the common __init__ of all the other Meddlwares and fall backs for all hooks. That way a new Meddlware only needs to override what it actually wants to implement. | ||||
* | Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi ↵ | Christopher Allan Webber | 2011-11-25 | 1 | -0/+27 |
middleware hehehehehe, "meddleware" |