Improve user homepage
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 11 May 2011 06:39:57 +0000 (08:39 +0200)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 May 2011 04:10:21 +0000 (23:10 -0500)
commit7acdbfd36457720789c183260424e0f78139211a
tree32d41524cefc9103cf7f5f55fda824f7dbdbb518
parentb77eec653df14059296fc3185ff9817edfa0825b
Improve user homepage

1) Only consider user's with 'status': 'active'. We don't want to
   display unconfirmed/blocked users, right?
2) Actually query user's media in the view and display on their home
   page.
3) Throw an error 404 if we don't find a valid user, rather than saying,
   "User not found" (from within the template).
4) Pass in medias as media_entries to remain compatible with the 'root'
   page.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/templates/mediagoblin/user_pages/user.html
mediagoblin/user_pages/views.py