Daniel Kinzler has uploaded a new change for review. 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/ORMTable.php 1 file changed, 113 insertions(+), 10 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/64/25264/1 -- To view, visit https://gerrit.wikimedia.org/r/25264 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I261a2a31e7188f6793b8a110ab764be5ecd09920 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
