log gpp/templates/forums/last_post_info.html @ 497:9894f8cbb931

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-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-10-03 Brian Neal Added the text class to the search input box to let blueprints css style it. Fixed invalid HTML problem with the forum last post info tag.
2009-10-25 Brian Neal Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
2009-10-22 Brian Neal Forums: split topic.
2009-09-13 Brian Neal Forums: minor cosmetic tweaks mainly.
2009-09-13 Brian Neal Forums: paginate the topic list inside a forum.
2009-08-29 Brian Neal Forums: added a last_post_info template tag. Still need to add a go to last post icon for it.