Don't include images/categories when behind a local interwiki prefix
authorThis, that and the other <at.light@live.com.au>
Fri, 1 Aug 2014 08:17:49 +0000 (18:17 +1000)
committerThis, that and the other <at.light@live.com.au>
Fri, 1 Aug 2014 08:20:51 +0000 (18:20 +1000)
commit9883b2471c3ea57f43d9fa8efd200098e6a85ea1
tree38d2572192b1648d7a5ec984fdc4554d980f4b7c
parentcafcb6b2258a10746409135037baa9ac4ab6089e
Don't include images/categories when behind a local interwiki prefix

This solution is somewhat imperfect, as the logic being added here to
MediaWikiTitleCodec really belongs in the parser. However, given the
current state of this code, this is the cleanest possible solution at
the moment.

Modified the existing release note for this.

Bug: 68802
Change-Id: I38309186bdcad23f49e23beb26daaf3ef5bceea1
RELEASE-NOTES-1.24
includes/Title.php
includes/parser/Parser.php
includes/title/MediaWikiTitleCodec.php