X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=e954517888c5b75b53ec3553ab4124efe43b37a4;hb=f2e0516934c489bd6883b7602d57accf959018e0;hp=4ed17074d4aeb72ebb57d717c363d466314559e3;hpb=17df3da8209f60a7e5c82dd6504c5f9d564089a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4ed17074d4..e954517888 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -71,7 +71,7 @@ $wgConfigRegistry = [ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.32.0-alpha'; +$wgVersion = '1.33.0-alpha'; /** * Name of the site. It must be changed in LocalSettings.php @@ -2741,8 +2741,9 @@ $wgUseESI = false; /** * Send the Key HTTP header for better caching. - * See https://datatracker.ietf.org/doc/draft-fielding-http-key/ for details. + * See https://datatracker.ietf.org/doc/draft-ietf-httpbis-key/ for details. * @since 1.27 + * @deprecated in 1.32, the IETF spec expired without becoming a standard. */ $wgUseKeyHeader = false; @@ -3001,8 +3002,11 @@ $wgExtraLanguageNames = []; * @since 1.29 */ $wgExtraLanguageCodes = [ + // Language codes of macro languages, which get mapped to the main language 'bh' => 'bho', // Bihari language family 'no' => 'nb', // Norwegian language family + + // Language variants which get mapped to the main language 'simple' => 'en', // Simple English ]; @@ -9000,15 +9004,6 @@ $wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_ */ $wgActorTableSchemaMigrationStage = SCHEMA_COMPAT_OLD; -/** - * Temporary option to disable the date picker from the Expiry Widget. - * - * @since 1.32 - * @deprecated 1.32 - * @var bool - */ -$wgExpiryWidgetNoDatePicker = false; - /** * change_tag table schema migration stage. *