List blogs by URL user rather than request user
authorayleph <ayleph@thisshitistemp.com>
Sat, 16 Aug 2014 17:45:58 +0000 (10:45 -0700)
committerJessica Tallon <jessica@megworld.co.uk>
Tue, 19 Aug 2014 13:30:45 +0000 (14:30 +0100)
commitb56cd89eb8cad5f2b4ac50d6c2cdba9ef3b90081
tree2041c3fbe57e86705404d11a68aebf9ba7ddd529
parent3322a63df41f1b58d830aad0156160e6b532b5d7
List blogs by URL user rather than request user

The blog_post_listing function in mediagoblin/media_types/blow/views.py
attempts to access blogs based on the requesting user rather than the url
user. This results in server errors when an unauthenticated user attempts to
follow a link from another user's blog post listing, and 404 errors when an
authenticated user attempts to follow a link from another user's blog post
listing.

This change bases blog post listings on the URL user rather than the request
user.
mediagoblin/media_types/blog/views.py