mediagoblin.git
2013-08-16 Rodney Ewingonly try and delete queue file if it exists
2013-08-16 Rodney Ewinguse thumb_size
2013-08-16 Rodney Ewinginclude a thumb_size string with each Resizer to run...
2013-08-16 Rodney Ewingtypos
2013-08-16 Rodney Ewingadd quality and filter args to image processors
2013-08-16 Rodney Ewingforgot to add the ascii resizer to the list of processors
2013-08-16 Rodney Ewingcatch processing exceptions and if entry_orig_state...
2013-08-16 Rodney Ewingraise an error if the file failed to copy to public...
2013-08-16 Rodney Ewingforce thumbnail creation of audio
2013-08-16 Rodney Ewingsize should be a tuple
2013-08-16 Rodney Ewingrewind the file to the begining
2013-08-16 Rodney Ewing-scale-to only takes 1 size, so choose the smallest
2013-08-16 Rodney Ewinginclude '.png' in filename
2013-08-16 Rodney Ewingoops, localized_file not local_file
2013-08-16 Rodney Ewinguse a tmp_pdf filename
2013-08-16 Rodney Ewingdon't include the '.' in the ext
2013-08-16 Rodney Ewingforgot to change __init__ for new processing managers
2013-08-16 Rodney EwingCleanup image common processor
2013-08-16 Rodney Ewingadded resizer for stl media
2013-08-16 Rodney EwingAdded initial stl processor
2013-08-16 Rodney Ewingadd reprocess_manager to __init__
2013-08-16 Rodney EwingUse workbench for temp files, refactor _set_pdf_filenam...
2013-08-16 Rodney Ewingadded pdf Resizer
2013-08-16 Rodney EwingAdded pdf Initial processor
2013-08-16 Rodney Ewingadded file argument to video resizer and added ascii...
2013-08-16 Rodney EwingAdded initial processor for ascii media
2013-08-16 Rodney Ewingadded video transcoder
2013-08-16 Rodney EwingAdded thumbnail resizer for video
2013-08-16 Rodney Ewinguse type=float for audio vorbis quality
2013-08-16 Rodney EwingAdded Initial processor for video
2013-08-16 Rodney Ewingadded audio reprocessing transcoder
2013-08-16 Rodney Ewingjust use the default quality when creating a thumbnail...
2013-08-16 Rodney Ewingadd audio thumbnail and spectrogram resizer
2013-08-16 Rodney Ewingfetch spectrogram for thumbnail creation, create spectr...
2013-08-16 Rodney Ewingforgot nargs=2
2013-08-16 Rodney Ewingaudio processing code cleanup
2013-08-16 Rodney Ewingshould store file as webm_audio instead of medium
2013-08-16 Rodney Ewingmedia:thumb not medium:thumb :)
2013-08-16 Rodney Ewinguse name_builder with store_public, not create_pub_filepath
2013-08-16 Rodney Ewingcommon_setup() must be the first processing step
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 Rodney Ewingremove ProcessingState
2013-08-16 Rodney Ewingdelete existing file in store_public
2013-08-16 Rodney EwingAdd image resizer and some cleanup of old code
2013-08-16 Christopher... Fix (by Rodney Ewing) for processing, specifically...
2013-08-16 Christopher... Don't forget to run copy_original()! That's critical!
2013-08-16 Christopher... Fixing ./bin/gmg reprocess available, which I broke :)
2013-08-16 Christopher... Trying to fix the bug that's happening to rodney757...
2013-08-16 Christopher... Revert "use parser.parse_known_args() instead of parser...
2013-08-16 Christopher... Fixing normal submission of media (well for images...
2013-08-16 Christopher... A couple of fixes to stupid things I did while coding...
2013-08-16 Christopher... Fixing the MediaProcessor context manager so it actuall...
2013-08-16 Christopher... Theoretically the last steps to get reprocessing workin...
2013-08-16 Christopher... Factored the get_orig_filename from processing state...
2013-08-16 Christopher... Record the original state of the media entry in the...
2013-08-16 Christopher... Marking the initial steps for processing
2013-08-16 Christopher... Renaming the processing manager stuff to be less ambiguous.
2013-08-16 Christopher... That manager.process() line no longer made sense
2013-08-16 Christopher... Updating to the point where we can allllmost run with...
2013-08-16 Christopher... Should be enough to get to the point where you can...
2013-08-16 Christopher... Steps toward working "run" reprocessing command.
2013-08-16 Christopher... Moving celery setup to the right place
2013-08-16 Christopher... Whitespacin' it up.
2013-08-16 Christopher... `gmg reprocess available --action-help` now tells you...
2013-08-16 Christopher... "initial" reprocessing subcommand now works!
2013-08-16 Christopher... More progress towards the new reprocessing infrastructu...
2013-08-16 Christopher... More steps towards a working reprocessing system.
2013-08-16 Christopher... Documentation for the MediaProcessor
2013-08-16 Christopher... started coding basics of new processing code
2013-08-16 Rodney Ewingfix storage paramater in get_orig_filename(), fix __ini...
2013-08-16 Rodney EwingRefactor processing/reprocessing functions into Process...
2013-08-16 Rodney Ewingforgot to change to a class from a function after the...
2013-08-16 Rodney Ewingchange get_queued_filename to get_orig_filename and...
2013-08-16 Rodney Ewingadded comments and did a little refactoring. not sure...
2013-08-16 Rodney Ewingvery rough working version of image reprocessing
2013-08-16 Rodney Ewingadd option to not run eagerly
2013-08-16 Rodney Ewingadded image reprocessing
2013-08-16 Rodney Ewingadded a check_eligible function to image reprocessing
2013-08-16 Rodney Ewingadded a parser for the image media_type reprocessing
2013-08-16 Rodney Ewingend of day commit
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
2013-08-16 Rodney EwingThrow an error if there are unrecognized arguments
2013-08-16 Rodney Ewinguse parser.parse_known_args() instead of parser.parse_a...
2013-08-16 Rodney Ewingload js at the end of the page
next