aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/process_media/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes after merging video branch into masterJoar Wandborg2011-11-211-45/+0
| | | | | | | | | | | | | - Removed debug output from init/celery - Moved process_media/__init__ to processing.py - Centralized the processing.ProcessMedia task class - Updated media managers to reference the processing function instead of the ProcessMedia instance - Updated new-style image processing to previous, newer old-style image processing - Updated video transcoding - Changed method in progress output, sometimes message.structure['percent'] raises KeyError
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-4/+5
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-4/+5
| | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* | Moved common, translation, template, and url code out of util.py and into ↵Aaron Williamson2011-10-011-1/+1
|/ | | | tools/[file].py
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Switch BaseProcessingFail.exception_path's separator from period to colonChristopher Allan Webber2011-08-141-11/+1
| | | | | | Also removing .generator_error_message() which doesn't make sense really... we need to get the message when we don't have an instance of the exception, and this method requires an instance.
* Create processing errors and raise BadMediaFail on failure to load the imageChristopher Allan Webber2011-08-121-0/+54