aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/process_media
Commit message (Collapse)AuthorAgeFilesLines
* Move destroy_workbench to Workbench classElrond2011-06-141-1/+1
| | | | | And add a lot of warnings, as the checks for "being part of the main Manager" are all gone.
* Create a Workbench class and use it everywhere.Elrond2011-06-131-2/+2
| | | | | Some references to Workbench.dir look ugly, I'm happy to hear suggestions there.
* ensure color mode compatibility when making image thumbnailscfdv2011-06-121-0/+3
|
* First import of mg_globals as mgg, partly because I just wanted it toChristopher Allan Webber2011-06-121-11/+11
| | | | be clear that it's okay to do by doing it *somewhere* :)
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-1/+1
|
* possibly_localize_file->localized_file... a bit less terribly long.Christopher Allan Webber2011-06-111-1/+1
|
* Switch process_media over to using the workbench.Christopher Allan Webber2011-06-111-2/+11
|
* Moving workbench out of process_mediaChristopher Allan Webber2011-06-111-140/+0
|
* Merge branch 'master' into workbenchChristopher Allan Webber2011-06-111-9/+10
|\
| * Import mediagoblin.globals as mg_globals so we can be sure things areChristopher Allan Webber2011-06-111-9/+10
| | | | | | | | set up in the right order.
* | We don't need this extra '.' in making the filenameChristopher Allan Webber2011-06-111-1/+1
| |
* | Wrote functions and documentation for all the WorkbenchManagerChristopher Allan Webber2011-06-111-8/+75
| | | | | | | | functions but haven't actually tested them yet. :)
* | Base structure of workbench managerChristopher Allan Webber2011-06-111-0/+73
|/
* Move ObjectId, DESCENDING to db.utilElrond2011-05-181-2/+2
| | | | | | We used to import those from pymongo and mongokit directly. We should import them from a single place. So let's try db.util for this.
* Erk, we didn't save the state right beforeChristopher Allan Webber2011-05-061-2/+2
|
* Process media! Successfully!Christopher Allan Webber2011-05-061-5/+20
|
* Add a rudimentary media processing function.Christopher Allan Webber2011-05-031-0/+50
Haven't completely checked it for workingness, and not the final form this will take :)