Ticket #996 (closed defect: fixed)

Opened 3 years ago

Last modified 4 months ago

Changes not ordered chronologically on admin page

Reported by: eblot Assigned to: k0s
Priority: normal Component: TicketDeletePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I just went on t.e.o. to delete a spam comment, and the selected comment appeared in second position, while previous comments (dated '04) appeared before and after the selected comment.

Attachments

Change History

(follow-up: ↓ 2 ) 07/14/09 02:43:09 changed by rjollos

  • summary changed from Invalid by-date ordering to Changes not ordered chronologically on admin page.

I'm seeing the same problem on the Delete Ticket Changes page with Trac 0.11.4. For a recent ticket, the changes are ordered as follows:

Change at Fri, 10 Jul 2009 23:25:13 by ryano
Change at Mon, 13 Jul 2009 22:30:10 by ryano
Change at Fri, 10 Jul 2009 23:26:19 by ryano
Change at Mon, 13 Jul 2009 07:20:37 by ryano
Change at Sat, 11 Jul 2009 01:33:34 by ryano

This does not agree with the ordering of the changes in the ticket, or any other sort of logical ordering.

(in reply to: ↑ 1 ) 10/29/09 18:50:58 changed by k0s

  • owner changed from coderanger to k0s.
  • status changed from new to assigned.

Replying to rjollos:

I'm seeing the same problem on the Delete Ticket Changes page with Trac 0.11.4. For a recent ticket, the changes are ordered as follows: {{{ Change at Fri, 10 Jul 2009 23:25:13 by ryano Change at Mon, 13 Jul 2009 22:30:10 by ryano Change at Fri, 10 Jul 2009 23:26:19 by ryano Change at Mon, 13 Jul 2009 07:20:37 by ryano Change at Sat, 11 Jul 2009 01:33:34 by ryano }}} This does not agree with the ordering of the changes in the ticket, or any other sort of logical ordering.

They are in python dictionary key order, for the record

10/29/09 18:51:46 changed by k0s

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6924]) sort by datestamp; fixes #996


Add/Change #996 (Changes not ordered chronologically on admin page)




Change Properties
Action