Page MenuHomePhabricator

addeditdate / addpagetoucheddate wrong behavior on redirects
Closed, DeclinedPublic

Description

Author: ycombarnous

Description:
For pages that are redirects, the addeditdate and addpagetoucheddate parameters
should show the date of the end-page, not the page that is redirected.

Example:
page 1 belongs to category X
page 1 redirects to page 2

The following code will show the edit date of page 1. Logically, it should be
the edit date of page 2.
<DPL>
category=category X
redirects=include
addeditdate=true
ordermethod=lastedit
adduser=true
count=10
</DPL>


Version: unspecified
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz8501

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:33 PM
bzimport set Reference to bz8501.
bzimport added a subscriber: Unknown Object (MLST).

http://www.mediawiki.org/wiki/Extension:DynamicPageList2 says

"This extension has been archived."

Assuming WONTFIX, since there is no simple way to know whether this problem was fixed since 2007.

This might refer to http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28third-party%29 which would be valid.

Barns, could you please clarify if this is still an issue?