Add property to media_fetch_order
[mediagoblin.git] / mediagoblin / media_types / image /
2017-06-16 vijeth-aradhyaSimple hack to handle main workflow problem
2017-06-12 vijeth-aradhyaCelery Priority testing with debug statements
2017-06-12 vijeth-aradhyaAdd priority to the celery tasks
2017-06-10 Vijeth AradhyaMerge branch 'master' into 'multiple-qualities-backend'
2017-06-04 vijeth-aradhyaAdd workflow method to other media ProcessingManagers
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-03-26 Christopher Allan... Image media type initial migration.
2016-01-22 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-01-21 宋文武Pass filename instead of file object when calling PIL...
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2014-12-11 Jessica TallonFix #1053 - Add height and width attributes and Metadat...
2014-10-27 Jessica TallonFix #1010 - Typos in mediagoblin/media_types/image...
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-09 Jessica TallonAdd location model and migrations
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-09-30 Jessica TallonFix #919 - Use class names in super call not self.__class__
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonAdd more tests for federation APIs
2014-07-22 Jessica TallonFix image upload problem in API
2014-07-22 Jessica TallonAdd .jpe file extension recognition
2014-07-22 xray7224Refactors api uploading to media managers
2014-07-16 Odin Hørthe OmdalImplement Raw Image media type plugin
2014-06-07 Berker PeksagThe file() builtin has been removed in Python 3. Use...
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-05-08 Berker PeksagContinue to port GMG codebase.
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-12-12 Sebastian SpaethUse MEDIA_TYPE, not hardcoded variable of same value
2013-12-12 Sebastian SpaethRevert "Replace hardcoded URL by variable for the same."
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-11-14 Christopher Allan... Generic'ifying the submit code to not rely on the werkz...
2013-10-09 Christopher Allan... Merge remote-tracking branch 'tilly-q/OPW-Moderation...
2013-10-07 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2013-09-28 Christopher Allan... Merge remote-tracking branch 'spaetz/master'
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-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-18 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-12 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-09-09 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-06 Rodney Ewingtypo. conversions not convirsions
2013-09-05 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-31 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-29 Rodney Ewingimage media_type now have their own config_spec.ini
2013-08-28 AditiPull changes and resolve merge conflict.
2013-08-25 Christopher Allan... Removing unnecessary "setup_plugin()" calls, as pointed...
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-22 AditiResolve merge conflict and merge.
2013-08-21 Rodney Ewingskip image resizing if possible
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 Ewingmake sure size is a tuple
2013-08-16 Rodney Ewingrefactor get_orig_filename to return an acceptable...
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 EwingCleanup image common processor
2013-08-16 Rodney Ewingremove old code
2013-08-16 Rodney Ewingadd bulk_run, thumbs, and initial sub_commands
2013-08-16 Rodney EwingAdd image resizer and some cleanup of old code
2013-08-16 Christopher Allan... Fix (by Rodney Ewing) for processing, specifically...
2013-08-16 Christopher Allan... Don't forget to run copy_original()! That's critical!
2013-08-16 Christopher Allan... A couple of fixes to stupid things I did while coding...
2013-08-16 Christopher Allan... Theoretically the last steps to get reprocessing workin...
2013-08-16 Christopher Allan... Factored the get_orig_filename from processing state...
2013-08-16 Christopher Allan... Marking the initial steps for processing
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 progress towards the new reprocessing infrastructu...
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 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 EwingMerge branch 'auth_docs'
2013-08-15 Christopher Allan... Merge branch 'persona_resquash'
2013-08-09 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-04 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/59' of git://gitoriou...
2013-07-31 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-29 tilly-QMerge branch 'ticket-679' into OPW-Moderation-Update
2013-07-29 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brandoninver...
2013-07-24 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-19 AditiReplace hardcoded URL by variable for the same.
2013-07-16 Aditimerge with remote master branch of cweb.
next