Go to the source code of this file.
Functions | |
wfSpecialAllmessages () | |
Constructor. | |
wfAllMessagesMakeXml (&$messages) | |
wfAllMessagesMakePhp (&$messages) | |
Create the messages array, formatted in PHP to copy to language files. | |
wfAllMessagesMakeHTMLText (&$messages) | |
Create a list of messages, formatted in HTML as a list of messages and values and showing differences between the default language file message and the message in MediaWiki: namespace. |
Definition in file SpecialAllmessages.php.
wfAllMessagesMakeHTMLText | ( | &$ | messages | ) |
Create a list of messages, formatted in HTML as a list of messages and values and showing differences between the default language file message and the message in MediaWiki: namespace.
$messages | Messages array. |
Definition at line 119 of file SpecialAllmessages.php.
References $changed, $dbr, $i, $input, $key, $messages, $res, $s, $title, $wgContLang, $wgLang, $wgUser, Xml::element(), Title::makeTitle(), wfGetDB(), wfMsg(), wfMsgHtml(), wfProfileIn(), and wfProfileOut().
Referenced by wfSpecialAllmessages().
wfAllMessagesMakePhp | ( | &$ | messages | ) |
Create the messages array, formatted in PHP to copy to language files.
$messages | Messages array. |
Definition at line 95 of file SpecialAllmessages.php.
References $key, $messages, $wgLang, and wfEmptyMsg().
Referenced by wfSpecialAllmessages().
wfAllMessagesMakeXml | ( | &$ | messages | ) |
Definition at line 76 of file SpecialAllmessages.php.
References $key, $messages, $wgLang, and Xml::element().
Referenced by wfSpecialAllmessages().
wfSpecialAllmessages | ( | ) |
Constructor.
Definition at line 11 of file SpecialAllmessages.php.
References $key, $messages, $wgLang, $wgMessageCache, $wgOut, $wgRequest, $wgTitle, $wgUseDatabaseMessages, Language::getMessagesFor(), wfAllMessagesMakeHTMLText(), wfAllMessagesMakePhp(), wfAllMessagesMakeXml(), wfMsg(), wfMsgNoTrans(), wfMsgReal(), wfProfileIn(), and wfProfileOut().