Mercurial > public > sg101
graph
- Fix #89; avatar caching was broken.2010-08-01, by Brian Neal
- Fix bug in r246.2010-08-01, by Brian Neal
- Implement a forum favorites feature for #822010-08-01, by Brian Neal
- Guard against the request object not having a user attribute in my Who's online middleware. This can happen if a redirect is issued before the authentication middleware gets to run.2010-07-14, by Brian Neal
- Fix lack of trailing slash on the individual forum RSS feed links. For some reason this was causing a bizarre middleware error 'request object has not attribute session'.2010-07-13, by Brian Neal
- Who's online middleware wasn't returning a proper response in the is_ajax case.2010-07-13, by Brian Neal
- Implement #88; add option to create a new forum thread from a new calendar entry.2010-07-11, by Brian Neal
- Rework the who's online middleware and template tag for #87.2010-07-06, by Brian Neal
- For #51; change verbose_name & verbose_name_plural so that the Haystack model search form has reasonable labels.2010-06-10, by Brian Neal
- Tweaks to the podcast templates.2010-06-08, by Brian Neal
- For #51, adding podcasts to Haystack search.2010-06-08, by Brian Neal
- For #51; add user profiles to Haystack search.2010-06-07, by Brian Neal
- For #51; add forums to Haystack search.2010-06-06, by Brian Neal
- #51; add downloads to Haystack search.2010-06-06, by 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-06, by Brian Neal
- Initial commit of Haystack search integration. See #51.2010-06-05, by Brian Neal