log gpp/templates/forums/topic.html @ 265:1ba2c6bf6eb7

age author description
2010-08-01 Brian Neal Fix bug in r246.
2010-08-01 Brian Neal Implement a forum favorites feature for #82
2010-04-03 Brian Neal Implement #62, add support for CSRF protection.
2010-03-28 Brian Neal Implementing #61: adding a forum topic subscription feature.
2009-11-16 Brian Neal Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
2009-11-08 Brian Neal Forums: added a jquery ui dialog of extra smileys.
2009-10-22 Brian Neal Forums: split topic.
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.