$wgArticle is deprecated! Possible removal in 1.20 or 1.21!
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 22 May 2011 17:59:47 +0000 (17:59 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 22 May 2011 17:59:47 +0000 (17:59 +0000)
commit3e11266ae5e5a33498abb7f028bbc79b5ca93515
treea60cd06b42320896fbcc62d206a75d7a291135cc
parentc2eb037f749e7355d97bc1fb247c43e7d74b7eab
$wgArticle is deprecated! Possible removal in 1.20 or 1.21!
* Encapsulate index.php in wfIndexMain() (similar to r77873)
* Kill $wgArticle check in Exception, not necessary anymore
* Kill $wgArticle in Setup, also not necessary
* Add angry note about $wgArticle to rebuildFileCache.
* Remove note about $wgArticle in Parser since it's dying anyway
docs/globals.txt
includes/Exception.php
includes/Setup.php
includes/Wiki.php
includes/parser/Parser.php
index.php
maintenance/rebuildFileCache.php