log gpp/forums/urls.py @ 181:500e5875a306

age author description
Sun, 28 Mar 2010 01:07:47 +0000 Brian Neal Implementing #61: adding a forum topic subscription feature.
Sun, 28 Feb 2010 22:20:15 +0000 Brian Neal Implementing #55 - Add function to view a users posts from their profile.
Sun, 31 Jan 2010 04:52:08 +0000 Brian Neal Implement #54; add a forum query to display a user's posts.
Tue, 26 Jan 2010 04:10:11 +0000 Brian Neal Implemented a view to display topics with unanswered posts. This is for ticket #54.
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.
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.
Mon, 28 Sep 2009 03:57:09 +0000 Brian Neal Forums: implemented the bulk moderator functions that operate on a forum: bulk sticky, lock, delete, and move. These haven't been tested that well yet.
Sat, 26 Sep 2009 20:19:45 +0000 Brian Neal Forums: implemented the move topic feature.
Sat, 26 Sep 2009 18:03:57 +0000 Brian Neal Forums: implemented topic level moderator controls.
Sat, 26 Sep 2009 03:55:50 +0000 Brian Neal Forums: quoting existing posts.
Tue, 22 Sep 2009 03:36:39 +0000 Brian Neal Forums: implemented post delete feature.
Sat, 19 Sep 2009 21:49:56 +0000 Brian Neal Forums: implemented the edit post function.
Sun, 13 Sep 2009 21:45:35 +0000 Brian Neal Forums: flag posts.
Sun, 13 Sep 2009 04:05:37 +0000 Brian Neal Forums: added support for Post get_absolute_url()
Sat, 12 Sep 2009 21:29:31 +0000 Brian Neal Forums: Got the reply function working.
Sun, 30 Aug 2009 19:58:42 +0000 Brian Neal Forums: put the forum indices under the url forums/forum to avoid clashing with other functions. Modified the forum index template to have a link to the topic creator's profile.
Sat, 29 Aug 2009 20:54:16 +0000 Brian Neal Forums: Added the ability to add a new topic. This is very much a work in progress.
Sun, 23 Aug 2009 04:04:29 +0000 Brian Neal Forums: started the ability to display topics inside a forum.
Sun, 23 Aug 2009 00:14:52 +0000 Brian Neal More work on forums. Committing what we got so far.