MediaWiki
REL1_22
|
Builds the image revision log shown on image pages. More...
Public Member Functions | |
__construct ($imagePage) | |
beginImageHistoryList ($navLinks= '') | |
endImageHistoryList ($navLinks= '') | |
getFile () | |
getImagePage () | |
getPreventClickjacking () | |
imageHistoryLine ($iscur, $file) | |
Public Attributes | |
$showThumb | |
Protected Member Functions | |
getThumbForLine ($file) | |
preventClickjacking ($enable=true) | |
Protected Attributes | |
File | $current |
ImagePage | $imagePage |
File | $img |
$preventClickjacking = false | |
$repo | |
Title | $title |
Builds the image revision log shown on image pages.
Definition at line 937 of file ImagePage.php.
ImageHistoryList::__construct | ( | $ | imagePage | ) |
ImagePage | $imagePage |
Definition at line 961 of file ImagePage.php.
References $imagePage, ImagePage\getDisplayedFile(), Article\getTitle(), global, and title.
ImageHistoryList::beginImageHistoryList | ( | $ | navLinks = '' | ) |
ImageHistoryList::endImageHistoryList | ( | $ | navLinks = '' | ) |
Definition at line 981 of file ImagePage.php.
Definition at line 974 of file ImagePage.php.
Definition at line 1219 of file ImagePage.php.
ImageHistoryList::getThumbForLine | ( | $ | file | ) | [protected] |
$file | File |
Definition at line 1178 of file ImagePage.php.
Referenced by imageHistoryLine().
ImageHistoryList::imageHistoryLine | ( | $ | iscur, |
$ | file | ||
) |
$iscur | |
$file | File |
Definition at line 1018 of file ImagePage.php.
References $img, $query, $timestamp, $user, $wgContLang, array(), File\DELETED_COMMENT, File\DELETED_FILE, File\DELETED_RESTRICTED, File\DELETED_USER, Xml\element(), File\FOR_THIS_USER, Linker\formatComment(), Linker\formatSize(), ContextSource\getLanguage(), File\getName(), getThumbForLine(), SpecialPage\getTitleFor(), ContextSource\getUser(), global, Linker\linkKnown(), list, ContextSource\msg(), preventClickjacking(), Linker\revDeleteLink(), Linker\revDeleteLinkDisabled(), title, Linker\userLink(), Linker\userToolLinks(), wfRunHooks(), and wfTimestamp().
ImageHistoryList::preventClickjacking | ( | $ | enable = true | ) | [protected] |
$enable | bool |
Definition at line 1212 of file ImagePage.php.
Referenced by imageHistoryLine().
File ImageHistoryList::$current [protected] |
Definition at line 953 of file ImagePage.php.
ImagePage ImageHistoryList::$imagePage [protected] |
Definition at line 949 of file ImagePage.php.
Referenced by __construct().
File ImageHistoryList::$img [protected] |
Definition at line 945 of file ImagePage.php.
Referenced by imageHistoryLine().
ImageHistoryList::$preventClickjacking = false [protected] |
Definition at line 956 of file ImagePage.php.
ImageHistoryList::$repo [protected] |
Definition at line 955 of file ImagePage.php.
ImageHistoryList::$showThumb |
Definition at line 955 of file ImagePage.php.
Definition at line 941 of file ImagePage.php.