Closed Bug 563581 Opened 14 years ago Closed 14 years ago

[k] Posts list view for discussion forums

Categories

(support.mozilla.org :: Forum, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jsocol, Assigned: jsocol)

References

()

Details

This is when you're looking at the posts in one thread. Equivalent to [1]. The Django view is forums.views.posts.

I don't see any need for large UI changes at this point. I think we can simplify the underlying HTML and the CSS on top of it, but everything else seems fine. Except the editor, of course, which we'll probably want to centralize and need to replace with the new shiny version.

This will need to be paginated. 20 posts per page seems pretty standard. Fortunately you can just pass the QuerySet directly into paginate().

[1] http://support.mozilla.com/en-US/forum/3/664553?
Assignee: nobody → james
Looks largely good. Some notes left on there.
http://github.com/jsocol/kitsune/commit/73d5851ae

Additional tweaks. Will squash after r?
http://github.com/jsocol/kitsune/commit/ab63ff4
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Verified post view and 20 posts per page
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.