log gpp/templates/shoutbox/shout_detail.html @ 273:2dbb657a2305

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.