log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
public
>
sg101
log gpp/templates/forums/topic.html @ 415:
d4d167876c25
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
2011-03-24
Brian Neal
Fixing #186; after upgrading to Django 1.3, can remove the kludge on the cycle tag in the forums topic.html template.
2011-03-08
Brian Neal
Trying a tweak to put background colors on posts in topics.
2011-03-04
Brian Neal
Fixing #172; add a forums jump box.
2011-02-27
Brian Neal
Fixing #157; added goto the top of page intra-page links on forums and yahoo group templates.
2011-01-27
Brian Neal
Fixing #142; cut over to the django.contrib.staticfiles app.
2011-01-20
Brian Neal
Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
2010-10-14
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.
2010-10-04
Brian Neal
Fixing #125. Developed a forums navigation template tag to consistently display forum navigation.
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.
less
more
|
(0)
tip