Custom Query (1173 matches)
Results (217 - 219 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#316 | FIXED | CloudFiles - Add name attribute to cloudfiles file-object | ||
Description |
In the current state, uploading any image will break CloudFiles. This is probably due to PIL reading the "name" attribute of the passed file object. AFAIK CloudFiles does not have one. |
|||
#221 | FIXED | CloudFilesStorage - Incorrect MIMEtypes | ||
Description |
The MIMEtype application/octet-stream is always set for files in the public\_store. |
|||
#219 | FIXED | CloudFilesStorage.get_file() performance issue. | ||
Description |
For the thumb listings such as the index page, gallery page a call to cloudfiles is made for every thumbnail on the page. CloudFilesStorage should be changed to save container\_url on *init*, and then use self.\_resolve\_filepath() to generate the filepath without verifying that the file exists, just like BasicFileStorage does. |
Note:
See TracQuery
for help on using queries.