Record the original state of the media entry in the processor
[mediagoblin.git] / mediagoblin / processing / __init__.py
2013-08-16 Christopher Allan... Record the original state of the media entry in the...
2013-08-16 Christopher Allan... Renaming the processing manager stuff to be less ambiguous.
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... `gmg reprocess available --action-help` now tells you...
2013-08-16 Christopher Allan... "initial" reprocessing subcommand now works!
2013-08-16 Christopher Allan... More steps towards a working reprocessing system.
2013-08-16 Christopher Allan... Documentation for the MediaProcessor
2013-08-16 Christopher Allan... started coding basics of new processing code
2013-08-16 Rodney Ewingfix storage paramater in get_orig_filename(), fix __ini...
2013-08-16 Rodney Ewingchange get_queued_filename to get_orig_filename and...
2013-08-16 Rodney Ewingvery rough working version of image reprocessing
2013-08-16 Rodney Ewingadded image reprocessing
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-05-19 Brandon InvergoMerge branch 'master' of git://gitorious.org/mediagobli...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-22 ElrondDoc string for ProcessingState.
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-10 Christopher Allan... Merge branch '637_friendlier_hooks'
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondImplement queue dir delete for proc_state.delete_queue_file
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-03 ElrondCreate ProcessingState.store_public.
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-09 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-08 ElrondKill monkeypatching of ProcessingState.
2013-02-08 ElrondAlso refactor "copy original into public storage".
2013-02-08 ElrondProcessingState: Document monkey patching.
2013-02-08 ElrondImplement ProcessingState class and use for images
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-07-10 Joar WandborgPanel improvements
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-08 Brett SmithPrevent non-Unicode SQLAlchemy warnings in most submiss...
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-04-01 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/bretts/bug261...
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-21 ElrondMove celery task into own task.py
2012-03-21 ElrondTurn processing.py into a submodule.