Aaron Schulz has submitted this change and it was merged. Change subject: Allow ORMTable to access a foreign wiki. ......................................................................
Allow ORMTable to access a foreign wiki. wfGetDB() allows us to connect to another wiki's database using LoadBalancer's openForeignConnection method. This change adds an option to ORMTable that allows it to use this facility, so it can be used to access tables on other wikis. Change-Id: I261a2a31e7188f6793b8a110ab764be5ecd09920 --- M includes/db/IORMTable.php M includes/db/ORMTable.php 2 files changed, 181 insertions(+), 10 deletions(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/25264 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I261a2a31e7188f6793b8a110ab764be5ecd09920 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
