X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=5c3ac06bf13524c34db48d5f66031d4499dc1da8;hp=bdbeb70d6e948bbcc715c6ae21d8214be457dfe4;hb=95f9a9f9014242a8a7e18ebdef0afdf8d16b1e9f;hpb=faf7cc4a09848c538320bd2b9067b1a77c0a0183 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bdbeb70d6e..5c3ac06bf1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6275,6 +6275,12 @@ $wgShowDBErrorBacktrace = false; */ $wgLogExceptionBacktrace = true; +/** + * If true, the MediaWiki error handler passes errors/warnings to the default error handler + * after logging them. The setting is ignored when the track_errors php.ini flag is true. + */ +$wgPropagateErrors = true; + /** * Expose backend server host names through the API and various HTML comments */ @@ -6667,9 +6673,9 @@ $wgGitBin = '/usr/bin/git'; */ $wgGitRepositoryViewers = [ 'https://(?:[a-z0-9_]+@)?gerrit.wikimedia.org/r/(?:p/)?(.*)' => - 'https://phabricator.wikimedia.org/r/revision/%R;%H', + 'https://gerrit.wikimedia.org/g/%R/+/%H', 'ssh://(?:[a-z0-9_]+@)?gerrit.wikimedia.org:29418/(.*)' => - 'https://phabricator.wikimedia.org/r/revision/%R;%H', + 'https://gerrit.wikimedia.org/g/%R/+/%H', ]; /** @} */ # End of maintenance }