* Moved wfViewPrevNext() to Language::viewPrevNext() so that it can be used in the...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 14 Oct 2011 14:57:06 +0000 (14:57 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 14 Oct 2011 14:57:06 +0000 (14:57 +0000)
commitc19eee982eedf6d50ae37f69d4d1a7d3168f2398
tree53de06b09a2a30f04940395057f63524dbac18a1
parent82cc745a524bae7495e762cb444361a3faffd84a
* Moved wfViewPrevNext() to Language::viewPrevNext() so that it can be used in the context and not always relying on $wgLang
* modified the parameters order in Language::viewPrevNext() in comparaison of wfViewPrevNext() and changed it to require a Title object and extra parameter to be passed as array
* Use more modern methods to genrate i18n and HTML
* Removed wfNumLink(), not used anymore, only referenced in a comment in MetavidWiki extension
* Inlinised wfShowingResults(); I don't see any reason why only this message should get its own function
* Replaced all calls to wfViewPrevNext() and wfShowingResults() in core
* Simply use OutputPage::addWikiMsg() to display 'specialpage-empty' message
* Moved wfSpecialList() near wfViewPrevNext() in GlobalFunction.php
includes/GlobalFunctions.php
includes/QueryPage.php
includes/specials/SpecialSearch.php
languages/Language.php