Revert r105790 and move back view counter back to WikiPage with two modifications:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 6 Jan 2012 20:26:53 +0000 (20:26 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 6 Jan 2012 20:26:53 +0000 (20:26 +0000)
commit99fde665eda1c343afb57794b260dc03691ce4f1
tree646053e13f1898dd2876bd402ee6e6e45c5b928b
parent418b3503b15f859b02a2a4885db30810965b39ae
Revert r105790 and move back view counter back to WikiPage with two modifications:
* WikiPage::$mCounter is now marked as protected
* Call WikiPage::loadPageData() from WikiPage::getCount() if the count is not set intead of loading the page_counter field only
includes/SkinTemplate.php
includes/Title.php
includes/WikiPage.php