r32373 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32372‎ | r32373 | r32374 >
Date:17:17, 24 March 2008
Author:vasilievvv
Status:old
Tags:
Comment:
Enable image redirects
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -462,9 +462,9 @@
463463 $wgRepositoryBaseUrl = "http://commons.wikimedia.org/wiki/Image:";
464464
465465 /**
466 - * Experimental feature still under debugging.
 466+ * If enabled, MediaWiki checks redirects in Image: namespace.
467467 */
468 -$wgFileRedirects = false;
 468+$wgFileRedirects = true;
469469
470470
471471 #
Index: trunk/phase3/RELEASE-NOTES
@@ -53,6 +53,7 @@
5454 ** Use category table for more efficient display of Special:Categories
5555 * (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch
5656 * (bug 9447) Added hooks for search result headings
 57+* Image redirects are now enabled
5758
5859
5960 === Bug fixes in 1.13 ===

Status & tagging log