log gpp/forums/views.py @ 100:eb9f99382476

age author description
2009-09-15 Brian Neal Forums: groups support. Some experimentation with select_related() to reduce queries. There are more opportunities for this, see the TODO comments in views.py.
2009-09-14 Brian Neal Forums: added error handling to the flagging of posts. Did the same with the comments function too.
2009-09-13 Brian Neal Forums: flag posts.
2009-09-13 Brian Neal Render the forum page navigation in the view with render_to_string() to avoid doing it twice in the template code. Also undo a mistake in the last commit. Need 2 different orderings for Post objects: by creation date in normal views, and by reverse creation date in the admin.
2009-09-13 Brian Neal Forums: paginate the topic list inside a forum.
2009-09-13 Brian Neal Forums: added support for Post get_absolute_url()
2009-09-13 Brian Neal Forums: pagination for topics.
2009-09-12 Brian Neal Forums: Got the reply function working.
2009-09-12 Brian Neal Forums: added intra-page links for posts. Added last_page variable for topic. Conditionally display reply form using last_page.
2009-09-05 Brian Neal Forums: Some display work for the posts within a topic. Sketched out a post reply form.
2009-08-29 Brian Neal Forums: Added the ability to add a new topic. This is very much a work in progress.
2009-08-23 Brian Neal Forums: started the ability to display topics inside a forum.
2009-08-23 Brian Neal More work on forums. Committing what we got so far.
2009-07-05 Brian Neal First checkin of forums. Have noticed cascading delete behavior. Will try to prevent this next.