Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (202 - 204 of 1174)

Ticket Resolution Summary Owner Reporter
#528 fixed pagination fails from user page ronny
Description

I experienced a problem, when trying to go to the second page of a user (https://example.org/u/username/). I just got a Server Error. After trying around, I could find out, that it had to do with a wrong URL in the NextPage Link. Instead of: https://example.org/u/username/gallery/?page=2 it should have been: https://example.org/u/username/?page=2

In the file: mediagoblin/templates/mediagoblin/utils/pagination.html

the "base_url" is set by "request.full_path". I tried to set it instead with "request.urlgen('mediagoblin.user_pages.user_home', user= request.user.username)" and it worked. But I am not sure if this would interfere with some other parts...

thanks in advance

#5501 cant-reproduce Transcoding progress - Unknown roere
Description

I uploaded several images and videos to my MediaGoblin-Instance. All media uploads remain in the status Transcoding progress - unknown. There is no error in the log file (LogLevel DEBUG). Any Ideas?

#906 fixed Sidebar info not showing up in media displays Rodrigo Rodrigues da Silva
Description

In commit acfcaf6366bd4695c1c37c7aa8ff5a176b412e2a, block mediagoblin_sidebar was removed from user_pages/media.html

Although, several media types rely on it to display extra information. I am supposing this was removed by accident, and not by design (which would, in some way, make sense since the commit is related to metadata stuff).

I've written a patch to put the block back in place. Actually I've placed it before the media_sideinfo template hook.

Anyway, this brings another discussion, since there are many different ways to "add" info to the sidebar: by extending the template, via template hooks, various includes and so on. Maybe we should have further thoughts and developments around this.

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