index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
storage.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feature #477 - Cloud Files public storage
Joar Wandborg
2011-08-04
1
-64
/
+76
*
Feature 477 - Support Cloud Files public storage
Joar Wandborg
2011-08-04
1
-0
/
+56
*
renaming storage_system_from_paste_config()->storage_system_from_config()
Christopher Allan Webber
2011-06-19
1
-2
/
+2
*
Adding a copy_locally() method to the StorageInterface and giving it a test.
Christopher Allan Webber
2011-06-11
1
-0
/
+21
*
Allow storage systems to be local and allow for a get_local_path
Christopher Allan Webber
2011-06-11
1
-1
/
+20
*
Reorganization of storage.py.
Christopher Allan Webber
2011-04-17
1
-26
/
+37
*
storage.storage_system_from_paste_config() utility, w/ tests
Christopher Allan Webber
2011-04-17
1
-0
/
+49
*
Encourage storage systems to passively accept extraneous keyword
Christopher Allan Webber
2011-04-17
1
-3
/
+11
*
Import urlparse! Duh. I should remember to turn flymake-mode on.
Christopher Allan Webber
2011-04-16
1
-2
/
+3
*
"if not os.path.exists(directory)", not "if not os.path.exists('directory')"
Christopher Allan Webber
2011-04-16
1
-1
/
+1
*
when running get_unique_filepath, clean_listy_filepath from the get-go
Christopher Allan Webber
2011-04-16
1
-0
/
+4
*
Added delete_file, url_for_file methods to BasicFileStorage
Christopher Allan Webber
2011-04-16
1
-6
/
+14
*
Changes Mediagoblin -> MediaGoblin.
Will Kahn-Greene
2011-04-13
1
-1
/
+1
*
get_file() implementation for BasicFileStorage
Christopher Allan Webber
2011-04-10
1
-3
/
+11
*
We should import uuid, because we use it!
Christopher Allan Webber
2011-04-10
1
-0
/
+1
*
get_unique_filepath not get_unique_filename!
Christopher Allan Webber
2011-04-10
1
-1
/
+1
*
Added the url_for_file stub to the interface
Christopher Allan Webber
2011-04-10
1
-0
/
+11
*
I don't think we need _create_dirs_for_filepath.
Christopher Allan Webber
2011-04-10
1
-6
/
+0
*
Put down structure of BasicFileStorage, and the ._resolve_filepath() method
Christopher Allan Webber
2011-04-10
1
-0
/
+39
*
More documentation on all the core storage API methods
Christopher Allan Webber
2011-04-09
1
-1
/
+12
*
u'string', but of course ;)
Christopher Allan Webber
2011-04-09
1
-1
/
+1
*
Actually, we can implement get_unique_filename, which should be the
Christopher Allan Webber
2011-04-09
1
-10
/
+12
*
Most of the StorageInterface stubs in place and documented.
Christopher Allan Webber
2011-04-09
1
-0
/
+57
*
Raise a specific error if a filename component can't be resolved into anything.
Christopher Allan Webber
2011-04-09
1
-1
/
+11
*
file storage filelist cleaning
Christopher Allan Webber
2011-04-09
1
-0
/
+41