log gpp/templates/search/search.html @ 415:d4d167876c25

age author description
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-04-09 Brian Neal Fixing #204; added the ability to search on forum topics.
2011-02-20 Brian Neal Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2010-10-03 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.
2010-10-02 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
2010-09-30 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.
2010-06-06 Brian Neal For #51; add forums to Haystack search.
2010-06-06 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.
2010-06-05 Brian Neal Initial commit of Haystack search integration. See #51.