Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'
[mediagoblin.git] / mediagoblin / storage.py
2011-08-29 Christopher Allan... Merge remote branch 'remotes/jwandborg/f403_ability_to_...
2011-08-28 Christopher Allan... Merge remote branch 'jwandborg/f519_cloudfiles_performa...
2011-08-27 Christopher Allan... Merge remote branch 'remotes/jwandborg/configure_smtp'
2011-08-24 Joar WandborgFeature/Bug #519 - CloudFilesStorage.get_file() perform...
2011-08-23 Christopher Allan... Merge branch 'master' into jwandborg-f482_media_attachments
2011-08-21 Christopher Allan... Merge remote branch 'remotes/elrond/dev/storage_config'
2011-08-21 Christopher Allan... Merge branch 'jwandborg-f298_create_envball'
2011-08-12 ElrondDocument changes to storage_system_from_config
2011-08-12 Christopher Allan... Merge branch 'master' into processing
2011-08-12 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b488_email...
2011-08-12 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b372_rmdbf...
2011-08-12 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f446_use_r...
2011-08-11 Christopher Allan... Adding slightly clearer docs to MountStorage.
2011-08-11 Christopher Allan... Merge branch 'master' into processing
2011-08-09 ElrondStorage Config: Finally drop debug
2011-08-09 ElrondStorage config: Drop all Backward Compatibility
2011-08-09 ElrondStorage Config: Use own section
2011-08-09 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-08-09 Christopher Allan... Merge remote branch 'remotes/elrond/dev/mount_storage'
2011-08-08 ElrondMountStorage: Improve mounting asserts
2011-08-08 ElrondMountStorage: Add docs.
2011-08-08 ElrondMerge remote branch 'upstream/master' into dev/mount_st...
2011-08-08 Christopher Allan... Merge remote branch 'remotes/schendjes/master'
2011-08-05 Christopher Allan... Merge remote branch 'remotes/jwandborg/f477_cloudfiles'
2011-08-04 Joar WandborgFeature #477 - Cloud Files public storage
2011-08-03 Joar WandborgFeature 477 - Support Cloud Files public storage
2011-08-03 ElrondMountStorage: Better error reporting
2011-08-03 ElrondMountStorage: drop u'' nonsense from mount method
2011-08-01 ElrondMountStorage: Create all the wrappers
2011-08-01 ElrondMountStorage: Some small fixups/changes.
2011-08-01 ElrondFirst start at MountStorage.
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-19 cfdvMerge branch 'is330', remote-tracking branch 'origin...
2011-06-19 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-19 Christopher Allan... Merge branch 'configobj'
2011-06-19 Christopher Allan... renaming storage_system_from_paste_config()->storage_sy...
2011-06-15 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/clean_celery_s...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/tests_kill_db'
2011-06-12 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Merge branch 'master' into workbench
2011-06-11 Christopher Allan... Adding a copy_locally() method to the StorageInterface...
2011-06-11 Christopher Allan... Allow storage systems to be local and allow for a get_l...
2011-04-17 Christopher Allan... Reorganization of storage.py.
2011-04-17 Christopher Allan... storage.storage_system_from_paste_config() utility...
2011-04-17 Christopher Allan... Encourage storage systems to passively accept extraneou...
2011-04-16 Christopher Allan... Import urlparse! Duh. I should remember to turn flyma...
2011-04-16 Christopher Allan... "if not os.path.exists(directory)", not "if not os...
2011-04-16 Christopher Allan... when running get_unique_filepath, clean_listy_filepath...
2011-04-16 Christopher Allan... Added delete_file, url_for_file methods to BasicFileStorage
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-10 Christopher Allan... get_file() implementation for BasicFileStorage
2011-04-10 Christopher Allan... We should import uuid, because we use it!
2011-04-10 Christopher Allan... get_unique_filepath not get_unique_filename!
2011-04-10 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-10 Christopher Allan... Added the url_for_file stub to the interface
2011-04-10 Christopher Allan... I don't think we need _create_dirs_for_filepath.
2011-04-10 Christopher Allan... Put down structure of BasicFileStorage, and the ._resol...
2011-04-09 Christopher Allan... More documentation on all the core storage API methods
2011-04-09 Christopher Allan... u'string', but of course ;)
2011-04-09 Christopher Allan... Actually, we can implement get_unique_filename, which...
2011-04-09 Christopher Allan... Most of the StorageInterface stubs in place and documented.
2011-04-09 Christopher Allan... Raise a specific error if a filename component can...
2011-04-09 Christopher Allan... file storage filelist cleaning