Wed, 08 Feb 2012 18:58:57 -0600 |
Brian Neal |
For bitbucket issue #3, ensure that changes to Profile, Post & Topic models
|
Thu, 22 Dec 2011 02:10:27 +0000 |
Brian Neal |
For #241, add a URL to view the last post in a forum topic.
|
Sun, 18 Dec 2011 23:46:52 +0000 |
Brian Neal |
Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis.
|
Wed, 17 Aug 2011 01:02:08 +0000 |
Brian Neal |
Smarter search index updating for forums. This work is for #227.
|
Sun, 03 Jul 2011 19:35:09 +0000 |
Brian Neal |
Fixing #221. Found some additional cases where the forum moderator check was failing. Replaced this code with calls to the new permissions module.
|
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.
|
Mon, 13 Jun 2011 02:19:13 +0000 |
Brian Neal |
For #218, put back the logic that updates the topic last visit after you make a post.
|
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.
|
Sat, 16 Apr 2011 19:30:29 +0000 |
Brian Neal |
Tweak quoting for Markdown. Fixing #209.
|
Sat, 02 Apr 2011 00:47:05 +0000 |
Brian Neal |
Fixing #177; added a view to display the last x active topics (where x is between 10 and 50). Added a link to the view on the forum query drop down.
|
Wed, 16 Mar 2011 01:49:10 +0000 |
Brian Neal |
Fixing #188; improve number of SQL queries for mark all forums read and add the button on the view topics with unread posts view.
|
Wed, 09 Mar 2011 02:39:24 +0000 |
Brian Neal |
Fixing #185; add a global forums catchup button.
|
Tue, 08 Mar 2011 01:16:56 +0000 |
Brian Neal |
Fixing #156; improve upon the work done in r397. Use the forum last visit record if there is no topic last visit record.
|
Mon, 07 Mar 2011 01:22:49 +0000 |
Brian Neal |
Fixing #156. Making it possible to goto the first unread post in a thread. Made the 'New' icon a link; when displayed on a topic, takes you to the first unread post.
|
Wed, 02 Mar 2011 02:34:57 +0000 |
Brian Neal |
Fix #171; forums weren't assigning badge ownership correctly when pre-fetching data.
|