* Modified some methods of SpecialWatchlist to be non-static so that they can use...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jun 2011 15:16:40 +0000 (15:16 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jun 2011 15:16:40 +0000 (15:16 +0000)
commita8d6a24ea99a4c2106b06e319b17c4c6cfb21d5c
tree4b698daf77fa517cda25cc4b7c21929e04ec93a2
parenteadb8a3e732a7ee602628609ba0b53aea03b1abf
* Modified some methods of SpecialWatchlist to be non-static so that they can use $this->getTitle() instead of having to pass the special page's name
* Use context variable instead of global ones
* Really use countItems()
* Updated InterwikiIntegration for these changes; I'm not keeping b/c since anyway that extension was broken until now because SpecialWatchlist::countItems() was static and SpecialInterwikiWatchlist::countItems() not (was throwing fatal error)
includes/specials/SpecialWatchlist.php