aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/workbench.py
Commit message (Collapse)AuthorAgeFilesLines
* Move destroy_workbench to Workbench classElrond2011-06-141-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()Elrond2011-06-141-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.Elrond2011-06-131-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 Webber2011-06-111-7/+7
|
* Don't bother returning whether or not we copied it or not, we canChristopher Allan Webber2011-06-111-12/+7
| | | | figure that out by looking to see whether our storage is local or not.
* Moving workbench out of process_mediaChristopher Allan Webber2011-06-111-0/+140