Asher has submitted this change and it was merged. Change subject: Added sites functionality, a much more generic and flexible version of the existing interwiki code ......................................................................
Added sites functionality, a much more generic and flexible version of the existing interwiki code This code is meant to replace the current interwiki code, but does not do so just yet. It is however used by the Wikibase extension. This allows us to try out some more things and have the code stabilize more before we migrate over existing interwiki functionality. Change-Id: I23c47c2c3909a1500350fb560a5f2ec654e2c37e --- M includes/AutoLoader.php M includes/DefaultSettings.php M includes/installer/MysqlUpdater.php M includes/installer/SqliteUpdater.php A includes/site/MediaWikiSite.php A includes/site/Site.php A includes/site/SiteArray.php A includes/site/SiteList.php A includes/site/SiteObject.php A includes/site/Sites.php A includes/site/SitesTable.php A maintenance/archives/patch-sites.sql A maintenance/sqlite/archives/patch-sites.sql M maintenance/tables.sql M tests/phpunit/includes/libs/GenericArrayObjectTest.php A tests/phpunit/includes/site/MediaWikiSiteTest.php A tests/phpunit/includes/site/SiteArrayTest.php A tests/phpunit/includes/site/SiteListTest.php A tests/phpunit/includes/site/SiteObjectTest.php A tests/phpunit/includes/site/SitesTest.php A tests/phpunit/includes/site/TestSites.php 21 files changed, 2,887 insertions(+), 1 deletion(-) Approvals: Asher: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/23528 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I23c47c2c3909a1500350fb560a5f2ec654e2c37e Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Asher <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Daniel Friesen <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Daniel Werner <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: Denny Vrandecic <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: RobLa <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
