log gpp/templates/search/search.html @ 438:524fd1b3919a

age author description
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:49:23 +0000 Brian Neal As a follow up to r447, use jQuery to vertically align the model checkboxes.
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.
Sat, 09 Apr 2011 19:20:12 +0000 Brian Neal Fixing #204; added the ability to search on forum topics.
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.
Sun, 03 Oct 2010 00:28:23 +0000 Brian Neal Added the text class to the search input box to let blueprints css style it. Fixed invalid HTML problem with the forum last post info tag.
Sat, 02 Oct 2010 23:24:39 +0000 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
Thu, 30 Sep 2010 00:06:04 +0000 Brian Neal Fixing tickets #119 & #124. All search categories are checked on the search form by default now. Made cosmetic tweaks as suggested in #124.
Sun, 06 Jun 2010 21:05:48 +0000 Brian Neal For #51; add forums to Haystack search.
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.