changed some coding styles and changed the interface for pagination from __call__...
[mediagoblin.git] / mediagoblin / storage.py
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