Fully working context hooks, both template/view and global level, with tests
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 14 May 2013 19:24:27 +0000 (14:24 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 14 May 2013 19:24:27 +0000 (14:24 -0500)
commitf7a5c7c78c6dcf3dcb3b81efbedc9a333df49fb7
tree7e491dac697f975fbeb9e69c53bd454d7ac108d3
parent725404236ef66884e53e0ef83264524768cefb9c
Fully working context hooks, both template/view and global level, with tests

Needs documentation though... that's coming next :)

This commit sponsored by Luca Tius.  Thanks Luca!
mediagoblin/app.py
mediagoblin/tests/test_pluginapi.py
mediagoblin/tests/testplugins/modify_context/__init__.py [new file with mode: 0644]
mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html [new file with mode: 0644]
mediagoblin/tests/testplugins/modify_context/templates/contextplugin/specific.html [new file with mode: 0644]
mediagoblin/tests/testplugins/modify_context/views.py [new file with mode: 0644]
mediagoblin/tools/template.py