Issue:Modifiedby can return crap result

From FollowTheScore
Revision as of 20:07, 22 July 2009 by Subfader (talk | contribs)
Jump to: navigation, search
Description:
Extension / Version: DPL   /   1.8.6
Type / Status: Bug   /   open

Problem

A query for edited pages by a user can return pages the user actually didn't edit. In the example below you can the FAQ. If you check the history you'll see that Subfader didn't edit the page on 07-22 but Gero did. I have the same problem on my own wiki where I am the one with the most edits on the wiki. Could explain it. --Subfader 18:06, 22 July 2009 (UTC)

2017-07-02 · Main Page
2015-02-11 · DPL:Manual - DPL parameters: Criteria for page selection
2014-11-16 · User:Subfader/ignorecase titlematch
2014-10-30 · DPL talk:Manual - DPL parameters: Criteria for page selection
2013-05-01 · DPL:Manual - DPL parameters: Controlling output order

{{#dpl:
|modifiedby=Subfader
|ordermethod=lastedit
|order=descending
|addeditdate=true
|userdateformat=Y-m-d
|count=5
|format=,\n<span style="color:#828282; font-size:88%;">%DATE% · </span>[[%PAGE%]]<br>,,
}}

Reply