Steps toward working "run" reprocessing command.
[mediagoblin.git] / mediagoblin / gmg_commands / reprocess.py
2013-08-16 Christopher Allan... Steps toward working "run" reprocessing command.
2013-08-16 Christopher Allan... Moving celery setup to the right place
2013-08-16 Christopher Allan... Whitespacin' it up.
2013-08-16 Christopher Allan... `gmg reprocess available --action-help` now tells you...
2013-08-16 Christopher Allan... "initial" reprocessing subcommand now works!
2013-08-16 Christopher Allan... More progress towards the new reprocessing infrastructu...
2013-08-16 Rodney Ewingadded comments and did a little refactoring. not sure...
2013-08-16 Rodney Ewingadd option to not run eagerly
2013-08-16 Rodney Ewingadded image reprocessing
2013-08-16 Rodney Ewingpep 8
2013-08-16 Rodney Ewingadd command option for regenerating all thumbnails
2013-08-16 Rodney Ewingmake media_id an optional argument
2013-08-16 Rodney Ewingrefactored _run_reprocessing
2013-08-16 Rodney Ewingadded a set_media_state function. removed the --all...
2013-08-16 Rodney EwingPep 8
2013-08-16 Rodney EwingJust raise standard exception. Pass print statement...
2013-08-16 Rodney Ewingadded a _run_reprocessing function which handles the...
2013-08-16 Rodney Ewingadd reprocess_all function. still need to add code...
2013-08-16 Rodney EwingAdded a set_media_type function that has checks to...
2013-08-16 Rodney EwingBeginnings of a reprocess command