ApiPageSet: Follow RedirectSpecialArticle redirects
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 6 Mar 2017 19:46:58 +0000 (14:46 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 8 Mar 2017 21:54:01 +0000 (16:54 -0500)
commit2338fe08c1928b9eaf0b4210bb3aee9cc2b7e4cf
tree7c27316095c27889139b59f99bfb9ecd1767fdd4
parent28348d6cf0c6e0482e94bb924c12926b390bd0e7
ApiPageSet: Follow RedirectSpecialArticle redirects

For example Special:MyPage, Special:MyTalk, and Special:MyLanguage.

Don't follow other redirect special pages like Special:MyContributions,
though, because the following only really makes sense when the redirect
is to an article.

Bug: T145541
Change-Id: I8c8065552ed128017887e48285e359def8bd3cd3
includes/api/ApiPageSet.php
tests/phpunit/includes/api/ApiPageSetTest.php