log gpp/forums/models.py @ 293:c92fb89dbc7d

age author description
Wed, 29 Dec 2010 04:56:53 +0000 Brian Neal Fixed a bug where if you tried to delete a topic the new last post might be in that topic, so a cascading delete would occur and the forum would get deleted.
Thu, 14 Oct 2010 02:39:35 +0000 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
Sat, 02 Oct 2010 23:24:39 +0000 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
Sun, 12 Sep 2010 18:30:23 +0000 Brian Neal Fix the max users online statistic as per ticket #90.
Sun, 01 Aug 2010 21:26:12 +0000 Brian Neal Implement a forum favorites feature for #82
Thu, 10 Jun 2010 03:31:57 +0000 Brian Neal For #51; change verbose_name & verbose_name_plural so that the Haystack model search form has reasonable labels.
Sun, 06 Jun 2010 21:05:48 +0000 Brian Neal For #51; add forums to Haystack search.
Sun, 28 Mar 2010 01:07:47 +0000 Brian Neal Implementing #61: adding a forum topic subscription feature.