Mercurial > public > sg101
log gpp/templates/shoutbox/shout_detail.html @ 444:a0847158cf72
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. |