Sun, 29 Jan 2012 14:42:42 -0600 |
Brian Neal |
For bitbucket issue #1, add open graph meta tags to forum topics.
|
Wed, 25 Jan 2012 20:07:03 -0600 |
Brian Neal |
For bitbucket issue #2, tweak the admin settings for the Post model to
|
Thu, 22 Dec 2011 02:10:27 +0000 |
Brian Neal |
For #241, add a URL to view the last post in a forum topic.
|
Sat, 02 Jul 2011 23:35:45 +0000 |
Brian Neal |
Fixing #221. Also combined all permissions checks into a new module, permissions.py. This allows us to cache user, category, and forum groups information since it rarely changes.
|
Wed, 08 Jun 2011 00:24:41 +0000 |
Brian Neal |
Attempting to fix #218; update the topic last visit time with 'now' when viewing the last page of a topic, otherwise use the creation time of the last post on the page.
|
Tue, 26 Apr 2011 01:04:38 +0000 |
Brian Neal |
Show number of posts in a topic when displaying forum topic search results. Fixing #212.
|
Sat, 09 Apr 2011 19:20:12 +0000 |
Brian Neal |
Fixing #204; added the ability to search on forum topics.
|
Fri, 01 Apr 2011 01:18:44 +0000 |
Brian Neal |
Trying to fix #200; found a bug in the get_forum_unread_status() function. Added some db indexes.
|
Thu, 24 Mar 2011 00:15:34 +0000 |
Brian Neal |
Another try at #191 after getting some good advice in a django-users thread.
|
Sat, 19 Mar 2011 01:52:41 +0000 |
Brian Neal |
Fixing #191; terrible performance on the combined forums RSS feed query. Use an .extra() clause to force the WHERE on a query to use the primary key.
|
Thu, 17 Mar 2011 01:20:23 +0000 |
Brian Neal |
Revert r323. Send out forum topic subscription emails as people post. Don't limit them.
|
Thu, 13 Jan 2011 03:27:42 +0000 |
Brian Neal |
Fixing #140; limit topic notification emails to at most 1 per day, or more if the user visits the topic.
|
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.
|
Thu, 11 Feb 2010 02:29:03 +0000 |
Brian Neal |
Implement #52 Forums RSS feeds.
|
Sun, 24 Jan 2010 22:33:11 +0000 |
Brian Neal |
Adding a query to the forums to get all the topics with unread posts. This is for ticket #54.
|
Mon, 28 Dec 2009 16:52:42 +0000 |
Brian Neal |
Implement #46, add a forums stat feature like phpBB.
|
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.
|
Sat, 14 Nov 2009 04:32:32 +0000 |
Brian Neal |
Refactored the markdown/smiley logic. Created classes for Markdown and Smilify. No longer call render_to_string() in models.py for various models.
|
Fri, 23 Oct 2009 03:08:40 +0000 |
Brian Neal |
Fix typo introduced in last commit.
|
Thu, 22 Oct 2009 02:57:18 +0000 |
Brian Neal |
Forums: split topic.
|
Sun, 11 Oct 2009 19:10:54 +0000 |
Brian Neal |
Forums: ForumLastVisit logic in place. Need to add code for topics and posts next.
|