MediaWiki master
|
Rendering of file description pages. More...
Inherits MediaWiki\Page\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. | |
![]() | |
__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. | |
![]() | |
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, {. | |
![]() | |
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 | 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. | |
![]() | |
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 45 of file ImagePage.php.
|
protected |
For overloading.
Definition at line 855 of file ImagePage.php.
Referenced by MediaWiki\Page\ImagePage\view().
|
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 1083 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 1096 of file ImagePage.php.
References MediaWiki\Html\element(), MediaWiki\Page\Article\getContext(), MediaWiki\Page\Article\getTitle(), and MediaWiki\MainConfigNames\Script.
Referenced by MediaWiki\Page\ImagePage\openShowImage().
MediaWiki\Page\ImagePage::getDisplayedFile | ( | ) |
Definition at line 240 of file ImagePage.php.
References MediaWiki\Page\ImagePage\loadFile().
Referenced by MediaWiki\Page\ImageHistoryList\__construct().
MediaWiki\Page\ImagePage::getDuplicates | ( | ) |
Definition at line 1212 of file ImagePage.php.
MediaWiki\Page\ImagePage::getFile | ( | ) |
Definition at line 1196 of file ImagePage.php.
Referenced by MediaWiki\Page\ImagePage\getUploadUrl(), MediaWiki\Page\ImagePage\imageHistory(), MediaWiki\Page\ImagePage\openShowImage(), MediaWiki\Page\ImagePage\printSharedImageText(), MediaWiki\Page\ImagePage\uploadLinksBox(), and MediaWiki\Page\ImagePage\view().
MediaWiki\Page\ImagePage::getForeignCategories | ( | ) |
Definition at line 1220 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 715 of file ImagePage.php.
References MediaWiki\Page\Article\getContext().
Referenced by MediaWiki\Page\ImagePage\openShowImage().
|
protected |
Get alternative thumbnail sizes.
int | $origWidth | Actual width of image |
int | $origHeight | Actual height of image |
Definition at line 1165 of file ImagePage.php.
References MediaWiki\Page\Article\getContext(), and MediaWiki\MainConfigNames\ImageLimits.
Referenced by MediaWiki\Page\ImagePage\openShowImage().
MediaWiki\Page\ImagePage::getUploadUrl | ( | ) |
Definition at line 805 of file ImagePage.php.
References MediaWiki\Page\ImagePage\getFile(), MediaWiki\SpecialPage\SpecialPage\getTitleFor(), and MediaWiki\Page\ImagePage\loadFile().
Referenced by MediaWiki\Page\ImagePage\uploadLinksBox().
|
protected |
Definition at line 1023 of file ImagePage.php.
References MediaWiki\Page\Article\getContext(), MediaWiki\FileRepo\File\File\getDescriptionUrl(), MediaWiki\Page\Article\getPage(), MediaWiki\FileRepo\File\File\getRepo(), MediaWiki\FileRepo\File\File\getTitle(), MediaWiki\Page\Article\getTitle(), MediaWiki\FileRepo\File\File\isLocal(), and MediaWiki\Page\ImagePage\loadFile().
Referenced by MediaWiki\Page\ImagePage\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 862 of file ImagePage.php.
References MediaWiki\Page\Article\getContext(), MediaWiki\Page\ImagePage\getFile(), MediaWiki\MediaWikiServices\getInstance(), MediaWiki\Page\ImagePage\loadFile(), and MediaWiki\Page\ImagePage\uploadLinksBox().
Referenced by MediaWiki\Page\ImagePage\view().
|
protected |
Definition at line 897 of file ImagePage.php.
References MediaWiki\Page\Article\getContext(), MediaWiki\Page\Article\getTitle(), NS_FILE, and MediaWiki\Page\ImagePage\queryImageLinks().
Referenced by MediaWiki\Page\ImagePage\view().
MediaWiki\Page\ImagePage::isLocal | ( | ) |
Definition at line 1204 of file ImagePage.php.
Referenced by MediaWiki\Page\ImagePage\uploadLinksBox().
|
protected |
Definition at line 79 of file ImagePage.php.
References MediaWiki\MediaWikiServices\getInstance(), MediaWiki\Page\Article\getPage(), and MediaWiki\Page\Article\getTitle().
Referenced by MediaWiki\Page\ImagePage\getDisplayedFile(), MediaWiki\Page\ImagePage\getUploadUrl(), MediaWiki\Page\ImagePage\imageDupes(), MediaWiki\Page\ImagePage\imageHistory(), MediaWiki\Page\ImagePage\openShowImage(), MediaWiki\Page\ImagePage\printSharedImageText(), MediaWiki\Page\ImagePage\uploadLinksBox(), and MediaWiki\Page\ImagePage\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 310 of file ImagePage.php.
References MediaWiki\Page\Article\getContext().
Referenced by MediaWiki\Page\ImagePage\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 753 of file ImagePage.php.
Referenced by MediaWiki\Page\ImagePage\openShowImage().
|
protected |
Title | $title |
Reimplemented from MediaWiki\Page\Article.
Definition at line 64 of file ImagePage.php.
|
protected |
Definition at line 363 of file ImagePage.php.
References MediaWiki\Page\ImagePage\doRenderLangOpt(), MediaWiki\Html\element(), MediaWiki\MainConfigNames\EnableUploads, MediaWiki\Page\Article\getContext(), MediaWiki\Page\ImagePage\getFile(), MediaWiki\MediaWikiServices\getInstance(), MediaWiki\Request\WebRequest\getIntOrNull(), MediaWiki\Page\Article\getPage(), MediaWiki\Request\WebRequest\getQueryValuesOnly(), MediaWiki\Page\ImagePage\getThumbPrevText(), MediaWiki\Page\ImagePage\getThumbSizes(), MediaWiki\Page\Article\getTitle(), MediaWiki\SpecialPage\SpecialPage\getTitleFor(), MediaWiki\Page\ImagePage\loadFile(), MediaWiki\Page\ImagePage\makeSizeLink(), MediaWiki\MainConfigNames\ParserEnableLegacyMediaDOM, MediaWiki\Page\ImagePage\printSharedImageText(), MediaWiki\Request\WebRequest\response(), MediaWiki\MainConfigNames\Script, MediaWiki\MainConfigNames\Send404Code, MediaWiki\MainConfigNames\SVGMaxSize, wfEscapeWikiText(), and wfMessageFallback().
Referenced by MediaWiki\Page\ImagePage\view().
|
protected |
Show a notice that the file is from a shared repository.
Definition at line 772 of file ImagePage.php.
References MediaWiki\Page\Article\getContext(), MediaWiki\FileRepo\FileRepo\getDisplayName(), MediaWiki\Page\ImagePage\getFile(), MediaWiki\Page\Article\getPage(), and MediaWiki\Page\ImagePage\loadFile().
Referenced by MediaWiki\Page\ImagePage\openShowImage().
|
protected |
string | string[] | $target | |
int | $limit |
Definition at line 886 of file ImagePage.php.
Referenced by MediaWiki\Page\ImagePage\imageLinks().
MediaWiki\Page\ImagePage::setFile | ( | $file | ) |
File | $file |
Definition at line 73 of file ImagePage.php.
References MediaWiki\Page\Article\getPage().
MediaWiki\Page\ImagePage::showError | ( | $description | ) |
Display an error with a wikitext description.
string | $description |
Definition at line 1066 of file ImagePage.php.
References MediaWiki\Page\Article\getContext().
|
protected |
Create the TOC.
bool | $metadata | Whether or not to show the metadata link |
Definition at line 251 of file ImagePage.php.
References MediaWiki\Page\Article\getContext().
Referenced by MediaWiki\Page\ImagePage\view().
|
protected |
Add the re-upload link (or message about not being able to re-upload) to the output.
Definition at line 817 of file ImagePage.php.
References MediaWiki\Html\element(), MediaWiki\MainConfigNames\EnableUploads, MediaWiki\Page\Article\getContext(), MediaWiki\Page\ImagePage\getFile(), MediaWiki\Page\Article\getTitle(), MediaWiki\Page\ImagePage\getUploadUrl(), MediaWiki\Page\ImagePage\isLocal(), and MediaWiki\Page\ImagePage\loadFile().
Referenced by MediaWiki\Page\ImagePage\imageHistory().
MediaWiki\Page\ImagePage::view | ( | ) |
This is the default action of the index.php entry point: just view the page of the given title.
Reimplemented from MediaWiki\Page\Article.
Definition at line 104 of file ImagePage.php.
References MediaWiki\Page\ImagePage\closeShowImage(), MediaWiki\Html\element(), MediaWiki\Page\Article\getContext(), MediaWiki\Page\ImagePage\getFile(), MediaWiki\Page\Article\getPage(), MediaWiki\Page\Article\getTitle(), MediaWiki\Page\ImagePage\imageDupes(), MediaWiki\Page\ImagePage\imageHistory(), MediaWiki\Page\ImagePage\imageLinks(), MediaWiki\Page\Article\isDiffOnlyView(), MediaWiki\Page\ImagePage\loadFile(), MediaWiki\Page\ImagePage\makeMetadataTable(), NS_FILE, MediaWiki\Page\ImagePage\openShowImage(), MediaWiki\MainConfigNames\ShowEXIF, and MediaWiki\Page\ImagePage\showTOC().
|
protected |
Guaranteed to be HTML, {.
Definition at line 58 of file ImagePage.php.