log gpp/urls.py @ 552:9e42e6618168

age author description
2012-01-13 Brian Neal Initial version of the phantombrigade application.
2012-01-09 Brian Neal For #243, create a contests application.
2011-12-07 Brian Neal For #237, use Redis as the source of posts for the RSS feeds to hopefully eliminate some slow queries.
2011-08-17 Brian Neal Smarter search index updating for forums. This work is for #227.
2011-05-18 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.
2011-04-10 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.
2011-03-16 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.