* Renamed PageHistory to HistoryPage. Brion gave me permission to do this a couple...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 17 Aug 2009 05:09:36 +0000 (05:09 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 17 Aug 2009 05:09:36 +0000 (05:09 +0000)
commit3b4e961c47b8be3e2b86322f3a54c06d0fa6f067
tree9002fa6543e77188552849b6750effe9ad311625
parent5a0b37a03dddbac9577aae9ebff596fbc0d32d5d
* Renamed PageHistory to HistoryPage. Brion gave me permission to do this a couple of years ago, I thought it was about time. Provides naming consistency with ImagePage, RawPage, etc.
* Moved historyLine(), beginHistoryList(), endHistoryList() and related helper functions to the pager class.
* Renamed HistoryPage member variables, removed "m" prefix.
* Added declaration for IndexPager::$mIsFirst
includes/AutoLoader.php
includes/HistoryPage.php [new file with mode: 0644]
includes/PageHistory.php [deleted file]
includes/Pager.php
includes/Wiki.php