Public Member Functions | |
__construct ($imagePage) | |
getImagePage () | |
getSkin () | |
getFile () | |
beginImageHistoryList ($navLinks= '') | |
endImageHistoryList ($navLinks= '') | |
imageHistoryLine ($iscur, $file) | |
getPreventClickjacking () | |
Protected Member Functions | |
getThumbForLine ($file) | |
preventClickjacking ($enable=true) | |
Protected Attributes | |
$imagePage | |
$img | |
$skin | |
$title | |
$repo | |
$showThumb | |
$preventClickjacking = false |
Definition at line 804 of file ImagePage.php.
ImageHistoryList::__construct | ( | $ | imagePage | ) |
Definition at line 809 of file ImagePage.php.
References $imagePage, $wgShowArchiveThumbnails, and $wgUser.
ImageHistoryList::beginImageHistoryList | ( | $ | navLinks = '' |
) |
Definition at line 831 of file ImagePage.php.
References $wgOut, $wgUser, Xml::element(), Xml::openElement(), wfMsg(), wfMsgHtml(), and wfMsgNoTrans().
ImageHistoryList::endImageHistoryList | ( | $ | navLinks = '' |
) |
Definition at line 848 of file ImagePage.php.
ImageHistoryList::getFile | ( | ) |
Definition at line 827 of file ImagePage.php.
ImageHistoryList::getImagePage | ( | ) |
Definition at line 819 of file ImagePage.php.
ImageHistoryList::getPreventClickjacking | ( | ) |
ImageHistoryList::getSkin | ( | ) |
Definition at line 823 of file ImagePage.php.
ImageHistoryList::getThumbForLine | ( | $ | file | ) | [protected] |
Definition at line 995 of file ImagePage.php.
References $options, $wgLang, File::DELETED_FILE, wfMsg(), wfMsgHtml(), and wfTimestamp().
Referenced by imageHistoryLine().
ImageHistoryList::imageHistoryLine | ( | $ | iscur, | |
$ | file | |||
) |
Definition at line 852 of file ImagePage.php.
References $img, $name, $url, $wgContLang, $wgLang, $wgTitle, $wgUser, File::DELETED_COMMENT, File::DELETED_FILE, File::DELETED_RESTRICTED, File::DELETED_USER, Xml::element(), getThumbForLine(), SpecialPage::getTitleFor(), preventClickjacking(), wfMsgHtml(), wfRunHooks(), and wfTimestamp().
ImageHistoryList::preventClickjacking | ( | $ | enable = true |
) | [protected] |
Definition at line 1022 of file ImagePage.php.
Referenced by getPreventClickjacking(), and imageHistoryLine().
ImageHistoryList::$imagePage [protected] |
ImageHistoryList::$img [protected] |
ImageHistoryList::$preventClickjacking = false [protected] |
Definition at line 807 of file ImagePage.php.
ImageHistoryList::$repo [protected] |
Definition at line 806 of file ImagePage.php.
ImageHistoryList::$showThumb [protected] |
Definition at line 806 of file ImagePage.php.
ImageHistoryList::$skin [protected] |
Definition at line 806 of file ImagePage.php.
ImageHistoryList::$title [protected] |
Definition at line 806 of file ImagePage.php.