MediaWiki master
|
Rendering of file description pages. More...
Inherits Article.
Public Member Functions | |
getDisplayedFile () | |
getDuplicates () | |
getFile () | |
getForeignCategories () | |
getUploadUrl () | |
isLocal () | |
setFile ( $file) | |
showError ( $description) | |
Display an error with a wikitext description. | |
view () | |
This is the default action of the index.php entry point: just view the page of the given title. | |
Public Member Functions inherited from Article | |
__construct (Title $title, $oldId=null) | |
addHelpLink ( $to, $overrideBaseUrl=false) | |
Adds help link with an icon via page indicators. | |
adjustDisplayTitle (ParserOutput $pOutput) | |
Adjust title for pages with displaytitle, -{T|}- or language conversion. | |
clear () | |
fetchRevisionRecord () | |
Fetches the revision to work on. | |
getActionOverrides () | |
Call to WikiPage function for backwards compatibility. | |
getContext () | |
Gets the context this Article is executed in. | |
getOldID () | |
getOldIDFromRequest () | |
Sets $this->mRedirectUrl to a correct URL if the query parameters are incorrect. | |
getPage () | |
Get the WikiPage object of this instance. | |
getParserOptions () | |
Get parser options suitable for rendering the primary article wikitext. | |
getParserOutput ( $oldid=null, UserIdentity $user=null) | |
Lightweight method to get the parser output for a page, checking the parser cache and so on. | |
getRedirectedFrom () | |
Get the page this view was redirected from. | |
getRevIdFetched () | |
Use this to fetch the rev ID used on page views. | |
getRobotPolicy ( $action, ParserOutput $pOutput=null) | |
Get the robot policy to be used for the current view. | |
getTitle () | |
Get the title object of the article. | |
isCurrent () | |
Returns true if the currently-referenced revision is the current edit to this page (and it exists). | |
isFileCacheable ( $mode=HTMLFileCache::MODE_NORMAL) | |
Check if the page can be cached. | |
protect () | |
action=protect handler | |
render () | |
Handle action=render. | |
setContext ( $context) | |
Sets the context this Article is executed in. | |
setOldSubtitle ( $oldid=0) | |
Generate the navigation links when browsing through an article revisions It shows the information as: Revision as of \<date\>; view current revision \<- Previous version | Next Version -\> | |
setRedirectedFrom (Title $from) | |
Tell the page view functions that this view was redirected from another page on the wiki. | |
showDeletedRevisionHeader () | |
If the revision requested for view is deleted, check permissions. | |
showMissingArticle () | |
Show the error text for a missing article. | |
showNamespaceHeader () | |
Show a header specific to the namespace currently being viewed, like [[MediaWiki:Talkpagetext]]. | |
showPatrolFooter () | |
If patrol is possible, output a patrol UI box. | |
showProtectionIndicator () | |
Show a lock icon above the article body if the page is protected. | |
showRedirectedFromHeader () | |
If this request is a redirect view, send "redirected from" subtitle to the output. | |
showViewFooter () | |
Show the footer section of an ordinary page view. | |
unprotect () | |
action=unprotect handler (alias) | |
Protected Member Functions | |
closeShowImage () | |
For overloading. | |
compare ( $a, $b) | |
Callback for usort() to do link sorts by (namespace, title) Function copied from Title::compare() | |
doRenderLangOpt (array $langChoices, $renderLang) | |
Output a drop-down box for language options for the file. | |
getThumbPrevText ( $params, $sizeLinkBigImagePreview) | |
Make the text under the image to say what size preview. | |
getThumbSizes ( $origWidth, $origHeight) | |
Get alternative thumbnail sizes. | |
imageDupes () | |
imageHistory () | |
If the page we've just displayed is in the "Image" namespace, we follow it with an upload history of the image and its usage. | |
imageLinks () | |
loadFile () | |
makeMetadataTable ( $metadata) | |
Make a table with metadata to be shown in the output page. | |
makeSizeLink ( $params, $width, $height) | |
Creates a thumbnail of specified size and returns an HTML link to it. | |
newPage (Title $title) | |
openShowImage () | |
printSharedImageText () | |
Show a notice that the file is from a shared repository. | |
queryImageLinks ( $target, $limit) | |
showTOC ( $metadata) | |
Create the TOC. | |
uploadLinksBox () | |
Add the re-upload link (or message about not being able to re-upload) to the output. | |
Protected Member Functions inherited from Article | |
isDiffOnlyView () | |
showDiffPage () | |
Show a diff page according to current request variables. | |
tryFileCache () | |
checkLastModified returns true if it has taken care of all output to the client that is necessary for this request. | |
Protected Attributes | |
string false | $mExtraDescription = false |
Guaranteed to be HTML, {. | |
Protected Attributes inherited from Article | |
DatabaseBlockStore | $blockStore |
IConnectionProvider | $dbProvider |
LinkRenderer | $linkRenderer |
IContextSource null | $mContext |
The context this Article is executed in. | |
WikiPage | $mPage |
The WikiPage object of this instance. | |
RestrictionStore | $restrictionStore |
bool | $viewIsRenderAction = false |
Whether render() was called. | |
Additional Inherited Members | |
Static Public Member Functions inherited from Article | |
static | formatRobotPolicy ( $policy) |
Converts a String robot policy into an associative array, to allow merging of several policies using array_merge(). | |
static | getRedirectHeaderHtml (Language $lang, Title $target, $forceKnown=false) |
Return the HTML for the top of a redirect page. | |
static | newFromID ( $id) |
Constructor from a page id. | |
static | newFromTitle ( $title, IContextSource $context) |
Create an Article object of the appropriate class for the given page. | |
static | newFromWikiPage (WikiPage $page, IContextSource $context) |
Create an Article object of the appropriate class for the given page. | |
static | purgePatrolFooterCache ( $articleID) |
Purge the cache used to check if it is worth showing the patrol footer For example, it is done during re-uploads when file patrol is used. | |
Public Attributes inherited from Article | |
int null | $mOldId |
The oldid of the article that was requested to be shown, 0 for the current revision. | |
ParserOutput null false | $mParserOutput = null |
The ParserOutput generated for viewing the page, initialized by view(). | |
Title null | $mRedirectedFrom = null |
Title from which we were redirected here, if any. | |
string false | $mRedirectUrl = false |
URL to redirect to or false if none. | |
Rendering of file description pages.
@method WikiFilePage getPage()
Definition at line 39 of file ImagePage.php.
|
protected |
|
protected |
Callback for usort() to do link sorts by (namespace, title) Function copied from Title::compare()
stdClass | $a | Object page to compare with |
stdClass | $b | Object page to compare with |
Definition at line 1068 of file ImagePage.php.
|
protected |
Output a drop-down box for language options for the file.
array | $langChoices | Array of string language codes |
string | null | $renderLang | Language code for the language we want the file to rendered in, it is pre-selected in the drop down box, use null to select the default case in the option list |
Definition at line 1081 of file ImagePage.php.
References Article\getContext(), and getTitle().
Referenced by openShowImage().
ImagePage::getDisplayedFile | ( | ) |
Definition at line 229 of file ImagePage.php.
References loadFile().
Referenced by ImageHistoryList\__construct().
ImagePage::getDuplicates | ( | ) |
Definition at line 1202 of file ImagePage.php.
ImagePage::getFile | ( | ) |
Definition at line 1186 of file ImagePage.php.
References Article\getPage().
ImagePage::getForeignCategories | ( | ) |
Definition at line 1210 of file ImagePage.php.
|
protected |
Make the text under the image to say what size preview.
array | $params | parameters for thumbnail |
string | $sizeLinkBigImagePreview | HTML for the current size |
Definition at line 700 of file ImagePage.php.
References $params, and Article\getContext().
Referenced by openShowImage().
|
protected |
Get alternative thumbnail sizes.
int | $origWidth | Actual width of image |
int | $origHeight | Actual height of image |
Definition at line 1155 of file ImagePage.php.
References Article\getContext().
Referenced by openShowImage().
ImagePage::getUploadUrl | ( | ) |
Definition at line 790 of file ImagePage.php.
References getFile(), and loadFile().
Referenced by uploadLinksBox().
|
protected |
Definition at line 1008 of file ImagePage.php.
References Article\getContext(), File\getDescriptionUrl(), Article\getPage(), File\getRepo(), File\getTitle(), getTitle(), File\isLocal(), and loadFile().
Referenced by view().
|
protected |
If the page we've just displayed is in the "Image" namespace, we follow it with an upload history of the image and its usage.
Definition at line 847 of file ImagePage.php.
References Article\getContext(), getFile(), loadFile(), and uploadLinksBox().
Referenced by view().
|
protected |
Definition at line 882 of file ImagePage.php.
References Article\getContext(), getTitle(), NS_FILE, and queryImageLinks().
Referenced by view().
ImagePage::isLocal | ( | ) |
Definition at line 1194 of file ImagePage.php.
Referenced by uploadLinksBox().
|
protected |
Definition at line 73 of file ImagePage.php.
References Article\getPage(), and getTitle().
Referenced by getDisplayedFile(), getUploadUrl(), imageDupes(), imageHistory(), openShowImage(), printSharedImageText(), uploadLinksBox(), and view().
|
protected |
Make a table with metadata to be shown in the output page.
array | $metadata | The array containing the Exif data |
Definition at line 299 of file ImagePage.php.
References Article\getContext().
Referenced by view().
|
protected |
Creates a thumbnail of specified size and returns an HTML link to it.
array | $params | Scaler parameters |
int | $width | |
int | $height |
Definition at line 738 of file ImagePage.php.
References $params.
Referenced by openShowImage().
|
protected |
Title | $title |
Reimplemented from Article.
Definition at line 58 of file ImagePage.php.
|
protected |
Definition at line 352 of file ImagePage.php.
References $params, doRenderLangOpt(), Article\getContext(), getFile(), MediaWiki\Request\WebRequest\getIntOrNull(), Article\getPage(), MediaWiki\Request\WebRequest\getQueryValuesOnly(), getThumbPrevText(), getThumbSizes(), getTitle(), loadFile(), makeSizeLink(), printSharedImageText(), MediaWiki\Request\WebRequest\response(), wfEscapeWikiText(), and wfMessageFallback().
Referenced by view().
|
protected |
Show a notice that the file is from a shared repository.
Definition at line 757 of file ImagePage.php.
References Article\getContext(), FileRepo\getDisplayName(), getFile(), Article\getPage(), and loadFile().
Referenced by openShowImage().
|
protected |
string | string[] | $target | |
int | $limit |
Definition at line 871 of file ImagePage.php.
Referenced by imageLinks().
ImagePage::setFile | ( | $file | ) |
File | $file |
Definition at line 67 of file ImagePage.php.
References Article\getPage().
ImagePage::showError | ( | $description | ) |
Display an error with a wikitext description.
string | $description |
Definition at line 1051 of file ImagePage.php.
References Article\getContext().
|
protected |
Create the TOC.
bool | $metadata | Whether or not to show the metadata link |
Definition at line 240 of file ImagePage.php.
References Article\getContext().
Referenced by view().
|
protected |
Add the re-upload link (or message about not being able to re-upload) to the output.
Definition at line 802 of file ImagePage.php.
References Article\getContext(), getFile(), getTitle(), getUploadUrl(), isLocal(), and loadFile().
Referenced by imageHistory().
ImagePage::view | ( | ) |
This is the default action of the index.php entry point: just view the page of the given title.
Reimplemented from Article.
Definition at line 98 of file ImagePage.php.
References closeShowImage(), Article\getContext(), getFile(), Article\getPage(), getTitle(), imageDupes(), imageHistory(), imageLinks(), Article\isDiffOnlyView(), loadFile(), makeMetadataTable(), NS_FILE, openShowImage(), and showTOC().
|
protected |
Guaranteed to be HTML, {.
Definition at line 52 of file ImagePage.php.