Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | 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 | -11/+4 |
| | | | | | 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 | -6/+5 |
| | | | | | | | | 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 | -12/+18 |
| | | | | | 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 | -5/+5 |
| | |||||
* | Don't bother returning whether or not we copied it or not, we can | Christopher Allan Webber | 2011-06-11 | 1 | -5/+4 |
| | | | | 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 | -1/+1 |
| | |||||
* | test WorkbenchManager.possibly_localize_file() | Christopher Allan Webber | 2011-06-11 | 1 | -0/+43 |
| | |||||
* | Make sure workbench won't kill directories out of scope. | Christopher Allan Webber | 2011-06-11 | 1 | -6/+16 |
| | |||||
* | Tests for creating/destroying workbenches | Christopher Allan Webber | 2011-06-11 | 1 | -0/+44 |