log gpp/forums/models.py @ 329:000c006fee97

age author description
2011-01-13 Brian Neal Fixing #140; limit topic notification emails to at most 1 per day, or more if the user visits the topic.
2010-12-29 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.
2010-10-14 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.
2010-10-02 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
2010-09-12 Brian Neal Fix the max users online statistic as per ticket #90.
2010-08-01 Brian Neal Implement a forum favorites feature for #82
2010-06-10 Brian Neal For #51; change verbose_name & verbose_name_plural so that the Haystack model search form has reasonable labels.