|
MediaWiki
REL1_19
|
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 | |
| $current | |
| $imagePage | |
| $img | |
| $preventClickjacking = false | |
| $repo | |
| $title | |
Builds the image revision log shown on image pages.
Definition at line 839 of file ImagePage.php.
| ImageHistoryList::__construct | ( | $ | imagePage | ) |
| ImagePage | $imagePage |
Definition at line 867 of file ImagePage.php.
References $imagePage, and $wgShowArchiveThumbnails.
| ImageHistoryList::beginImageHistoryList | ( | $ | navLinks = '' | ) |
| $navLinks | string |
Definition at line 894 of file ImagePage.php.
References $wgOut, $wgUser, Xml\element(), Xml\openElement(), wfMsg(), wfMsgHtml(), and wfMsgNoTrans().

| ImageHistoryList::endImageHistoryList | ( | $ | navLinks = '' | ) |
Definition at line 886 of file ImagePage.php.
Definition at line 879 of file ImagePage.php.
Definition at line 1115 of file ImagePage.php.
References preventClickjacking().

| ImageHistoryList::getThumbForLine | ( | $ | file | ) | [protected] |
| $file | File |
Definition at line 1076 of file ImagePage.php.
References $file, $options, $wgLang, File\DELETED_FILE, wfMsg(), wfMsgHtml(), and wfTimestamp().
Referenced by imageHistoryLine().


| ImageHistoryList::imageHistoryLine | ( | $ | iscur, |
| $ | file | ||
| ) |
| $iscur | |
| $file | File |
Definition at line 924 of file ImagePage.php.
References $file, $img, $url, $user, $wgContLang, $wgLang, $wgUser, File\DELETED_COMMENT, File\DELETED_FILE, File\DELETED_RESTRICTED, File\DELETED_USER, Xml\element(), Linker\formatComment(), Linker\formatSize(), getThumbForLine(), SpecialPage\getTitleFor(), Linker\link(), preventClickjacking(), Linker\revDeleteLink(), Linker\revDeleteLinkDisabled(), Linker\userLink(), Linker\userToolLinks(), wfMsgHtml(), wfRunHooks(), and wfTimestamp().

| ImageHistoryList::preventClickjacking | ( | $ | enable = true | ) | [protected] |
| $enable | bool |
Definition at line 1108 of file ImagePage.php.
Referenced by getPreventClickjacking(), and imageHistoryLine().

ImageHistoryList::$current [protected] |
Definition at line 859 of file ImagePage.php.
ImageHistoryList::$imagePage [protected] |
Definition at line 854 of file ImagePage.php.
Referenced by __construct().
ImageHistoryList::$img [protected] |
Definition at line 849 of file ImagePage.php.
Referenced by imageHistoryLine().
ImageHistoryList::$preventClickjacking = false [protected] |
Definition at line 862 of file ImagePage.php.
ImageHistoryList::$repo [protected] |
Definition at line 861 of file ImagePage.php.
| ImageHistoryList::$showThumb |
Definition at line 861 of file ImagePage.php.
ImageHistoryList::$title [protected] |
Definition at line 844 of file ImagePage.php.