log gpp/templates/shoutbox/shout_detail.html @ 477:737a0c261a77

age author description
Sat, 05 Mar 2011 04:11:22 +0000 Brian Neal Minor cosmetic tweaks; center text in IRC block. Add a break after avatar on shout history view.
Thu, 27 Jan 2011 02:56:10 +0000 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
Thu, 20 Jan 2011 04:03:48 +0000 Brian Neal Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
Fri, 18 Dec 2009 04:30:49 +0000 Brian Neal Implement #43, various shoutbox improvements.
Thu, 17 Dec 2009 04:14:16 +0000 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.
Fri, 20 Nov 2009 02:00:00 +0000 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.
Fri, 20 Nov 2009 01:43:32 +0000 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.
Thu, 16 Apr 2009 02:00:17 +0000 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.