* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and functions it depends on
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 8 May 2008 20:15:09 +0000 (20:15 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 8 May 2008 20:15:09 +0000 (20:15 +0000)
commit581554c080cb6dbd5fda5bc53ab2a656bda87dcf
treec440757d67f31e62ad0bf7dc6b85b11269ae8603
parent1c5386916ef082bb88d40948df38c023f12f8a23
* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and functions it depends on
* Follow redirects on image pages if the redirect is actually an image redirect
* Add comments to the check for redirect code in MediaWiki::initializeArticle so that I actually understand what it does
includes/GlobalFunctions.php
includes/Wiki.php
includes/filerepo/FileRepo.php
includes/filerepo/RepoGroup.php