fixed bug #728
[mediagoblin.git] / mediagoblin / gmg_commands / reprocess.py
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-06-29 Berker PeksagFix print statements.
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-09-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-12 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-08-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-08-25 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-08-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-08-16 Rodney Ewinginclude a thumb_size string with each Resizer to run...
2013-08-16 Rodney EwingAudio Initial Processor
2013-08-16 Rodney Ewingremove old code
2013-08-16 Rodney Ewingbulk_run reprocessing complete
2013-08-16 Rodney EwingResize all processed thumbs
2013-08-16 Rodney Ewingwrap get_entry_and_processing_manager in try, except...
2013-08-16 Rodney Ewingrun initial processing on all failed entries
2013-08-16 Rodney Ewingadd bulk_run, thumbs, and initial sub_commands
2013-08-16 Christopher Allan... Fixing ./bin/gmg reprocess available, which I broke :)
2013-08-16 Christopher Allan... Trying to fix the bug that's happening to rodney757...
2013-08-16 Christopher Allan... Renaming the processing manager stuff to be less ambiguous.
2013-08-16 Christopher Allan... That manager.process() line no longer made sense
2013-08-16 Christopher Allan... Updating to the point where we can allllmost run with...
2013-08-16 Christopher Allan... Should be enough to get to the point where you can...
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