aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-0/+1
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-0/+1
| | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* | Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'Christopher Allan Webber2011-10-011-2/+2
|\ \ | | | | | | | | | | | | Conflicts: mediagoblin/util.py
| * | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-2/+2
| |/
* / mountstorage - Changed typo in importJoar Wandborg2011-09-151-1/+1
|/
* Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-124-0/+630
* 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`