D3r1ck01 has uploaded a new change for review. https://gerrit.wikimedia.org/r/279599
Change subject: Renaming CachingSqlStore to LocalMirrorStore ...................................................................... Renaming CachingSqlStore to LocalMirrorStore Renaming CachingSqlStore to LocalMirrorStore since its a store based on a local mirror of entity data and doesn't implement caching. Bug: T47567 Change-Id: I9a78afacaccae5423bb71b55797981f552a5b479 --- M docs/options.wiki 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/99/279599/1 diff --git a/docs/options.wiki b/docs/options.wiki index add51b8..db84f77 100644 --- a/docs/options.wiki +++ b/docs/options.wiki @@ -99,6 +99,6 @@ ;injectRecentChanges: whether changes on the repository should be injected into this wiki's recent changes table, so they show up on watchlists, etc. Requires the <code>dispatchChanges.php</code> script to run, and this wiki to be listed in the <code>localClientDatabases</code> setting on the repository. ;showExternalRecentChanges: whether changes on the repository should be displayed on Special:RecentChanges, Special:Watchlist, etc on the client wiki. In contrast to <code>injectRecentChanges</code>, this setting just removes the changes from the user interface. The default is <code>false</code>. This is intended to temporarily prevent external changes from showing in order to find or fix some issue on a live site. :;<code>'DirectSqlStore'</code>: Access the repo's database directly to fetch entity data etc. -:;<code>'CachingSqlStore'</code>: No direct access to the repo's database. Use cache information received from change notifications. '''Warning:''' dies is currently dysfunctional. -:;<code>null</code>: Automatic, use <code>'DirectSqlStore'</code> if <code>repoDatabase</code> is set, <code>'CachingSqlStore'</code> if not. +:;<code>'LocalMirrorStore'</code>: No direct access to the repo's database. Use cache information received from change notifications. '''Warning:''' dies is currently dysfunctional. +:;<code>null</code>: Automatic, use <code>'DirectSqlStore'</code> if <code>repoDatabase</code> is set, <code>'LocalMirrorStore'</code> if not. : '''Caveat:''' should always be <code>null</code> at the moment, because some code relies on the <code>repoDatabase</code> setting to determine whether the local cache tables should be used. -- To view, visit https://gerrit.wikimedia.org/r/279599 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9a78afacaccae5423bb71b55797981f552a5b479 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: D3r1ck01 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
