|
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. | |
Public Member Functions inherited from MediaWiki\Page\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, such as [[MediaWiki:Subjectpageheader]] on subject pages or [[MediaWiki:Talkpageheader]] on talk pages. | |
| 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 MediaWiki\Page\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 MediaWiki\Page\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 MediaWiki\Page\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 MediaWiki\Page\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 34 of file ImagePage.php.
|
protected |
For overloading.
Definition at line 854 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 1082 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 1095 of file ImagePage.php.
References MediaWiki\Html\element(), and MediaWiki\MainConfigNames\Script.
Referenced by MediaWiki\Page\ImagePage\openShowImage().
| MediaWiki\Page\ImagePage::getDisplayedFile | ( | ) |
Definition at line 230 of file ImagePage.php.
References MediaWiki\Page\ImagePage\loadFile().
Referenced by MediaWiki\Page\ImageHistoryList\__construct().
| MediaWiki\Page\ImagePage::getDuplicates | ( | ) |
Definition at line 1211 of file ImagePage.php.
| MediaWiki\Page\ImagePage::getFile | ( | ) |
Definition at line 1195 of file ImagePage.php.
Referenced by MediaWiki\Page\ImagePage\openShowImage(), MediaWiki\Page\ImagePage\printSharedImageText(), and MediaWiki\Page\ImagePage\view().
| MediaWiki\Page\ImagePage::getForeignCategories | ( | ) |
Definition at line 1219 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 714 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 1164 of file ImagePage.php.
References MediaWiki\MainConfigNames\ImageLimits.
Referenced by MediaWiki\Page\ImagePage\openShowImage().
| MediaWiki\Page\ImagePage::getUploadUrl | ( | ) |
Definition at line 804 of file ImagePage.php.
|
protected |
Definition at line 1022 of file ImagePage.php.
References MediaWiki\FileRepo\File\File\getDescriptionUrl(), MediaWiki\FileRepo\File\File\getRepo(), MediaWiki\FileRepo\File\File\getTitle(), and MediaWiki\FileRepo\File\File\isLocal().
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 861 of file ImagePage.php.
References MediaWiki\MediaWikiServices\getInstance().
Referenced by MediaWiki\Page\ImagePage\view().
|
protected |
Definition at line 896 of file ImagePage.php.
References MediaWiki\Deferred\LinksUpdate\CategoryLinksTable\makeTitle(), and NS_FILE.
Referenced by MediaWiki\Page\ImagePage\view().
| MediaWiki\Page\ImagePage::isLocal | ( | ) |
|
protected |
Definition at line 68 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\openShowImage(), MediaWiki\Page\ImagePage\printSharedImageText(), 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 300 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 752 of file ImagePage.php.
Referenced by MediaWiki\Page\ImagePage\openShowImage().
|
protected |
| Title | $title |
Reimplemented from MediaWiki\Page\Article.
Definition at line 53 of file ImagePage.php.
|
protected |
Definition at line 353 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\Page\ImagePage\printSharedImageText(), MediaWiki\Request\WebRequest\response(), MediaWiki\MainConfigNames\Script, MediaWiki\MainConfigNames\Send404Code, MediaWiki\MainConfigNames\SVGMaxSize, MediaWiki\MainConfigNames\SVGNativeRendering, wfEscapeWikiText(), and wfMessageFallback().
Referenced by MediaWiki\Page\ImagePage\view().
|
protected |
Show a notice that the file is from a shared repository.
Definition at line 771 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 885 of file ImagePage.php.
| MediaWiki\Page\ImagePage::setFile | ( | $file | ) |
| File | $file |
Definition at line 62 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 1065 of file ImagePage.php.
|
protected |
Create the TOC.
| bool | $metadata | Whether or not to show the metadata link |
Definition at line 241 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 816 of file ImagePage.php.
References MediaWiki\Html\element(), and MediaWiki\MainConfigNames\EnableUploads.
| 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 93 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 47 of file ImagePage.php.