Don't pass request into run_process_media
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 15 Jan 2013 14:03:00 +0000 (15:03 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 15 Jan 2013 14:03:00 +0000 (15:03 +0100)
commitc7b3d070b65a84e3bfa9d8e3e6f52aac6552910f
tree0895ba63b15612c0da97e5eebe3fa83d73174219
parent2cfffd5ed8c054bb60c27ede4e69667f97d12b09
Don't pass request into run_process_media

People(tm) want to start run_process_media from the CLI and might not
have a request object handy. So pass in the feed_url into
run_process_media rather than the request object and allow the feed url
to be empty (resulting in no PuSH notification at all then).

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/plugins/api/views.py
mediagoblin/processing/task.py
mediagoblin/submit/lib.py
mediagoblin/submit/views.py