Page MenuHomePhabricator

redirects do not work for wiki pages used as tour content
Closed, ResolvedPublic

Description

If a tour step uses "onShow: gt.getPageAsDescription", and the target page is moved and redirected to a new title, the guider will show the redirect link instead of the actual parsed content of the redirect target.

This makes it particularly inconvenient to refactor and maintain on-wiki tours.

gt.getPageAsDescription should handle redirects the way typical transcluded wiki content does, by serving up the content of the redirect target instead of the redirect itself.


Version: unspecified
Severity: minor

Details

Reference
bz64138

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:19 AM
bzimport set Reference to bz64138.

Change 129098 had a related patch set uploaded by Mattflaschen:
Have getPageAsDescription follow redirects

https://gerrit.wikimedia.org/r/129098

Change 129098 merged by Phuedx:
Have getPageAsDescription follow redirects

https://gerrit.wikimedia.org/r/129098