Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Issue 680: Dispatch meddleware request processing post-routing | Nathan Yergler | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | Add base class for Meddleware | Elrond | 2011-11-25 | 1 | -0/+12 |
| | | | | | | | | | | 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/+20 |
middleware hehehehehe, "meddleware" |