Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (325 - 327 of 1174)

Ticket Resolution Summary Owner Reporter
#830 fixed Blog post and exif Jeremy Pope
Description

Looks like ./mediagoblin/templates/mediagoblin/user_pages/blog_media.html contains a reference to mediagoblin/utils/exif.html which causes blog posts to crash the server when being loaded if exif_visible = true is set in the config.

Removing the reference fixes the issue.

Anyone have insight as to why it may need to stay?

#833 fixed Mobile-responsive CSS for main site msjoinder
Description

Adding the following to the end of static/css/base.css makes the main site much easier to read and navigate on a mobile device -- I have created a fork on Gitorious but I am having a headache learning to use it. Try this for yourselves by changing base.css and narrowing the browser window:

@media (max-width: 550px) {

body {

width: 100%; max-width: 100%; min-width: 100%;

} .mediagoblin_header {

height: auto;

} .mediagoblin_header_right {

float: left;

} img {

max-width: 100%;

} li {

max-width: 75%;

} .connector {

display: none;

} .mediagoblin_footer {

height: auto; bottom: 12px;

} .container_16, .container_16 .grid_1, .container_16 .grid_2, .container_16 .grid_3, .container_16 .grid_4, .container_16 .grid_5, .container_16 .grid_6, .container_16 .grid_7, .container_16 .grid_8, .container_16 .grid_9, .container_16 .grid_10, .container_16 .grid_11, .container_16 .grid_12, .container_16 .grid_13, .container_16 .grid_14, .container_16 .grid_15, .container_16 .grid_16 {

width: 96%; max-width: 96%; min-width: 96%; float: left; overflow-x: hidden;

}

}

#837 fixed Moderation tools: report panel links the offender's name (whose content was deleted) to the reporter's page Aleksej
Description

/mod/reports/1/

CONTENT BY eviluser HAS BEEN DELETED

Reason for report: reporter_name 1 day ago evil

The "eviluser" text is a link to reporter_name's profile page.

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