Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make filestorage available to code that only imports storage. | Brett Smith | 2012-07-08 | 1 | -0/+2 |
| | | | | The storage-related tests were relying on this, if nothing else. | ||||
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -2/+0 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Slightly clearer docs on copy_local_to_storage | Christopher Allan Webber | 2011-11-20 | 1 | -0/+4 |
| | |||||
* | copy_local_to_storage, both general and specialized-for-BasicFileStorage ↵ | Christopher Allan Webber | 2011-11-20 | 1 | -0/+8 |
| | | | | | | | versions This utility should allow for easy copying from a local filesystem to the storage instance. | ||||
* | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -2/+2 |
| | |||||
* | Feature #587 - Split storage.py into submodules | Joar Wandborg | 2011-09-12 | 1 | -0/+240 |
* Removed storage.py * Created submodules for filestorage, cloudfiles, mountstorage * Changed test_storage to reflect the changes made in the storage module structure * Added mediagoblin.storage.filestorage.BasicFileStorage as a default for both publicstore and queuestore's `storage_class` |