Issue:Ordermethod=lastedit / addeditdate=false - broken in 1.7.9 - 1.8.1

From FollowTheScore
Revision as of 14:05, 10 June 2009 by Gvk328 (talk | contribs) (New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.8.1 (and 1.7.9) |Description = Ordermethod=lastedit / addeditdate=false - broken in 1.7.9 and 1.8.01 |Status = open...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: Ordermethod=lastedit / addeditdate=false - broken in 1.7.9 and 1.8.01
Extension / Version: DPL   /   1.8.1 (and 1.7.9)
Type / Status: Bug   /   open

Problem

The following DPL code don't work well - table's row NO sorted by lastedit (? may be by pagetouched):

<DPL>
category=ProductInfo
namespace={{NAMESPACE}}
include={VersionInfo}:version:release_date:known_bugs
table= class=simple,style="font-weight:normal"| module, style="font-weight:normal"|vers,style="font-weight:normal"|date,style="font-weight:normal"|bugs
tablerow    = align=left|%%,style="font-size:85%"| ''%%'' ,align=center|%%
mode=ordered
ordermethod=lastedit
order=descending
count =20
</DPL>
  • On 1.7.8, this code worked fine.
  • On 1.7.9 - wrong sorting

Thanks very much.