Bug #1027

[PATCH] Articles appear out of date order in admin interface

Added by Redmine Admin 1230 days ago. Updated 790 days ago.

Status :Closed Start :
Priority :Urgent Due date :
Assigned to :tobi - % Done :

0%

Category :textfilters
Target version :release2
Resolution :

fixed


Description

After an import from WordPress article ids may not be in chronological order. In fact due to the vagaries of autoincrementing and serial fields this is not something that should necessarily always be trusted to be the case anyway.

The following patch has the content controller for admin article list order by created_at instead of id guaranteeing chronological order to the articles.

History

07/23/2005 09:41 AM - scoop -

  • Status changed from New to Closed
  • Resolution set to fixed

(In r359) ContentController should sort articles in reverse chronological order instead of reverse by ID which tends to misbehave for imported/migrated blogs (fixes #174) []

Also available in: Atom PDF