Skip to content
Snippets Groups Projects
Commit 227cd438 authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

Merge branch 'mediawiki-1.41.0-1' into 'master'

archwiki: Update to version 1.41.0-2

See merge request !784
parents a3b75310 5e96ad2d
No related branches found
No related tags found
1 merge request!784archwiki: Update to version 1.41.0-2
Pipeline #87651 passed
......@@ -3,7 +3,7 @@ archwiki_domain: 'wiki.archlinux.org'
archwiki_nginx_conf: '/etc/nginx/nginx.d/archwiki.conf'
archwiki_user: 'archwiki'
archwiki_repository: 'https://github.com/archlinux/archwiki.git'
archwiki_version: '1.40.1-3'
archwiki_version: '1.41.0-2'
archwiki_question_answer_file: '/srv/http/archwiki/registration-question-answer.txt'
archwiki_socket: '/run/php-fpm/archwiki.socket'
......
......@@ -185,6 +185,10 @@ $wgUseInstantCommons = false;
## this, if it's not already uncommented:
#$wgHashedUploadDirectory = false;
## Enable native SVG rendering
$wgFileExtensions[] = 'svg';
$wgSVGNativeRendering = true;
##
## Skin settings
......@@ -394,6 +398,8 @@ wfLoadExtension( 'Interwiki' );
$wgGroupPermissions['sysop']['interwiki'] = true;
# TitleKey extension
# Suppress deprecation warning, see https://phabricator.wikimedia.org/T353985
$wgDeprecationReleaseLimit = "1.0";
wfLoadExtension( 'TitleKey' );
# BounceHandler extension
......@@ -464,9 +470,6 @@ wfLoadExtension( 'VisualEditor' );
wfLoadExtension( 'Linter' );
wfLoadExtension( 'DiscussionTools' );
wfLoadExtension( 'NativeSvgHandler' );
$wgFileExtensions[] = 'svg';
##
## Temporary settings for maintenance
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment