MediaWiki  REL1_19
ImageHistoryList Class Reference

Builds the image revision log shown on image pages. More...

List of all members.

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

Detailed Description

Builds the image revision log shown on image pages.

Definition at line 839 of file ImagePage.php.


Constructor & Destructor Documentation

Parameters:
ImagePage$imagePage

Definition at line 867 of file ImagePage.php.

References $imagePage, and $wgShowArchiveThumbnails.


Member Function Documentation

Parameters:
$navLinksstring
Returns:
string

Definition at line 894 of file ImagePage.php.

References $wgOut, $wgUser, Xml\element(), Xml\openElement(), wfMsg(), wfMsgHtml(), and wfMsgNoTrans().

Here is the call graph for this function:

Parameters:
$navLinksstring
Returns:
string

Definition at line 915 of file ImagePage.php.

Returns:
File

Definition at line 886 of file ImagePage.php.

Returns:
ImagePage

Definition at line 879 of file ImagePage.php.

Returns:
bool

Definition at line 1115 of file ImagePage.php.

References preventClickjacking().

Here is the call graph for this function:

ImageHistoryList::getThumbForLine ( file) [protected]
Parameters:
$fileFile
Returns:
string

Definition at line 1076 of file ImagePage.php.

References $file, $options, $wgLang, File\DELETED_FILE, wfMsg(), wfMsgHtml(), and wfTimestamp().

Referenced by imageHistoryLine().

Here is the call graph for this function:

Here is the caller graph for this function:

ImageHistoryList::preventClickjacking ( enable = true) [protected]
Parameters:
$enablebool

Definition at line 1108 of file ImagePage.php.

Referenced by getPreventClickjacking(), and imageHistoryLine().

Here is the caller graph for this function:


Member Data Documentation

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.


The documentation for this class was generated from the following file: