* Moved action=history to use an Action subclass
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 6 Aug 2011 19:41:49 +0000 (19:41 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 6 Aug 2011 19:41:49 +0000 (19:41 +0000)
commit2d045fa1524055ed36cde36a37596837949e9638
tree486d59d32a0aed700518304d4e0ba8e0c70818b5
parente8f1ccfacbc497435d53bf2fced2b076c4eba819
* Moved action=history to use an Action subclass
* Removed obsolete aliases PageHistory and PageHistoryPager; unused
* Maintained backward compatibility with HistoryPage; extensions using it will still work
* Use local context instead of global variables
* Removed calls to OutputPage::setPageTitleActionText() and OutputPage::setSyndicated(), the first one does nothing and the second one is overriden by the setFeedAppendQuery() call just below
* Call Linker methods statically
* Fixed bug where feedEmpty() was not called on empty history since casting a ResultWrapper object to boolean always returns true even when there's no row
includes/AutoLoader.php
includes/DefaultSettings.php
includes/HistoryPage.php [deleted file]
includes/Wiki.php
includes/actions/HistoryAction.php [new file with mode: 0644]