log gpp/templates/forums/topic.html @ 556:70722b7d10af

age author description
Sun, 29 Jan 2012 14:42:42 -0600 Brian Neal For bitbucket issue #1, add open graph meta tags to forum topics.
Thu, 24 Mar 2011 00:49:21 +0000 Brian Neal Fixing #186; after upgrading to Django 1.3, can remove the kludge on the cycle tag in the forums topic.html template.
Tue, 08 Mar 2011 03:30:50 +0000 Brian Neal Trying a tweak to put background colors on posts in topics.
Fri, 04 Mar 2011 03:50:07 +0000 Brian Neal Fixing #172; add a forums jump box.
Sun, 27 Feb 2011 22:12:18 +0000 Brian Neal Fixing #157; added goto the top of page intra-page links on forums and yahoo group templates.
Thu, 27 Jan 2011 02:56:10 +0000 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
Thu, 20 Jan 2011 04:03:48 +0000 Brian Neal Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
Thu, 14 Oct 2010 02:39:35 +0000 Brian Neal This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
Mon, 04 Oct 2010 00:57:58 +0000 Brian Neal Fixing #125. Developed a forums navigation template tag to consistently display forum navigation.
Sun, 01 Aug 2010 21:30:22 +0000 Brian Neal Fix bug in r246.
Sun, 01 Aug 2010 21:26:12 +0000 Brian Neal Implement a forum favorites feature for #82
Sat, 03 Apr 2010 20:00:56 +0000 Brian Neal Implement #62, add support for CSRF protection.
Sun, 28 Mar 2010 01:07:47 +0000 Brian Neal Implementing #61: adding a forum topic subscription feature.
Mon, 16 Nov 2009 01:00:28 +0000 Brian Neal Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
Sun, 08 Nov 2009 21:15:31 +0000 Brian Neal Forums: added a jquery ui dialog of extra smileys.
Thu, 22 Oct 2009 02:57:18 +0000 Brian Neal Forums: split topic.
Sat, 26 Sep 2009 20:19:45 +0000 Brian Neal Forums: implemented the move topic feature.
Sat, 26 Sep 2009 18:03:57 +0000 Brian Neal Forums: implemented topic level moderator controls.
Tue, 22 Sep 2009 03:36:39 +0000 Brian Neal Forums: implemented post delete feature.
Thu, 17 Sep 2009 01:44:51 +0000 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.
Wed, 16 Sep 2009 02:01:57 +0000 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).
Sun, 13 Sep 2009 19:58:31 +0000 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.
Sun, 13 Sep 2009 04:33:15 +0000 Brian Neal Forums: paginate the topic list inside a forum.
Sun, 13 Sep 2009 00:21:54 +0000 Brian Neal Forums: pagination for topics.
Sat, 12 Sep 2009 21:29:31 +0000 Brian Neal Forums: Got the reply function working.
Sat, 12 Sep 2009 18:45:35 +0000 Brian Neal Forums: added intra-page links for posts. Added last_page variable for topic. Conditionally display reply form using last_page.
Sat, 05 Sep 2009 20:47:08 +0000 Brian Neal Forums: Some display work for the posts within a topic. Sketched out a post reply form.