Custom Query (1173 matches)
Results (202 - 204 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#306 | FIXED | wiki @font-face links incorrectly | ||
Description |
The style on the wiki: :: @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(http://wiki.mediagoblin.org/skins/mediagoblin/fonts/Lato-BoldItalic.ttf?2011-11-02T15:46:40Z) format('truetype'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url('fonts/Lato-Regular.woff') format('truetype'); } The last line should probably be: :: src: local('Lato Regular'), local('Lato-Regular'), url('http://wiki.mediagoblin.org/skins/mediagoblin/fonts/Lato-Regular.woff') format('truetype'); Right now **all** browsers show the wrong font, because noone can get the Lato-regular one. However, it does look worse in Opera, because Opera chooses to display the italic font instead of the bold, whilst the other browsers bolds everything. Well, looks crappy in all of them, but you can see it's wrong easier in Opera ;-) |
|||
#698 | invalid | Add an option to disable video transcoding | ||
Description |
Currently, all uploaded videos must be transcoded to WebM which makes MediaGoblin much more difficult to deploy on shared-hosting servers due to expensive video processing and additional library dependencies. There should be an option to disable transcoding and to allow WebM uploads only and directly without trascoding. In case other formats are uploaded, the standard error message can be shown: "I do not support this format. :(" |
|||
#700 | cant-reproduce | Mediagoblin via HTTPS and HTTP | ||
Description |
It seems that Mediagoblin cannot recognize HTTPS connections. If I try to login, logout or upload via HTTPS, I get redirected to HTTP after submission. I am not sure if that is a Mediagoblin issue or a configuration issue. |