log gpp/urls.py @ 577:4fb264b671d5

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.
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.