Issue:Order by title does not properly sort in descending

From FollowTheScore
Revision as of 07:28, 16 January 2008 by Mercury83 (talk | contribs) (Initial report of apparent bug.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: Editing Order by title does not properly sort in descending
Extension / Version: DPL   /   0.9.1
Type / Status: Bug   /   open

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