log gpp/templates/shoutbox/shout_detail.html @ 259:75ea1a8be7f2

age author description
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.