log gpp/urls.py @ 580:c525f3e0b5d0

age author description
Sat, 05 May 2012 15:08:07 -0500 Brian Neal Use the static() function to serve MEDIA files in development.
Sat, 05 May 2012 14:59:20 -0500 Brian Neal For Django 1.4, added the admin password reset feature.
Thu, 03 May 2012 20:45:16 -0500 Brian Neal For Django 1.4, use django.conf.urls instead of django.conf.urls.defaults.
Wed, 02 May 2012 21:00:12 -0500 Brian Neal For Django 1.4, update to newer versions of cache_page usage.
Thu, 12 Jan 2012 21:42:01 -0600 Brian Neal Initial version of the phantombrigade application.
Mon, 09 Jan 2012 01:13:08 +0000 Brian Neal For #243, create a contests application.
Wed, 07 Dec 2011 01:08:54 +0000 Brian Neal For #237, use Redis as the source of posts for the RSS feeds to hopefully eliminate some slow queries.
Wed, 17 Aug 2011 01:02:08 +0000 Brian Neal Smarter search index updating for forums. This work is for #227.
Wed, 18 May 2011 03:04:25 +0000 Brian Neal Fixing #214; don't need a custom model search view. All the info is in the template. Wrote a template tag to extract the info from the request context and urlencode them.
Sun, 10 Apr 2011 00:32:14 +0000 Brian Neal Fixing #205; search result pagination wasn't including models. Created a custom model search form so that the query term and model selections would persist across pages.
Wed, 16 Mar 2011 02:13:38 +0000 Brian Neal For #187; tune forums RSS settings. Set TTL to 1 hour; return 30 forum posts instead of 10; cache feed for 15 minutes instead of an hour.
Sun, 20 Feb 2011 22:09:56 +0000 Brian Neal New scheme for serving media files in debug mode after updating django trunk.
Sun, 20 Feb 2011 00:31:54 +0000 Brian Neal Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
Thu, 27 Jan 2011 02:56:10 +0000 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
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.