Skip to content
Snippets Groups Projects
Verified Commit 03a9c50a authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

archwiki: Update to version 1.41.0-2


This also switches from Extension:NativeSVGHandler to the now builtin
$wgSVGNativeRendering which was introduced in version 1.41.0.

Signed-off-by: default avatarChristian Heusel <christian@heusel.eu>
parent a3b75310
No related branches found
No related tags found
1 merge request!784archwiki: Update to version 1.41.0-2
......@@ -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
......@@ -464,9 +468,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