log gpp/bio/views.py @ 229:08b30ac04580

age author description
2010-05-01 Brian Neal Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
2010-03-17 Brian Neal #56 - Cut over to Django 1.2 messaging system.
2009-12-14 Brian Neal Implement ticket #40. Added a simple way to search for usernames and then view their profile. Moved this ajax username search feature out of the messages app and into core.
2009-12-13 Brian Neal Implement #38: add function to mark user as a spammer. Display only active members on member list. Display login form as table (not sure why wasn't doing this before).
2009-11-27 Brian Neal Ticket #15, add a way to report user profiles.
2009-11-14 Brian Neal Bio: added odd/even styling to profiles. Make member's list viewable to logged in users only.
2009-10-24 Brian Neal Reduced some sql queries by adding a select_related and monkey patching user profiles onto a user list in shoutbox and the bio/member's list, respectively.
2009-09-13 Brian Neal Need an import for the InvalidPage exception from django.core.paginator.
2009-06-17 Brian Neal Added a signal handler for the user model to create a UserProfile for new users.
2009-05-03 Brian Neal Initial integration of django-elsewhere.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.