X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=2d1681cc3ed912de5a397018c0077291bad65b5f;hb=93dfa11d80549b540e8a160c52542b26dc7f05dd;hp=15d262721466535ffa3fd422c503ae13fc601ab6;hpb=a8683aada771c07a7304ecd9fa3e874341376124;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 15d2627214..2d1681cc3e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1225,6 +1225,16 @@ $wgSVGMetadataCutoff = 262144; */ $wgAllowTitlesInSVG = false; +/** + * Whether thumbnails should be generated in target language (usually, same as + * page language), if available. + * Currently, applies only to SVG images that use the systemLanguage attribute + * to specify text language. + * + * @since 1.33 + */ +$wgMediaInTargetLanguage = false; + /** * The maximum number of pixels a source image can have if it is to be scaled * down by a scaler that requires the full source image to be decompressed @@ -1857,7 +1867,7 @@ $wgDBserver = 'localhost'; $wgDBport = 5432; /** - * Name of the database + * Name of the database; this should be alphanumeric and not contain spaces nor hyphens */ $wgDBname = 'my_wiki'; @@ -1924,7 +1934,7 @@ $wgSearchType = null; $wgSearchTypeAlternatives = null; /** - * Table name prefix + * Table name prefix; this should be alphanumeric and not contain spaces nor hyphens */ $wgDBprefix = ''; @@ -1942,7 +1952,7 @@ $wgDBTableOptions = 'ENGINE=InnoDB, DEFAULT CHARSET=binary'; $wgSQLMode = ''; /** - * Mediawiki schema + * Mediawiki schema; this should be alphanumeric and not contain spaces nor hyphens */ $wgDBmwschema = null; @@ -2154,7 +2164,15 @@ $wgDBOracleDRCP = false; /** * Other wikis on this site, can be administered from a single developer account. * - * Array numeric key => database name + * @var string[] List of wiki DB domain IDs; the format of each ID consist of 1-3 hyphen + * delimited alphanumeric components (each with no hyphens nor spaces) of any of the forms: + * - "--" + * - "-
" + * - "" + * If hyphens appear in any of the components, then the domain ID parsing may not work + * in all cases and site functionality might be affected. If the schema ($wgDBmwschema) + * is left to the default "mediawiki" for all wikis, then the schema should be omitted + * from these IDs. */ $wgLocalDatabases = []; @@ -2736,6 +2754,7 @@ $wgUseSquid = false; /** * If you run Squid3 with ESI support, enable this (default:false): + * @deprecated in 1.33. This was a now-defunct experimental feature. */ $wgUseESI = false; @@ -2849,6 +2868,7 @@ $wgSquidServersNoPurge = []; * reverse). * * @since 1.21 + * @deprecated since 1.33, will always be true in a future release. */ $wgSquidPurgeUseHostHeader = true; @@ -2896,11 +2916,6 @@ $wgSquidPurgeUseHostHeader = true; * @endcode * * @since 1.22 - * - * $wgHTCPRouting replaces $wgHTCPMulticastRouting that was introduced in 1.20. - * For back compatibility purposes, whenever its array is empty - * $wgHTCPMutlicastRouting will be used as a fallback if it not null. - * * @see $wgHTCPMulticastTTL */ $wgHTCPRouting = []; @@ -3002,8 +3017,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 ]; @@ -3022,6 +3040,8 @@ $wgDummyLanguageCodes = []; * * Note that pages with titles containing presentation forms will become * inaccessible, run maintenance/cleanupTitles.php to fix this. + * + * @deprecated since 1.33: in the future will always be true. */ $wgFixArabicUnicode = true; @@ -3033,6 +3053,8 @@ $wgFixArabicUnicode = true; * * If you enable this on an existing wiki, run maintenance/cleanupTitles.php to * fix any ZWJ sequences in existing page titles. + * + * @deprecated since 1.33: in the future will always be true. */ $wgFixMalayalamUnicode = true; @@ -4241,8 +4263,10 @@ $wgAllowExternalImagesFrom = ''; * * Set this to true to enable the on-wiki whitelist (MediaWiki:External image whitelist) * Or false to disable it + * + * @since 1.14 */ -$wgEnableImageWhitelist = true; +$wgEnableImageWhitelist = false; /** * A different approach to the above: simply allow the "" tag to be used. @@ -4567,10 +4591,6 @@ $wgAuthManagerConfig = null; */ $wgAuthManagerAutoConfig = [ 'preauth' => [ - MediaWiki\Auth\LegacyHookPreAuthenticationProvider::class => [ - 'class' => MediaWiki\Auth\LegacyHookPreAuthenticationProvider::class, - 'sort' => 0, - ], MediaWiki\Auth\ThrottlePreAuthenticationProvider::class => [ 'class' => MediaWiki\Auth\ThrottlePreAuthenticationProvider::class, 'sort' => 0, @@ -4887,7 +4907,6 @@ $wgDefaultUserOptions = [ 'rows' => 25, // @deprecated since 1.29 No longer used in core 'showhiddencats' => 0, 'shownumberswatching' => 1, - 'showtoolbar' => 1, 'skin' => false, 'stubthreshold' => 0, 'thumbsize' => 5, @@ -6171,7 +6190,6 @@ $wgTrxProfilerLimits = [ 'maxAffected' => 1000 ], 'POST-nonwrite' => [ - 'masterConns' => 0, 'writes' => 0, 'readQueryTime' => 5, 'readQueryRows' => 10000 @@ -9027,6 +9045,16 @@ $wgChangeTagsSchemaMigrationStage = MIGRATION_WRITE_BOTH; */ $wgTagStatisticsNewTable = false; +/** + * Flag to enable Partial Blocks. This allows an admin to prevent a user from editing specific pages + * or namespaces. + * + * @since 1.32 + * @deprecated 1.32 + * @var bool + */ +$wgEnablePartialBlocks = false; + /** * For really cool vim folding this needs to be at the end: * vim: foldmarker=@{,@} foldmethod=marker