log

age author description
2011-08-17 Brian Neal Smarter search index updating for forums. This work is for #227.
2011-08-07 Brian Neal Adding a basic forums test that exercises adding a new topic, post, and editing a post.
2011-07-24 Brian Neal Add the ability to conditionally add model instances to the search index on update. This is not perfect, as some instances should be deleted from the index if they are updated such that they should not be in the index anymore. Will think about and address that later.
2011-07-24 Brian Neal Upgrading to markitup version 1.1.11. This fixes #226.
2011-07-09 Brian Neal Add raw_id_fields to the FlaggedPostAdmin.
2011-07-09 Brian Neal Fix links to events on the google sync page in GCalendar admin.
2011-07-09 Brian Neal Fixing #225; for some reason MySQL finds the user 'John' when searching for 'John ' (note trailing space). This doesn't happen on SQLite. This causes a NoReverseMatch when searching for 'John ' in the member search. The solution is to call strip() on the form field contents in the clean_username() method of the search form.
2011-07-05 Brian Neal Adding a priority field to news stories for front page display purposes. This fixes #223.