Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/229681
Change subject: Update options doc after removal of "internalEntitySerializerClass" ...................................................................... Update options doc after removal of "internalEntitySerializerClass" Change-Id: Ie593b2d162873b82072db06978b347eb4b0c1c7c --- M docs/options.wiki 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/81/229681/1 diff --git a/docs/options.wiki b/docs/options.wiki index 715f27a..91722fe 100644 --- a/docs/options.wiki +++ b/docs/options.wiki @@ -57,8 +57,7 @@ :;length: the maximum length of the string, in characters. :Default: <code>array( 'length' => 250 )</code> ;useRedirectTargetColumn: Whether to use the epp_redirect_target column in the wb_entity_per_page table for detecting redirects. True per default, can be set to false in an environment where the necessary database update can't be deployed right away. To set up the table manually, run repo/sql/AddEppRedirectTarget.sql to create it, then use repo/maintenance/rebuildEntityPerPage.php to rebuild the table if neccessary. -;internalEntitySerializerClass: The class name of a serializer that is to be used when serializing entities for storage. Defaults to null, causing the default entity serializer from the SerializerFactory to be used. Should be set to Wikibase\Repo\Serializers\LegacyInternalEntitySerializer for compatibility with client wikis that run older code. -;transformLegacyFormatOnExport: Whether entity revisions stored in a legacy format should be converted on the fly while exporting. Enabled per default, if internalEntitySerializerClass is not set, and disable by default if internalEntitySerializerClass is set. Must be disabled if internalEntitySerializerClass is set to the legacy serializer. +;transformLegacyFormatOnExport: Whether entity revisions stored in a legacy format should be converted on the fly while exporting. Enabled per default. ;subscriptionLookupMode: how the repo determines which clients need to be notified about changes to which entity (see also the useLegacyChangesSubscription setting in the client). Possible values: :;<code>'sitelinks'</code>: Use only sitelinks from the wb_items_per_site table to track subscriptions (legacy mode). :;<code>'subscriptions'</code>: Use explicit subscription tracking via the wb_changes_subscription table. -- To view, visit https://gerrit.wikimedia.org/r/229681 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie593b2d162873b82072db06978b347eb4b0c1c7c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
