|
MediaWiki
REL1_23
|
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 1040 of file ImagePage.php.
| ImageHistoryList::__construct | ( | $ | imagePage | ) |
| ImagePage | $imagePage |
Definition at line 1064 of file ImagePage.php.
References $imagePage, ImagePage\getDisplayedFile(), Article\getTitle(), global, and title.
| ImageHistoryList::beginImageHistoryList | ( | $ | navLinks = '' | ) |
| ImageHistoryList::endImageHistoryList | ( | $ | navLinks = '' | ) |
Definition at line 1084 of file ImagePage.php.
Definition at line 1077 of file ImagePage.php.
Definition at line 1322 of file ImagePage.php.
| ImageHistoryList::getThumbForLine | ( | $ | file | ) | [protected] |
| $file | File |
Definition at line 1281 of file ImagePage.php.
Referenced by imageHistoryLine().
| ImageHistoryList::imageHistoryLine | ( | $ | iscur, |
| $ | file | ||
| ) |
| $iscur | |
| $file | File |
Definition at line 1121 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 1315 of file ImagePage.php.
Referenced by imageHistoryLine().
File ImageHistoryList::$current [protected] |
Definition at line 1056 of file ImagePage.php.
ImagePage ImageHistoryList::$imagePage [protected] |
Definition at line 1052 of file ImagePage.php.
Referenced by __construct().
File ImageHistoryList::$img [protected] |
Definition at line 1048 of file ImagePage.php.
Referenced by imageHistoryLine().
ImageHistoryList::$preventClickjacking = false [protected] |
Definition at line 1059 of file ImagePage.php.
ImageHistoryList::$repo [protected] |
Definition at line 1058 of file ImagePage.php.
| ImageHistoryList::$showThumb |
Definition at line 1058 of file ImagePage.php.
Definition at line 1044 of file ImagePage.php.