Opened 16 years ago

Closed 16 years ago

#8917 closed (fixed)

Comments should be reverse ordered by submit_date and submit_date should be in admin list_display

Reported by: Wilson Miner Owned by: nobody
Component: contrib.comments Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Comments are currently ordered by submit_date (showing the earliest comments first) where they should be reverse ordered by submit_date (showing most recent comments first).

The submit_date field should also be visible in the admin list_display to indicate the ordering and to allow it to be reversed easily.

Attachments (2)

comments-ordering.diff (1.3 KB ) - added by Wilson Miner 16 years ago.
Patch to reverse ordering of comments and add submit_date to admin list_display
8917.diff (758 bytes ) - added by arien 16 years ago.
Reverse ordering of comments in the admin and add submit_date to admin list_display.

Download all attachments as: .zip

Change History (7)

by Wilson Miner, 16 years ago

Attachment: comments-ordering.diff added

Patch to reverse ordering of comments and add submit_date to admin list_display

comment:1 by Wilson Miner, 16 years ago

Actually, that patch has undesired effects, since changing ordering affects how comments are displayed outside the admin.

comment:2 by anonymous, 16 years ago

Patch needs improvement: set

by arien, 16 years ago

Attachment: 8917.diff added

Reverse ordering of comments in the admin and add submit_date to admin list_display.

comment:3 by arien, 16 years ago

Patch needs improvement: unset

comment:4 by Thejaswi Puthraya, 16 years ago

Triage Stage: UnreviewedAccepted

comment:5 by Wilson Miner, 16 years ago

Resolution: fixed
Status: newclosed

This was fixed in r9038.

Note: See TracTickets for help on using tickets.
Back to Top