Replaced all request.POST with request.form, ...
authorJoar Wandborg <git@wandborg.com>
Sat, 29 Sep 2012 19:07:15 +0000 (21:07 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 29 Sep 2012 19:08:20 +0000 (21:08 +0200)
commit111a609df526bd3690fc03e623eaf5826f33f4d2
tree87029ee907afd4f35896ddfe582437b59747dccc
parenta6ec38c3c1caf4735f2da45a12fb2d0a5861d830
Replaced all request.POST with request.form, ...

- Fixed error handling in OAuth plugin
- Changed request.POST file fields to request.files
mediagoblin/app.py
mediagoblin/auth/views.py
mediagoblin/edit/views.py
mediagoblin/meddleware/csrf.py
mediagoblin/plugins/api/views.py
mediagoblin/plugins/oauth/README.rst
mediagoblin/plugins/oauth/views.py
mediagoblin/submit/views.py
mediagoblin/tests/test_http_callback.py
mediagoblin/tools/translate.py
mediagoblin/user_pages/views.py