Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (319 - 321 of 1174)

Ticket Resolution Summary Owner Reporter
#5306 duplicate Hard-coded absolute URL path in frontpage_welcome.html anongoblin
Description

I'm attempting to run mediagoblin at a path that's not the root of the site, e.g. http://example.com/gobble

This works just fine, except for one hard-coded path: in frontpage_welcome.html it says:

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

and should be preceded by the context path, /gobble in my example.

#5309 fixed Move GIT Repository anongoblin
Description

On https://gitorious.org/mediagoblin/mediagoblin/ is a big orange box saying:

System notice: Gitorious is being acquired by GitLab and gitorious.org will shut down end of May. Please import your repositories to GitLab.com

You should migrate somewhere before it's too late.

#5321 fixed Use of deprecated frombytes when processing videos causes the task to fail anongoblin
Description

When transcoding a video using a recent version of PIL transcoding a video fails reproducible. The reason for this is an AttributeError: 'module' object has no attribute 'frombytes'gets raised, while a thumbnails is being created. This is because frombytes alias was deprecated in favor of fromstring.

The attached patch fixes this.

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