X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=6fe74fa15cf77a689f97e31b3cf2370e1b53af74;hp=cc9622e8cc61d104af78221994a5c28383e7ba13;hb=8f76e361fa7a0d8fc24e7b6f2d73b9c70369a6ef;hpb=fc5dced1ce8151b0354e0efda28a7542713f9cbe diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cc9622e8cc..6fe74fa15c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -38,10 +38,6 @@ * @file */ -/** - * @defgroup Globalsettings Global settings - */ - /** * @cond file_level_code * This is not a valid entry point, perform no further processing unless @@ -1810,7 +1806,7 @@ $wgDBtype = 'mysql'; /** * Whether to use SSL in DB connection. * - * This setting is only used $wgLBFactoryConf['class'] is set to + * This setting is only used if $wgLBFactoryConf['class'] is set to * 'LBFactorySimple' and $wgDBservers is an empty array; otherwise * the DBO_SSL flag must be set in the 'flags' option of the database * connection to achieve the same functionality. @@ -3685,23 +3681,6 @@ $wgResourceLoaderMaxage = [ */ $wgResourceLoaderDebug = false; -/** - * Put each statement on its own line when minifying JavaScript. This makes - * debugging in non-debug mode a bit easier. - * - * @deprecated since 1.27: Always false; no longer configurable. - */ -$wgResourceLoaderMinifierStatementsOnOwnLine = false; - -/** - * Maximum line length when minifying JavaScript. This is not a hard maximum: - * the minifier will try not to produce lines longer than this, but may be - * forced to do so in certain cases. - * - * @deprecated since 1.27: Always 1,000; no longer configurable. - */ -$wgResourceLoaderMinifierMaxLineLength = 1000; - /** * Whether to ensure the mediawiki.legacy library is loaded before other modules. *