log gpp/urls.py @ 469:3b30286adba5

age author description
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.
Tue, 21 Sep 2010 00:52:55 +0000 Brian Neal Close #104; downloads javascript has incorrect hard-coded path to star graphics. Also correct count fields in downloads category fixture.
Sun, 06 Jun 2010 20:06:15 +0000 Brian Neal For #51, added weblinks to search. Decided against using the search index to store prerendered results. My fear is this could get too unweildy once we add forums.
Sat, 05 Jun 2010 20:46:52 +0000 Brian Neal Initial commit of Haystack search integration. See #51.
Sat, 29 May 2010 04:51:28 +0000 Brian Neal Implement #84; additional checks on spammers; implement stranger status.