Difference between revisions of "Issue:Order by title does not properly sort in descending"

From FollowTheScore
Jump to: navigation, search
(Initial report of apparent bug.)
 
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
  |Type        = Bug
 
  |Type        = Bug
 
  |Extension  = DPL
 
  |Extension  = DPL
  |Version    = 0.9.1
+
  |Version    = 1.6.4
 
  |Description = Editing Order by title does not properly sort in descending
 
  |Description = Editing Order by title does not properly sort in descending
  |Status      = open
+
  |Status      = closed
 
}}
 
}}
  
Line 28: Line 28:
  
 
   ...but this seems like it should be unnecessary.
 
   ...but this seems like it should be unnecessary.
 +
 +
== Reply ==
 +
Use debug=3 to check the SQL statement which is generated by DPL. If you feel it is wrong leave an example here in this wiki. Then I'll have a look.
 +
[[User:Gero|Gero]] 21:03, 16 January 2008 (CET)
  
 
== Reply ==
 
== Reply ==

Latest revision as of 06:56, 12 April 2013

Description: Editing Order by title does not properly sort in descending
Extension / Version: DPL   /   1.6.4
Type / Status: Bug   /   closed

Problem

The order=descending parameter just seems ignored. My example is the following:

  namespace=Logs
  count=7
  resultsheader=Logs from last week
  order=descending
  ordermethod=title
  shownamespace=false
 ...I get the list ordered ascending. Interestingly, if I add:
  addlasteditor=true
 ...then it seems to sort properly. This seems like a bug to me.
 I can resolve by adding the above and then forcing the format like so:
 format   = ,\n* %TITLE%,,
 ...but this seems like it should be unnecessary.

Reply

Use debug=3 to check the SQL statement which is generated by DPL. If you feel it is wrong leave an example here in this wiki. Then I'll have a look. Gero 21:03, 16 January 2008 (CET)

Reply