MediaWiki REL1_40
|
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) | |
__get ( $fname) | |
__set ( $fname, $fvalue) | |
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 () | |
doDelete ( $reason, $suppress=false, $immediate=false) | |
Perform a deletion and output success or failure messages. | |
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) | |
#- | |
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. | |
getTimestamp () | |
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. | |
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 an 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 | |
LinkRenderer | $linkRenderer |
IContextSource null | $mContext |
The context this Article is executed in. | |
WikiPage | $mPage |
The WikiPage object of this instance. | |
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, $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 35 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 1062 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 1075 of file ImagePage.php.
References $lang, getContext(), and getTitle().
Referenced by openShowImage().
ImagePage::getDisplayedFile | ( | ) |
Definition at line 230 of file ImagePage.php.
References loadFile().
Referenced by ImageHistoryList\__construct().
ImagePage::getDuplicates | ( | ) |
Definition at line 1196 of file ImagePage.php.
ImagePage::getFile | ( | ) |
Definition at line 1180 of file ImagePage.php.
References Article\getPage().
ImagePage::getForeignCategories | ( | ) |
Definition at line 1204 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 693 of file ImagePage.php.
References getContext().
Referenced by openShowImage().
|
protected |
Get alternative thumbnail sizes.
int | $origWidth | Actual width of image |
int | $origHeight | Actual height of image |
Definition at line 1149 of file ImagePage.php.
References getContext().
Referenced by openShowImage().
ImagePage::getUploadUrl | ( | ) |
Definition at line 783 of file ImagePage.php.
References getFile(), SpecialPage\getTitleFor(), and loadFile().
Referenced by uploadLinksBox().
|
protected |
Definition at line 1003 of file ImagePage.php.
References $file, Article\$linkRenderer, getContext(), Article\getPage(), File\getRepo(), getTitle(), loadFile(), and MediaWiki\Linker\LinkRenderer\makeKnownLink().
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 839 of file ImagePage.php.
References getContext(), getFile(), loadFile(), and uploadLinksBox().
Referenced by view().
|
protected |
Definition at line 875 of file ImagePage.php.
References Article\$linkRenderer, $res, getContext(), getTitle(), MediaWiki\Linker\LinkRenderer\makeKnownLink(), NS_FILE, and queryImageLinks().
Referenced by view().
ImagePage::isLocal | ( | ) |
Definition at line 1188 of file ImagePage.php.
Referenced by uploadLinksBox().
|
protected |
Definition at line 69 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 297 of file ImagePage.php.
References $type, and getContext().
Referenced by view().
|
protected |
Creates an thumbnail of specified size and returns an HTML link to it.
array | $params | Scaler parameters |
int | $width | |
int | $height |
Definition at line 731 of file ImagePage.php.
Referenced by openShowImage().
|
protected |
Title | $title |
Reimplemented from Article.
Definition at line 54 of file ImagePage.php.
References $title.
|
protected |
Definition at line 344 of file ImagePage.php.
References $dbr, $ext, $lang, Article\$linkRenderer, DB_REPLICA, doRenderLangOpt(), getContext(), getFile(), WebRequest\getIntOrNull(), Article\getPage(), WebRequest\getQueryValuesOnly(), getThumbPrevText(), getThumbSizes(), getTitle(), SpecialPage\getTitleFor(), loadFile(), MediaWiki\Linker\LinkRenderer\makeKnownLink(), makeSizeLink(), printSharedImageText(), WebRequest\response(), wfEscapeWikiText(), wfGetDB(), and wfMessageFallback().
Referenced by view().
|
protected |
Show a notice that the file is from a shared repository.
Definition at line 750 of file ImagePage.php.
References getContext(), FileRepo\getDisplayName(), getFile(), Article\getPage(), and loadFile().
Referenced by openShowImage().
|
protected |
string | string[] | $target | |
int | $limit |
Definition at line 863 of file ImagePage.php.
References $dbr, DB_REPLICA, and wfGetDB().
Referenced by imageLinks().
ImagePage::setFile | ( | $file | ) |
File | $file |
Definition at line 63 of file ImagePage.php.
References $file, and Article\getPage().
ImagePage::showError | ( | $description | ) |
Display an error with a wikitext description.
string | $description |
Definition at line 1045 of file ImagePage.php.
References getContext().
|
protected |
Create the TOC.
bool | $metadata | Whether or not to show the metadata link |
Definition at line 241 of file ImagePage.php.
References 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 795 of file ImagePage.php.
References getAuthority(), 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 94 of file ImagePage.php.
References closeShowImage(), 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 48 of file ImagePage.php.