Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (232 - 234 of 1174)

Ticket Resolution Summary Owner Reporter
#5308 fixed SQL foreign key error when attempting to delete user with blog ayleph
Description

A member of my instance created a blog entry and then tried to delete his account, resulting in this error in my logs.

IntegrityError: (IntegrityError) update or delete on table "core__users" violates foreign key constraint "mediatype__blogs_author_fkey" on table "mediatype__blogs"
DETAIL:  Key (id)=(23284) is still referenced from table "mediatype__blogs".
 'DELETE FROM core__users WHERE core__users.id = %(id)s' {'id': 23284}
#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.

#5085 wontfix Cannot register on this site anongoblin
Description

The front page of https://issues.mediagoblin.org/ says

"In the navigation bar in the upper right is a link titled Register"

but this does not seem to be correct. In other words, you get this bug report filed anonymously :-)

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