X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=de94f77cbb21c2296f5281cfba9affd1c593398f;hp=28e9ec8f509f1df16bb25c432c9c3f9f22617b74;hb=c219f244b0a306dfd65f49b84fafcf7bfdf70b3a;hpb=8768c686e68e89d86adc31ed03da1ec81aae1965 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 28e9ec8f50..de94f77cbb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3497,7 +3497,7 @@ $wgFooterIcons = [ // "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png" // plus srcset for 1.5x, 2x resolution variants. "src" => null, - "url" => "//www.mediawiki.org/", + "url" => "https://www.mediawiki.org/", "alt" => "Powered by MediaWiki", ] ], @@ -8497,6 +8497,7 @@ $wgExternalDiffEngine = false; * See $wgExternalDiffEngine. * * @since 1.30 + * @deprecated since 1.34 */ $wgWikiDiff2MovedParagraphDetectionCutoff = 0; @@ -9082,6 +9083,17 @@ $wgReportToEndpoints = []; */ $wgFeaturePolicyReportOnly = []; +/** + * Options for Special:Search completion widget form created by SearchFormWidget class. + * Settings that can be used: + * - showDescriptions: true/false - whether to show opensearch description results + * - performSearchOnClick: true/false - whether to perform search on click + * See also TitleWidget.js UI widget. + * @since 1.34 + * @var array + */ +$wgSpecialSearchFormOptions = []; + /** * For really cool vim folding this needs to be at the end: * vim: foldmarker=@{,@} foldmethod=marker