log gpp/templates/forums/topic.html @ 114:535d02d1c017

age author description
2009-09-26 Brian Neal Forums: implemented the move topic feature.
2009-09-26 Brian Neal Forums: implemented topic level moderator controls.
2009-09-22 Brian Neal Forums: implemented post delete feature.
2009-09-17 Brian Neal Forums: display of sticky status. Moderators/superusers see IP address of post. Added a can_reply flag to the template and have view compute it.
2009-09-16 Brian Neal Forums: new topic form sprouts boolean fields for sticky and locking if the user has rights. Implemented the locked logic. Fixed a bug where topics where getting out of order (the view_count was bumping the update_date because of auto_now).
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: 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.