Modify

Opened 17 years ago

Closed 14 years ago

#996 closed defect (fixed)

Changes not ordered chronologically on admin page

Reported by: Emmanuel Blot Owned by: Jeff Hammel
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 (0)

Change History (3)

comment:1 Changed 15 years ago by Ryan J Ollos

Summary: Invalid by-date orderingChanges 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.

comment:2 in reply to:  1 Changed 14 years ago by Jeff Hammel

Owner: changed from Noah Kantrowitz to Jeff Hammel
Status: newassigned

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

comment:3 Changed 14 years ago by Jeff Hammel

Resolution: fixed
Status: assignedclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jeff Hammel.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.