Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'video_gstreamer-only' | Joar Wandborg | 2011-11-21 | 1 | -1/+4 |
|\ | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py | ||||
| * | Multimedia refractoring, and added video thumbnail support | Joar Wandborg | 2011-10-05 | 1 | -1/+4 |
| | | |||||
* | | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -1/+3 |
|/ | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Move destroy_workbench to Workbench class | Elrond | 2011-06-14 | 1 | -25/+20 |
| | | | | | And add a lot of warnings, as the checks for "being part of the main Manager" are all gone. | ||||
* | Drop WorkbenchManager.localized_file() | Elrond | 2011-06-14 | 1 | -3/+0 |
| | | | | | | | | As Workbench has the localized_file() method, use this everywhere and drop the wrapper method from WorkbenchManager. The processing code already did that. | ||||
* | Create a Workbench class and use it everywhere. | Elrond | 2011-06-13 | 1 | -31/+52 |
| | | | | | Some references to Workbench.dir look ugly, I'm happy to hear suggestions there. | ||||
* | possibly_localize_file->localized_file... a bit less terribly long. | Christopher Allan Webber | 2011-06-11 | 1 | -7/+7 |
| | |||||
* | Don't bother returning whether or not we copied it or not, we can | Christopher Allan Webber | 2011-06-11 | 1 | -12/+7 |
| | | | | figure that out by looking to see whether our storage is local or not. | ||||
* | Moving workbench out of process_media | Christopher Allan Webber | 2011-06-11 | 1 | -0/+140 |