(bug 29854) Store protocol-relative links twice in the externallinks table, one with...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Nov 2011 09:13:58 +0000 (09:13 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Nov 2011 09:13:58 +0000 (09:13 +0000)
commitd045b999ec4f83deb78831945eb1b7ea0ad01312
treeb9585f06ea3f8f7739425ce9216684f2c49b4121
parenteca300daffdf8d4be8c906bf41792d0d09af576f
(bug 29854) Store protocol-relative links twice in the externallinks table, one with http: in el_index and once with https: . Modified patch by Brad Jorsch
includes/AutoLoader.php
includes/GlobalFunctions.php
includes/LinksUpdate.php
includes/api/ApiQueryExternalLinks.php
includes/installer/DatabaseUpdater.php
maintenance/fixExtLinksProtocolRelative.php [new file with mode: 0644]
tests/phpunit/includes/GlobalFunctions/GlobalTest.php