Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (337 - 339 of 1173)

Ticket Resolution Summary Owner Reporter
#900 fixed nginx warning using example config: text/html already implied in gzip_types Daniel Krol
Description

If you use the Nginx script here:

http://mediagoblin.readthedocs.org/en/latest/siteadmin/deploying.html

Nginx will give you the following warning when you restart:

Restarting nginx: nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/sites-enabled/nginx.conf:15

According to this http://stackoverflow.com/a/6475493 it's because text/html is already gziped by default. So, we can leave it out of this config.

#901 fixed video didn't provide Download link vladopc
Description

New instalation 0.62 didn't provide download link https://www.labath.eu/u/vlado/m/jarne-kroky-v-parry-sound/

#902 fixed Welcome image URL hard coded in the template Jaakko Luttinen
Description

In mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html there is a line:

<img class="welcomeimage" src="/mgoblin_static/images/home_goblin.png">

which I think should be:

<img class="welcomeimage" src="{{ request.staticdirect('/images/home_goblin.png') }}">

Otherwise the Goblin image on the front page does not load if mediagoblin directory is not the root directory of the vhost.

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