Remove $wgTitle from all maintenance scripts
authorChad Horohoe <chadh@wikimedia.org>
Thu, 13 Mar 2014 01:27:58 +0000 (18:27 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 13 Mar 2014 01:28:47 +0000 (18:28 -0700)
commit518fa756f2301ff2ee7890d6dc3726792252efd9
tree07b83ec3e78336468f281a81c5b5e3f5ac3b57e7
parent1ba0445c127d4b152509db0d4450d29506f29b9d
Remove $wgTitle from all maintenance scripts

Shouldn't be needed and aren't for any core operations. If any
extension relies on these $wgTitles being set in maintenance
environments those extensions are broken and should be fixed.

Change-Id: Ie02a5042ab96e155d783d56d5340dd0da8e3d55c
maintenance/doMaintenance.php
maintenance/install.php
maintenance/namespaceDupes.php
maintenance/orphans.php
maintenance/rebuildFileCache.php
maintenance/rebuildtextindex.php
maintenance/runJobs.php
maintenance/update.php