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.