Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 of 1174)

Ticket Resolution Summary Owner Reporter
#316 FIXED CloudFiles - Add name attribute to cloudfiles file-object joar joar
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.

#371 fixed UTF-8 "ascii art" is broken (wrong encoding) joar Aleksej
Description

http://mediagoblin.com/u/aleksej/m/felichan-superjaron/

The text in the file is "Feli?an superjaron", but it appears as "Feliĉan superjaron!", both on its page and in the thumbnail (though the thumbnail is too small to see if "‰" is rendered).

#375 fixed Video Preload joar Jeremy Pope
Description

The HTML5 video tag has a few options on how a video is loaded on page load. Currently, MediaGoblin uses preload="auto" which causes the whole video to be downloaded on the end users side, even if they don't actually play the video. The preload="metadata" option will only load the metadata and first frame of the video on page load. This can help site navigation quite a bit during low-bandwidth times (such as through 3G on phone's wifi hotspot). I have edited the mediagoblin/templates/mediagoblin/media_displays/video.html file on my MG instance to have the 'metadata' option. A couple of examples: http://url.jpope.org/9a and http://url.jpope.org/99

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.