Also moving the test_server.ini to test_paste.ini to avoid ambiguity.
[mediagoblin.git] / mediagoblin / storage.py
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 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-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