]> git.openstreetmap.org Git - chef.git/commitdiff
Disable wikidiff2
authorTom Hughes <tom@compton.nu>
Sat, 25 Feb 2017 19:38:35 +0000 (19:38 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 25 Feb 2017 19:38:35 +0000 (19:38 +0000)
cookbooks/mediawiki/recipes/default.rb
cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index 2ecaaa4ebe5f30dacc53ea8f4304b4694bfbe0a7..ffd0f0d1fd1d4ab615793d7fa7776c7d89fad91d 100644 (file)
@@ -67,7 +67,11 @@ end
 apache_module "php7.0"
 
 link "/etc/php/7.0/apache2/conf.d/20-wikidiff2.ini" do
-  to "../../mods-available/wikidiff2.ini"
+  action :delete
 end
 
+# link "/etc/php/7.0/apache2/conf.d/20-wikidiff2.ini" do
+#   to "../../mods-available/wikidiff2.ini"
+# end
+
 apache_module "rewrite"
index 80a5e8710e29e62b7accfe9055ecefa01318f06b..9f2e7f5a2805797de912b80515f2d64c81d1ff66 100644 (file)
@@ -149,7 +149,7 @@ $wgRightsIcon = "/cc-wiki.png";
 # Path to the GNU diff3 utility. Used for conflict resolution.
 $wgDiff3 = "/usr/bin/diff3";
 
-$wgExternalDiffEngine = 'wikidiff2';
+#$wgExternalDiffEngine = 'wikidiff2';
 
 # Query string length limit for ResourceLoader. You should only set this if
 # your web server has a query string length limit (then set it to that limit),