log gpp/templates/bio/view_profile.html @ 518:5171a5e9353b

age author description
2011-10-22 Brian Neal Added a custom tag to display a link to a profile. Refactored the avatar tag to optionally display a profile link around the image. Removed the width and height attributes from the avatar image tag. I think this was causing disk hits whenever those properties were not cached. The avatar tag is now an inclusion tag.
2011-10-14 Brian Neal Fix #231: add a 'view my forum posts' link to profile.
2011-03-21 Brian Neal Fixing #175; add an auto-subscribe and auto-favorite forum topic feature. Added 2 flags to the user profile. Added 2 functions that are called on the post post-save signal that auto-favorite and auto-subscribe the post creator if they have requested this service.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2011-01-20 Brian Neal Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
2010-09-21 Brian Neal #103 - links to forum favorites and subscriptions are dead in the user profile.
2010-08-01 Brian Neal Implement a forum favorites feature for #82
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.
2010-02-28 Brian Neal Implementing #55 - Add function to view a users posts from their profile.
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-07-01 Brian Neal Created a bool_icon template tag to graphically display an icon to represent yes/no. Updated profile template to use it.
2009-07-01 Brian Neal #18 - Add time zone field to user profile.
2009-05-03 Brian Neal Remove fields in the user profile that were superceded by the django-elsewhere application: website, icq, aim, etc.
2009-05-03 Brian Neal Initial integration of django-elsewhere.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.