From: Victor Vasiliev Date: Mon, 24 Mar 2008 17:17:42 +0000 (+0000) Subject: Enable image redirects X-Git-Tag: 1.31.0-rc.0~48850 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=dee30af6bf52ab38aa1d4c31fe320dc1db12c9c9;p=lhc%2Fweb%2Fwiklou.git Enable image redirects --- 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; #