log gpp/forums/urls.py @ 574:ddd69a8e07c7

age author description
Thu, 03 May 2012 20:45:16 -0500 Brian Neal For Django 1.4, use django.conf.urls instead of django.conf.urls.defaults.
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 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, 09 Mar 2011 02:39:24 +0000 Brian Neal Fixing #185; add a global forums catchup button.
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.
Thu, 23 Dec 2010 23:36:53 +0000 Brian Neal Fix regexes for usernames in various urls.py files to match valid Django usernames
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.
Sun, 01 Aug 2010 21:26:12 +0000 Brian Neal Implement a forum favorites feature for #82
Sun, 30 May 2010 20:51:41 +0000 Brian Neal Implement #85 - display who has posted from a post's IP address.
Sat, 29 May 2010 04:51:28 +0000 Brian Neal Implement #84; additional checks on spammers; implement stranger status.
Sun, 09 May 2010 20:53:34 +0000 Brian Neal Fix #80: give moderators the ability to deactivate users for spam.
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.