aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing/task.py
Commit message (Collapse)AuthorAgeFilesLines
* Panel improvementsJoar Wandborg2012-07-111-9/+10
| | | | | | | | | | - Added progress meter for video and audio media types. - Changed the __repr__ method of a MediaEntry to display a bit more useful explanation. - Added a new MediaEntry.state, 'processing', which means that the task is running the processor on the item currently. - Fixed some PEP8 issues in user_pages/views.py - Fixed the ATOM TAG URI to show the correct year.
* Minor improvements to the processing panelJoar Wandborg2012-07-101-4/+9
| | | | | | - It is now possible to actually see what's processing, due to a bug fix where __getitem__ was called on the db model. - Removed DEPRECATED message from the docstring, it wasn't true.
* Move celery task into own task.pyElrond2012-03-211-0/+78
Move the actual celery task from processing/__init__.py into its own .../task.py. That way it can be imported as needed.