Switched most stuff over from Routes
authorJoar Wandborg <git@wandborg.com>
Sun, 14 Oct 2012 11:46:31 +0000 (13:46 +0200)
committerJoar Wandborg <git@wandborg.com>
Sun, 14 Oct 2012 11:46:31 +0000 (13:46 +0200)
commit7742dcc1fbda04c3a1c76a057a1a93a8f504502e
tree6b07eb54c43230d0810d9241df02558a88cd754e
parenta817fb76b1a9f6412cd36ddbef8a9f7a35cb6615
Switched most stuff over from Routes

Removed the Routes routing functionality and replaced it with
werkzeug.routes. Most views are functional.

Known issues:

 - Translation integration with the request object is not yet figured
   out. This breaks 404 pages.
mediagoblin/app.py
mediagoblin/auth/routing.py
mediagoblin/edit/routing.py
mediagoblin/listings/routing.py
mediagoblin/plugins/api/__init__.py
mediagoblin/plugins/oauth/__init__.py
mediagoblin/routing.py
mediagoblin/submit/routing.py
mediagoblin/tools/pluginapi.py
mediagoblin/user_pages/routing.py
mediagoblin/webfinger/routing.py