X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=343e80d6f5249fb282971dce029ff40c32b3e790;hp=928d87542353f8b6b5d467b377bda603b7acfa7d;hb=01cdb1762c7207bd261ad03726a88cb9afc97bfb;hpb=b9fd6b1327ad50ce085cf8b0b874d397d7b7082a diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 928d875423..343e80d6f5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7359,7 +7359,7 @@ $wgExtensionMessagesFiles = []; * @code * $wgMessagesDirs['Example'] = [ * __DIR__ . '/lib/ve/i18n', - * __DIR__ . '/lib/oojs-ui/i18n', + * __DIR__ . '/lib/ooui/i18n', * __DIR__ . '/i18n', * ] * @endcode @@ -8998,7 +8998,7 @@ $wgCommentTableSchemaMigrationStage = MIGRATION_OLD; * @since 1.32 * @var int An appropriate combination of SCHEMA_COMPAT_XXX flags. */ -$wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD; +$wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_NEW; /** * Actor table schema migration stage. @@ -9028,7 +9028,7 @@ $wgExpiryWidgetNoDatePicker = false; * @since 1.32 * @var int One of the MIGRATION_* constants */ -$wgChangeTagsSchemaMigrationStage = MIGRATION_OLD; +$wgChangeTagsSchemaMigrationStage = MIGRATION_WRITE_BOTH; /** * Temporarily flag to use change_tag_def table as backend of change tag statistics.