|
MediaWiki
REL1_20
|
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 916 of file ImagePage.php.
| ImageHistoryList::__construct | ( | $ | imagePage | ) |
| ImagePage | $imagePage |
Definition at line 940 of file ImagePage.php.
References $imagePage, ImagePage\getDisplayedFile(), and Article\getTitle().
| ImageHistoryList::beginImageHistoryList | ( | $ | navLinks = '' | ) |
| ImageHistoryList::endImageHistoryList | ( | $ | navLinks = '' | ) |
Definition at line 960 of file ImagePage.php.
Definition at line 953 of file ImagePage.php.
Definition at line 1198 of file ImagePage.php.
| ImageHistoryList::getThumbForLine | ( | $ | file | ) | [protected] |
| $file | File |
Definition at line 1157 of file ImagePage.php.
Referenced by imageHistoryLine().
| ImageHistoryList::imageHistoryLine | ( | $ | iscur, |
| $ | file | ||
| ) |
| $iscur | |
| $file | File |
Definition at line 997 of file ImagePage.php.
References $img, $url, $user, $wgContLang, 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(), Linker\linkKnown(), ContextSource\msg(), preventClickjacking(), Linker\revDeleteLink(), Linker\revDeleteLinkDisabled(), Linker\userLink(), Linker\userToolLinks(), wfRunHooks(), and wfTimestamp().
| ImageHistoryList::preventClickjacking | ( | $ | enable = true | ) | [protected] |
| $enable | bool |
Definition at line 1191 of file ImagePage.php.
Referenced by imageHistoryLine().
File ImageHistoryList::$current [protected] |
Definition at line 932 of file ImagePage.php.
ImagePage ImageHistoryList::$imagePage [protected] |
Definition at line 928 of file ImagePage.php.
Referenced by __construct().
File ImageHistoryList::$img [protected] |
Definition at line 924 of file ImagePage.php.
Referenced by imageHistoryLine().
ImageHistoryList::$preventClickjacking = false [protected] |
Definition at line 935 of file ImagePage.php.
ImageHistoryList::$repo [protected] |
Definition at line 934 of file ImagePage.php.
| ImageHistoryList::$showThumb |
Definition at line 934 of file ImagePage.php.
Title ImageHistoryList::$title [protected] |
Definition at line 920 of file ImagePage.php.