Panel improvements
authorJoar Wandborg <git@wandborg.com>
Tue, 10 Jul 2012 22:36:42 +0000 (00:36 +0200)
committerJoar Wandborg <git@wandborg.com>
Tue, 10 Jul 2012 22:36:42 +0000 (00:36 +0200)
commit6471291575c97f03d129051dc3d2bef28b4d89f2
tree0c1252c0c23c2978736dd6eb819aefa89c1e355a
parent51eb0267d901bafcc90879dadbc2b8616ecdc4f5
Panel improvements

- 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.
mediagoblin/db/sql/migrations.py
mediagoblin/db/sql/models.py
mediagoblin/media_types/audio/processing.py
mediagoblin/media_types/audio/transcoders.py
mediagoblin/media_types/video/processing.py
mediagoblin/media_types/video/transcoders.py
mediagoblin/processing/__init__.py
mediagoblin/processing/task.py
mediagoblin/templates/mediagoblin/user_pages/processing_panel.html
mediagoblin/user_pages/views.py