* File redirects are slow: 2 queries per image per repository on parse. We previously...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 6 Apr 2008 10:18:47 +0000 (10:18 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 6 Apr 2008 10:18:47 +0000 (10:18 +0000)
commitb8aebef25bb161cc0746b9589b63cbf6b56601a2
tree50a4241dc350b16e6e3c12d9036c532b4986d9cc
parentf943aed71bb09121c283c585e1298059e6abf0ef
* File redirects are slow: 2 queries per image per repository on parse. We previously found one query per image on parse to be prohibitively slow, that's why we introduced the image cache. Thus, reintroduced $wgFileRedirects.
* Fixed bug due to checkRedirect() not accepting a string title like findFile()
* Use protected instead of private. Private should not be used ever.
includes/DefaultSettings.php
includes/filerepo/FileRepo.php
includes/filerepo/LocalRepo.php