log gpp/templates/shoutbox/shout_detail.html @ 492:3c48a555298d

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-03-05 Brian Neal Minor cosmetic tweaks; center text in IRC block. Add a break after avatar on shout history view.
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.
2009-12-18 Brian Neal Implement #43, various shoutbox improvements.
2009-12-17 Brian Neal Fix #33; use $.ajax instead of $.post so we can handle errors. Also, for some reason comparing objects in a template doesn't work now. Have to compare id fields.
2009-11-20 Brian Neal Fixing #37. For some reason, ifequal was failing for user and shout.user. Changed it to compare user.id and shout.user.id.
2009-11-20 Brian Neal Fixing #36, Smilify doesn't work when a smiley appears first before other text. Refactored the smiley system to produce markdown as well as HTML.
2009-04-16 Brian Neal Shoutbox work: shouts now have absolute URLs. Shouts can now be flagged as abuse. Minor tweak to breadcrumbs css. Added flag date to comments admin.