From dee30af6bf52ab38aa1d4c31fe320dc1db12c9c9 Mon Sep 17 00:00:00 2001 From: Victor Vasiliev Date: Mon, 24 Mar 2008 17:17:42 +0000 Subject: [PATCH] Enable image redirects --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f5700ce002..c31fb57d25 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -53,6 +53,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN ** Use category table for more efficient display of Special:Categories * (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch * (bug 9447) Added hooks for search result headings +* Image redirects are now enabled === Bug fixes in 1.13 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 224d61ce62..b5952225d6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -462,9 +462,9 @@ $wgHashedSharedUploadDirectory = true; $wgRepositoryBaseUrl = "http://commons.wikimedia.org/wiki/Image:"; /** - * Experimental feature still under debugging. + * If enabled, MediaWiki checks redirects in Image: namespace. */ -$wgFileRedirects = false; +$wgFileRedirects = true; # -- 2.20.1