Add wfProfileIn/wfProfileOut calls to InfoAction::pageCountInfo()
[lhc/web/wiklou.git] / includes / actions / InfoAction.php
2012-07-17 ReedyAdd wfProfileIn/wfProfileOut calls to InfoAction::pageC...
2012-07-17 ReedyOnly query page_counter if $wgDisableCounters is false
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-11 Sam ReedMore of r113580
2012-01-30 Alexandre EmsenhuberUse local context to get messages instead of relying...
2011-12-06 Chad HorohoeReduce some duplication in Action::getRestriction(...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-07-11 Alexandre EmsenhuberUse getPageTitle() to set the page title instead of...
2011-06-20 Alexandre EmsenhuberMoved action=info to an Action subclass; also changed...