Allow storage of blobs to ES on foreign wikis, by calling ExternalStore::storeToForei...
authorAndrew Garrett <werdna@users.mediawiki.org>
Thu, 26 Mar 2009 13:28:22 +0000 (13:28 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Thu, 26 Mar 2009 13:28:22 +0000 (13:28 +0000)
commit76635cbaf012d028c6f3f78fe2de8bfa5f2276ff
tree5fc9cbadacb2e5a393ffac3e7cee7dd836d90e25
parent3d33524baab49d56128b6c7a694037e0eeac30fc
Allow storage of blobs to ES on foreign wikis, by calling ExternalStore::storeToForeignDefault, related changes including adding an associative array parameter to the ExternalStore constructor. Currently this parameter is just used to specify on which wiki the external store is wanted, but could be expanded in future.
includes/ExternalStore.php
includes/ExternalStoreDB.php