MediaWiki REL1_35
|
Class for viewing MediaWiki article and history. More...
Public Member Functions | |
__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. | |
checkFlags ( $flags) | |
Call to WikiPage function for backwards compatibility. | |
checkTouched () | |
clear () | |
Clear the object. | |
clearPreparedEdit () | |
Call to WikiPage function for backwards compatibility. | |
commitRollback ( $fromP, $summary, $bot, &$resultDetails, User $guser=null) | |
confirmDelete ( $reason) | |
Output deletion confirmation dialog. | |
delete () | |
UI entry point for page deletion. | |
doDelete ( $reason, $suppress=false, $immediate=false) | |
Perform a deletion and output success or failure messages. | |
doDeleteArticle ( $reason, $suppress=false, $u1=null, $u2=null, &$error='', $immediate=false) | |
doDeleteArticleReal ( $reason, $suppress=false, $u1=null, $u2=null, &$error='', User $user=null, $tags=[], $immediate=false) | |
Call to WikiPage function for backwards compatibility. | |
doDeleteUpdates ( $id, Content $content=null, $revision=null, User $user=null) | |
doEditUpdates (Revision $revision, User $user, array $options=[]) | |
Call to WikiPage function for backwards compatibility. | |
doPurge () | |
doRollback ( $fromP, $summary, $token, $bot, &$resultDetails, User $user=null) | |
doUpdateRestrictions (array $limit, array $expiry, &$cascade, $reason, User $user) | |
doViewUpdates (User $user, $oldid=0) | |
exists () | |
fetchRevisionRecord () | |
Fetches the revision to work on. | |
followRedirect () | |
generateReason (&$hasHistory) | |
getActionOverrides () | |
Call to WikiPage function for backwards compatibility. | |
getAutoDeleteReason (&$hasHistory) | |
getCategories () | |
getComment ( $audience=RevisionRecord::FOR_PUBLIC, User $user=null) | |
Call to WikiPage function for backwards compatibility. | |
getContentHandler () | |
getContentModel () | |
getContext () | |
Gets the context this Article is executed in. | |
getContributors () | |
getCreator ( $audience=RevisionRecord::FOR_PUBLIC, User $user=null) | |
Call to WikiPage function for backwards compatibility. | |
getDeletionUpdates (Content $content=null) | |
getHiddenCategories () | |
getId () | |
getLatest () | |
getLinksTimestamp () | |
getMinorEdit () | |
getOldestRevision () | |
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, User $user=null) | |
#- | |
getRedirectedFrom () | |
Get the page this view was redirected from. | |
getRedirectTarget () | |
getRedirectURL ( $rt) | |
getRevIdFetched () | |
Use this to fetch the rev ID used on page views. | |
getRevision () | |
Call to WikiPage function for backwards compatibility. | |
getRevisionFetched () | |
Get the fetched Revision object depending on request parameters or null on failure. | |
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. | |
getTouched () | |
getUndoContent (Revision $undo, Revision $undoafter=null) | |
Call to WikiPage function for backwards compatibility. | |
getUser ( $audience=RevisionRecord::FOR_PUBLIC, User $user=null) | |
getUserText ( $audience=RevisionRecord::FOR_PUBLIC, User $user=null) | |
hasViewableContent () | |
insertOn ( $dbw, $pageId=null) | |
insertProtectNullRevision ( $revCommentMsg, array $limit, array $expiry, $cascade, $reason, $user=null) | |
insertRedirect () | |
insertRedirectEntry (Title $rt, $oldLatest=null) | |
isCountable ( $editInfo=false) | |
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. | |
isRedirect () | |
loadFromRow ( $data, $from) | |
loadPageData ( $from='fromdb') | |
lockAndGetLatest () | |
makeParserOptions ( $context) | |
pageDataFromId ( $dbr, $id, $options=[]) | |
pageDataFromTitle ( $dbr, $title, $options=[]) | |
prepareContentForEdit (Content $content, $revision=null, User $user=null, $serialFormat=null, $useCache=true) | |
Call to WikiPage function for backwards compatibility. | |
protect () | |
action=protect handler | |
protectDescription (array $limit, array $expiry) | |
protectDescriptionLog (array $limit, array $expiry) | |
render () | |
Handle action=render. | |
replaceSectionAtRev ( $sectionId, Content $sectionContent, $sectionTitle='', $baseRevId=null) | |
replaceSectionContent ( $sectionId, Content $sectionContent, $sectionTitle='', $edittime=null) | |
Call to WikiPage function for backwards compatibility. | |
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 -\> | |
setParserOptions (ParserOptions $options) | |
Override the ParserOptions used to render the primary article wikitext. | |
setRedirectedFrom (Title $from) | |
Tell the page view functions that this view was redirected from another page on the wiki. | |
setTimestamp ( $ts) | |
shouldCheckParserCache (ParserOptions $parserOptions, $oldId) | |
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. | |
supportsSections () | |
triggerOpportunisticLinksUpdate (ParserOutput $parserOutput) | |
unprotect () | |
action=unprotect handler (alias) | |
updateCategoryCounts (array $added, array $deleted, $id=0) | |
updateIfNewerOn ( $dbw, $revision) | |
Call to WikiPage function for backwards compatibility. | |
updateRedirectOn ( $dbw, $redirectTitle, $lastRevIsRedirect=null) | |
updateRestrictions ( $limit=[], $reason='', &$cascade=0, $expiry=[]) | |
updateRevisionOn ( $dbw, $revision, $lastRevision=null, $lastRevIsRedirect=null) | |
view () | |
This is the default action of the index.php entry point: just view the page of the given title. | |
viewRedirect ( $target, $appendSubtitle=true, $forceKnown=false) | |
Return the HTML for the top of a redirect page. | |
Static Public Member Functions | |
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 | |
bool | $mContentLoaded = false |
Is the target revision loaded? Set by fetchRevisionRecord(). | |
Content null | $mContentObject |
Content of the main slot of $this->mRevisionRecord. | |
int null | $mOldId |
The oldid of the article that was requested to be shown, 0 for the current revision. | |
ParserOptions null | $mParserOptions |
ParserOptions object for $wgUser articles. | |
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 bool | $mRedirectUrl = false |
URL to redirect to or false if none. | |
int | $mRevIdFetched = 0 |
Revision ID of revision that was loaded. | |
Protected Member Functions | |
fetchContentObject () | |
Get text content object Does NOT follow redirects. | |
getContentObject () | |
Returns a Content object representing the pages effective display content, not necessarily the revision's content! | |
getEmptyPageParserOutput (ParserOptions $options) | |
Returns ParserOutput to use when a page does not exist. | |
newPage (Title $title) | |
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 | |
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. | |
Private Member Functions | |
applyContentOverride (Content $override) | |
Applies a content override by constructing a fake Revision object and assigning it to mRevisionRecord. | |
getRevisionRedirectTarget (RevisionRecord $revision) | |
getSubstituteContent () | |
Returns Content object to use when the page does not exist. | |
makeFetchErrorContent () | |
Returns a Content object representing any error in $this->fetchContent, or null if there is no such error. | |
Private Attributes | |
Status null | $fetchResult = null |
represents the outcome of fetchRevisionRecord(). | |
$mRevisionRecord = null | |
PermissionManager | $permManager |
RevisionStore | $revisionStore |
Class for viewing MediaWiki article and history.
This maintains WikiPage functions for backwards compatibility.
Note: edit user interface and cache support functions have been moved to separate EditPage and HTMLFileCache classes.
Definition at line 46 of file Article.php.
Article::__construct | ( | Title | $title, |
$oldId = null |
|||
) |
Article::__get | ( | $fname | ) |
Use PHP's magic __get handler to handle accessing of raw WikiPage fields for backwards compatibility, as well as the deprecated $mRevision
string | $fname | Field name |
Definition at line 2364 of file Article.php.
References fetchRevisionRecord(), and wfDeprecatedMsg().
Article::__set | ( | $fname, | |
$fvalue | |||
) |
Use PHP's magic __set handler to handle setting of raw WikiPage fields for backwards compatibility, as well as the deprecated $mRevision
string | $fname | Field name |
mixed | $fvalue | New value |
Definition at line 2388 of file Article.php.
References wfDeprecatedMsg().
Article::addHelpLink | ( | $to, | |
$overrideBaseUrl = false |
|||
) |
Adds help link with an icon via page indicators.
Link target can be overridden by a local message containing a wikilink: the message key is: 'namespace-' + namespace number + '-helppage'.
string | $to | Target MediaWiki.org page title or encoded URL. |
bool | $overrideBaseUrl | Whether $url is a full URL, to avoid MW.o. |
Definition at line 1808 of file Article.php.
References getContext(), getTitle(), and wfMessage().
Referenced by CategoryPage\closeShowCategory().
Article::adjustDisplayTitle | ( | ParserOutput | $pOutput | ) |
Adjust title for pages with displaytitle, -{T|}- or language conversion.
ParserOutput | $pOutput |
Definition at line 924 of file Article.php.
References getContext(), and ParserOutput\getTitleText().
Referenced by view().
|
private |
Applies a content override by constructing a fake Revision object and assigning it to mRevisionRecord.
The fake revision will not have a user, timestamp or summary set.
Content | $override | Content to be used instead of the actual page content, coming from an extension or representing an error message. |
Definition at line 558 of file Article.php.
References getTitle().
Referenced by fetchRevisionRecord().
Article::checkFlags | ( | $flags | ) |
Call to WikiPage function for backwards compatibility.
int | $flags |
Definition at line 2420 of file Article.php.
References wfDeprecated().
Article::checkTouched | ( | ) |
Definition at line 2430 of file Article.php.
References wfDeprecated().
Article::clear | ( | ) |
Clear the object.
Definition at line 272 of file Article.php.
Article::clearPreparedEdit | ( | ) |
Call to WikiPage function for backwards compatibility.
Definition at line 2440 of file Article.php.
References wfDeprecated().
Article::commitRollback | ( | $fromP, | |
$summary, | |||
$bot, | |||
& | $resultDetails, | ||
User | $guser = null |
||
) |
Definition at line 3219 of file Article.php.
References getContext(), and wfDeprecated().
Article::confirmDelete | ( | $reason | ) |
Output deletion confirmation dialog.
string | $reason | Prefilled reason |
Definition at line 1983 of file Article.php.
References $title, getContext(), getTitle(), Message\numParam(), wfDebug(), and wfMessage().
Referenced by delete().
Article::delete | ( | ) |
UI entry point for page deletion.
Reimplemented in ImagePage.
Definition at line 1851 of file Article.php.
References $dbr, $title, $wgDeleteRevisionsLimit, confirmDelete(), DB_REPLICA, doDelete(), WatchAction\doWatchOrUnwatch(), getContext(), getPage(), getTitle(), wfDebug(), wfEscapeWikiText(), wfGetDB(), wfMessage(), and wfReadOnly().
Article::doDelete | ( | $reason, | |
$suppress = false , |
|||
$immediate = false |
|||
) |
Perform a deletion and output success or failure messages.
string | $reason | |
bool | $suppress | |
bool | $immediate | false allows deleting over time via the job queue |
FatalError | |
MWException |
Definition at line 2172 of file Article.php.
References getContext(), getTitle(), wfEscapeWikiText(), and wfMessage().
Referenced by delete().
Article::doDeleteArticle | ( | $reason, | |
$suppress = false , |
|||
$u1 = null , |
|||
$u2 = null , |
|||
& | $error = '' , |
||
$immediate = false |
|||
) |
string | $reason | |
bool | $suppress | |
int | null | $u1 | Unused |
bool | null | $u2 | Unused |
string | &$error | |
bool | $immediate | false allows deleting over time via the job queue |
FatalError | |
MWException |
Definition at line 3175 of file Article.php.
References wfDeprecated().
Article::doDeleteArticleReal | ( | $reason, | |
$suppress = false , |
|||
$u1 = null , |
|||
$u2 = null , |
|||
& | $error = '' , |
||
User | $user = null , |
||
$tags = [] , |
|||
$immediate = false |
|||
) |
Call to WikiPage function for backwards compatibility.
string | $reason | |
bool | $suppress | |
int | null | $u1 | |
bool | null | $u2 | |
array | string | &$error | |
User | null | $user | |
array | $tags | |
bool | $immediate |
Definition at line 2459 of file Article.php.
References wfDeprecated().
Definition at line 2477 of file Article.php.
References $content, and wfDeprecated().
Call to WikiPage function for backwards compatibility.
Definition at line 2496 of file Article.php.
References wfDeprecated().
Article::doPurge | ( | ) |
Definition at line 2508 of file Article.php.
References wfDeprecated().
Article::doRollback | ( | $fromP, | |
$summary, | |||
$token, | |||
$bot, | |||
& | $resultDetails, | ||
User | $user = null |
||
) |
string | $fromP | |
string | $summary | |
string | $token | |
bool | $bot | |
array | &$resultDetails | |
User | null | $user |
Definition at line 3193 of file Article.php.
References getContext(), and wfDeprecated().
Article::doUpdateRestrictions | ( | array | $limit, |
array | $expiry, | ||
& | $cascade, | ||
$reason, | |||
User | $user | ||
) |
array | $limit | |
array | $expiry | |
bool | &$cascade | |
string | $reason | |
User | $user |
Definition at line 3135 of file Article.php.
References wfDeprecated().
Article::doViewUpdates | ( | User | $user, |
$oldid = 0 |
|||
) |
User | $user | |
int | $oldid |
Definition at line 2519 of file Article.php.
References wfDeprecated().
Article::exists | ( | ) |
Definition at line 2529 of file Article.php.
References wfDeprecated().
Referenced by ImagePage\imageHistory().
|
protected |
Get text content object Does NOT follow redirects.
Definition at line 448 of file Article.php.
References fetchRevisionRecord().
Referenced by getContentObject().
Article::fetchRevisionRecord | ( | ) |
Fetches the revision to work on.
The revision is typically loaded from the database, but may also be a fake representing an error message or content supplied by an extension. Refer to $this->fetchResult for the revision actually loaded from the database, and any errors encountered while doing that.
Public since 1.35
Definition at line 467 of file Article.php.
References applyContentOverride(), getContext(), getOldID(), getTitle(), getUser(), makeFetchErrorContent(), and wfDebug().
Referenced by __get(), fetchContentObject(), getRevisionFetched(), showDiffPage(), and view().
Article::followRedirect | ( | ) |
Definition at line 2539 of file Article.php.
References wfDeprecated().
|
static |
Converts a String robot policy into an associative array, to allow merging of several policies using array_merge().
array | string | $policy | Returns empty array on null/false/'', transparent to already-converted arrays, converts string. |
Definition at line 1076 of file Article.php.
Article::generateReason | ( | & | $hasHistory | ) |
bool | &$hasHistory |
Definition at line 3234 of file Article.php.
References getPage(), and wfDeprecated().
Article::getActionOverrides | ( | ) |
Call to WikiPage function for backwards compatibility.
Definition at line 2549 of file Article.php.
Article::getAutoDeleteReason | ( | & | $hasHistory | ) |
bool | &$hasHistory |
Definition at line 2559 of file Article.php.
References wfDeprecated().
Article::getCategories | ( | ) |
Definition at line 2569 of file Article.php.
References wfDeprecated().
Article::getComment | ( | $audience = RevisionRecord::FOR_PUBLIC , |
|
User | $user = null |
||
) |
Call to WikiPage function for backwards compatibility.
int | $audience | |
User | null | $user |
Definition at line 2582 of file Article.php.
References wfDeprecated().
Article::getContentHandler | ( | ) |
Definition at line 2592 of file Article.php.
References wfDeprecated().
Article::getContentModel | ( | ) |
Definition at line 2602 of file Article.php.
References wfDeprecated().
|
protected |
Returns a Content object representing the pages effective display content, not necessarily the revision's content!
Note that getContent does not follow redirects anymore. If you need to fetch redirectable content easily, try the shortcut in WikiPage::getRedirectTarget()
This function has side effects! Do not use this function if you only want the real revision text if any.
Definition at line 304 of file Article.php.
References $content, fetchContentObject(), and getSubstituteContent().
Article::getContext | ( | ) |
Gets the context this Article is executed in.
Definition at line 2345 of file Article.php.
References wfDebug().
Referenced by ImageHistoryList\__construct(), EditPage\__construct(), and ProtectionForm\__construct().
Article::getContributors | ( | ) |
Definition at line 2612 of file Article.php.
References wfDeprecated().
Article::getCreator | ( | $audience = RevisionRecord::FOR_PUBLIC , |
|
User | $user = null |
||
) |
Call to WikiPage function for backwards compatibility.
int | $audience | |
User | null | $user |
Definition at line 2625 of file Article.php.
References wfDeprecated().
Article::getDeletionUpdates | ( | Content | $content = null | ) |
Content | null | $content |
Definition at line 2636 of file Article.php.
References $content, and wfDeprecated().
|
protected |
Returns ParserOutput to use when a page does not exist.
In some cases, we still want to show "virtual" content, e.g. in the MediaWiki namespace, or in the File namespace for non-local files.
ParserOptions | $options |
Reimplemented in ImagePage.
Definition at line 347 of file Article.php.
References $content, getSubstituteContent(), and getTitle().
Referenced by showMissingArticle().
Article::getHiddenCategories | ( | ) |
Definition at line 2646 of file Article.php.
References wfDeprecated().
Article::getId | ( | ) |
Definition at line 2656 of file Article.php.
References wfDeprecated().
Referenced by ImagePage\getEmptyPageParserOutput(), ImagePage\openShowImage(), ImagePage\printSharedImageText(), and ImagePage\view().
Article::getLatest | ( | ) |
Definition at line 2666 of file Article.php.
References wfDeprecated().
Article::getLinksTimestamp | ( | ) |
Definition at line 2676 of file Article.php.
References wfDeprecated().
Article::getMinorEdit | ( | ) |
Definition at line 2686 of file Article.php.
References wfDeprecated().
Article::getOldestRevision | ( | ) |
Definition at line 2695 of file Article.php.
References wfDeprecated().
Article::getOldID | ( | ) |
Definition at line 360 of file Article.php.
References getOldIDFromRequest().
Referenced by fetchRevisionRecord(), isCurrent(), showDeletedRevisionHeader(), showDiffPage(), showMissingArticle(), view(), and ImagePage\view().
Article::getOldIDFromRequest | ( | ) |
Sets $this->mRedirectUrl to a correct URL if the query parameters are incorrect.
Definition at line 373 of file Article.php.
References getContext(), and getTitle().
Referenced by getOldID().
Article::getPage | ( | ) |
Get the WikiPage object of this instance.
Definition at line 265 of file Article.php.
Referenced by ImageHistoryList\__construct(), EditPage\__construct(), delete(), generateReason(), ImagePage\getDuplicates(), ImagePage\getEmptyPageParserOutput(), ImagePage\getFile(), ImagePage\getForeignCategories(), ImagePage\imageDupes(), ImagePage\isLocal(), ImagePage\loadFile(), ImagePage\openShowImage(), ImagePage\printSharedImageText(), ImagePage\setFile(), view(), CategoryPage\view(), and ImagePage\view().
Article::getParserOptions | ( | ) |
Get parser options suitable for rendering the primary article wikitext.
Definition at line 2321 of file Article.php.
References getContext().
Referenced by getParserOutput(), and view().
Article::getParserOutput | ( | $oldid = null , |
|
User | $user = null |
||
) |
#-
Lightweight method to get the parser output for a page, checking the parser cache and so on. Doesn't consider most of the stuff that Article::view() is forced to consider, so it's not appropriate to use there.
Definition at line 2290 of file Article.php.
References getParserOptions().
Article::getRedirectedFrom | ( | ) |
Get the page this view was redirected from.
Definition at line 237 of file Article.php.
|
static |
Return the HTML for the top of a redirect page.
Chances are you should just be using the ParserOutput from WikitextContent::getParserOutput instead of calling this for redirects.
Language | $lang | |
Title | Title[] | $target | Destination(s) to redirect |
bool | $forceKnown | Should the image be shown as a bluelink regardless of existence? |
Definition at line 1761 of file Article.php.
References $lang, $title, MediaWiki\Linker\LinkRenderer\makeKnownLink(), MediaWiki\Linker\LinkRenderer\makeLink(), and wfMessage().
Article::getRedirectTarget | ( | ) |
Definition at line 2705 of file Article.php.
References wfDeprecated().
Article::getRedirectURL | ( | $rt | ) |
Title | $rt |
Definition at line 2716 of file Article.php.
References wfDeprecated().
Article::getRevIdFetched | ( | ) |
Use this to fetch the rev ID used on page views.
Before fetchRevisionRecord was called, this returns the page's latest revision, regardless of what getOldID() returns.
Definition at line 611 of file Article.php.
Referenced by view().
Article::getRevision | ( | ) |
Call to WikiPage function for backwards compatibility.
Definition at line 2727 of file Article.php.
References wfDeprecated().
Article::getRevisionFetched | ( | ) |
Get the fetched Revision object depending on request parameters or null on failure.
The revision returned may be a fake representing an error message or wrapping content supplied by an extension. Refer to $this->fetchResult for the revision actually loaded from the database.
Definition at line 596 of file Article.php.
References fetchRevisionRecord(), and wfDeprecated().
|
private |
RevisionRecord | $revision |
Definition at line 912 of file Article.php.
References $content, and MediaWiki\Revision\RevisionRecord\getContent().
Referenced by view().
Article::getRobotPolicy | ( | $action, | |
ParserOutput | $pOutput = null |
||
) |
Get the robot policy to be used for the current view.
string | $action | The action= GET parameter |
ParserOutput | null | $pOutput |
Definition at line 996 of file Article.php.
References $wgArticleRobotPolicies, $wgDefaultRobotPolicy, $wgNamespaceRobotPolicies, getContext(), getTitle(), NS_USER, and NS_USER_TALK.
Referenced by showMissingArticle(), and view().
|
private |
Returns Content object to use when the page does not exist.
Definition at line 320 of file Article.php.
References $content, getContext(), getTitle(), and NS_MEDIAWIKI.
Referenced by getContentObject(), and getEmptyPageParserOutput().
Article::getTimestamp | ( | ) |
Definition at line 2737 of file Article.php.
References wfDeprecated().
Article::getTitle | ( | ) |
Get the title object of the article.
Definition at line 255 of file Article.php.
Referenced by ImageHistoryList\__construct(), EditPage\__construct(), and ProtectionForm\__construct().
Article::getTouched | ( | ) |
Definition at line 2747 of file Article.php.
References wfDeprecated().
Referenced by CategoryPage\view().
Call to WikiPage function for backwards compatibility.
Definition at line 2760 of file Article.php.
References wfDeprecated().
Article::getUser | ( | $audience = RevisionRecord::FOR_PUBLIC , |
|
User | $user = null |
||
) |
int | $audience | |
User | null | $user |
Definition at line 2772 of file Article.php.
References wfDeprecated().
Article::getUserText | ( | $audience = RevisionRecord::FOR_PUBLIC , |
|
User | $user = null |
||
) |
int | $audience | |
User | null | $user |
Definition at line 2784 of file Article.php.
References wfDeprecated().
Article::hasViewableContent | ( | ) |
Definition at line 2794 of file Article.php.
References wfDeprecated().
Article::insertOn | ( | $dbw, | |
$pageId = null |
|||
) |
IDatabase | $dbw | |
int | null | $pageId |
Definition at line 2806 of file Article.php.
References wfDeprecated().
Article::insertProtectNullRevision | ( | $revCommentMsg, | |
array | $limit, | ||
array | $expiry, | ||
$cascade, | |||
$reason, | |||
$user = null |
|||
) |
string | $revCommentMsg | |
array | $limit | |
array | $expiry | |
int | $cascade | |
string | $reason | |
User | null | $user |
Definition at line 2822 of file Article.php.
References wfDeprecated().
Article::insertRedirect | ( | ) |
Definition at line 2836 of file Article.php.
References wfDeprecated().
Article::insertRedirectEntry | ( | Title | $rt, |
$oldLatest = null |
|||
) |
Title | $rt | |
int | null | $oldLatest |
Definition at line 2848 of file Article.php.
References wfDeprecated().
Article::isCountable | ( | $editInfo = false | ) |
PreparedEdit | bool | $editInfo |
Definition at line 2859 of file Article.php.
References wfDeprecated().
Article::isCurrent | ( | ) |
Returns true if the currently-referenced revision is the current edit to this page (and it exists).
Definition at line 574 of file Article.php.
References getOldID().
Referenced by view().
Article::isFileCacheable | ( | $mode = HTMLFileCache::MODE_NORMAL | ) |
Check if the page can be cached.
int | $mode | One of the HTMLFileCache::MODE_* constants (since 1.28) |
Definition at line 2262 of file Article.php.
References getContext(), getTitle(), and HTMLFileCache\useFileCache().
Referenced by tryFileCache().
Article::isRedirect | ( | ) |
Definition at line 2869 of file Article.php.
References wfDeprecated().
Referenced by showRedirectedFromHeader().
Article::loadFromRow | ( | $data, | |
$from | |||
) |
object | bool | $data | |
string | int | $from |
Definition at line 2880 of file Article.php.
References wfDeprecated().
Article::loadPageData | ( | $from = 'fromdb' | ) |
object | string | int | $from |
Definition at line 2890 of file Article.php.
References wfDeprecated().
Article::lockAndGetLatest | ( | ) |
Definition at line 2900 of file Article.php.
References wfDeprecated().
|
private |
Returns a Content object representing any error in $this->fetchContent, or null if there is no such error.
Definition at line 537 of file Article.php.
Referenced by fetchRevisionRecord().
Article::makeParserOptions | ( | $context | ) |
IContextSource | User | string | $context |
Definition at line 2911 of file Article.php.
References wfDeprecated().
|
static |
Constructor from a page id.
int | $id | Article ID to load |
Definition at line 182 of file Article.php.
References $t.
|
static |
Create an Article object of the appropriate class for the given page.
Title | $title | |
IContextSource | $context |
Definition at line 194 of file Article.php.
References $title, NS_CATEGORY, NS_FILE, and NS_MEDIA.
|
static |
Create an Article object of the appropriate class for the given page.
WikiPage | $page | |
IContextSource | $context |
Definition at line 226 of file Article.php.
References WikiPage\getTitle().
|
protected |
Title | $title |
Reimplemented in CategoryPage, and ImagePage.
Definition at line 173 of file Article.php.
References $title.
Referenced by __construct().
Article::pageDataFromId | ( | $dbr, | |
$id, | |||
$options = [] |
|||
) |
IDatabase | $dbr | |
int | $id | |
array | $options |
Definition at line 2924 of file Article.php.
References $dbr, and wfDeprecated().
Article::pageDataFromTitle | ( | $dbr, | |
$title, | |||
$options = [] |
|||
) |
IDatabase | $dbr | |
Title | $title | |
array | $options |
Definition at line 2937 of file Article.php.
References $dbr, $title, and wfDeprecated().
Article::prepareContentForEdit | ( | Content | $content, |
$revision = null , |
|||
User | $user = null , |
||
$serialFormat = null , |
|||
$useCache = true |
|||
) |
Call to WikiPage function for backwards compatibility.
Content | $content | |
Revision | RevisionRecord | null | $revision | |
User | null | $user | |
string | null | $serialFormat | |
bool | $useCache |
Definition at line 2955 of file Article.php.
References $content, and wfDeprecated().
Article::protect | ( | ) |
Article::protectDescription | ( | array | $limit, |
array | $expiry | ||
) |
array | $limit | |
array | $expiry |
Definition at line 2973 of file Article.php.
References wfDeprecated().
Article::protectDescriptionLog | ( | array | $limit, |
array | $expiry | ||
) |
array | $limit | |
array | $expiry |
Definition at line 2985 of file Article.php.
References wfDeprecated().
|
static |
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 | $articleID | ID of the article to purge |
Definition at line 1384 of file Article.php.
References $cache.
Article::render | ( | ) |
Handle action=render.
Definition at line 1825 of file Article.php.
References getContext(), and view().
Article::replaceSectionAtRev | ( | $sectionId, | |
Content | $sectionContent, | ||
$sectionTitle = '' , |
|||
$baseRevId = null |
|||
) |
string | int | null | bool | $sectionId | |
Content | $sectionContent | |
string | $sectionTitle | |
int | null | $baseRevId |
Definition at line 2999 of file Article.php.
References wfDeprecated().
Article::replaceSectionContent | ( | $sectionId, | |
Content | $sectionContent, | ||
$sectionTitle = '' , |
|||
$edittime = null |
|||
) |
Call to WikiPage function for backwards compatibility.
string | int | null | bool | $sectionId | |
Content | $sectionContent | |
string | $sectionTitle | |
string | null | $edittime |
Definition at line 3019 of file Article.php.
References wfDeprecated().
Article::setContext | ( | $context | ) |
Sets the context this Article is executed in.
IContextSource | $context |
Definition at line 2335 of file Article.php.
Article::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 -\>
int | $oldid | Revision ID of this article revision |
Definition at line 1588 of file Article.php.
References getContext(), Linker\getRevDeleteLink(), getTitle(), Linker\revComment(), and Linker\revUserTools().
Referenced by view().
Article::setParserOptions | ( | ParserOptions | $options | ) |
Override the ParserOptions used to render the primary article wikitext.
ParserOptions | $options |
MWException | If the parser options where already initialized. |
Definition at line 2308 of file Article.php.
Article::setRedirectedFrom | ( | Title | $from | ) |
Tell the page view functions that this view was redirected from another page on the wiki.
Title | $from |
Definition at line 246 of file Article.php.
Article::setTimestamp | ( | $ts | ) |
string | $ts |
Definition at line 3033 of file Article.php.
References wfDeprecated().
Article::shouldCheckParserCache | ( | ParserOptions | $parserOptions, |
$oldId | |||
) |
ParserOptions | $parserOptions | |
int | $oldId |
Definition at line 3045 of file Article.php.
References wfDeprecated().
Article::showDeletedRevisionHeader | ( | ) |
If the revision requested for view is deleted, check permissions.
Send either an error message or a warning header to the output.
Definition at line 1541 of file Article.php.
References getContext(), getOldID(), and getTitle().
Referenced by view().
|
protected |
Show a diff page according to current request variables.
For use within Article::view() only, other callers should use the DifferenceEngine class.
Definition at line 939 of file Article.php.
References fetchRevisionRecord(), getContext(), getOldID(), and wfMessage().
Referenced by view().
Article::showMissingArticle | ( | ) |
Show the error text for a missing article.
For articles in the MediaWiki namespace, show the default message text. To be called from Article::view().
Definition at line 1393 of file Article.php.
References $dbr, $lang, $title, $wgSend404Code, DB_REPLICA, getContext(), getEmptyPageParserOutput(), getOldID(), getRobotPolicy(), getTitle(), User\isIP(), User\newFromName(), NS_MEDIAWIKI, NS_USER, NS_USER_TALK, wfEscapeWikiText(), wfGetDB(), and wfMessage().
Referenced by view().
Article::showNamespaceHeader | ( | ) |
Show a header specific to the namespace currently being viewed, like [[MediaWiki:Talkpagetext]].
For Article::view().
Definition at line 1179 of file Article.php.
References getContext(), getTitle(), and wfMessage().
Referenced by view().
Article::showPatrolFooter | ( | ) |
If patrol is possible, output a patrol UI box.
This is called from the footer section of ordinary page views. If patrol is not possible or not desired, does nothing.
Side effect: When the patrol link is build, this method will call OutputPage::preventClickjacking() and load a JS module.
Definition at line 1215 of file Article.php.
References $cache, $dbr, $title, $wgUseFilePatrol, $wgUseNPPatrol, $wgUseRCPatrol, DB_REPLICA, getContext(), getTitle(), NS_FILE, RC_LOG, wfGetDB(), and wfMessage().
Referenced by showViewFooter().
Article::showRedirectedFromHeader | ( | ) |
If this request is a redirect view, send "redirected from" subtitle to the output.
Returns true if the header was needed, false if this is not a redirect view. Handles both local and remote redirects.
Definition at line 1105 of file Article.php.
References $wgRedirectSources, getContext(), getTitle(), isRedirect(), and Linker\makeExternalLink().
Referenced by view().
Article::showViewFooter | ( | ) |
Show the footer section of an ordinary page view.
Definition at line 1191 of file Article.php.
References getContext(), getTitle(), NS_USER_TALK, and showPatrolFooter().
Referenced by view().
Article::supportsSections | ( | ) |
Definition at line 3055 of file Article.php.
References wfDeprecated().
Article::triggerOpportunisticLinksUpdate | ( | ParserOutput | $parserOutput | ) |
ParserOutput | $parserOutput |
Definition at line 3065 of file Article.php.
References wfDeprecated().
|
protected |
checkLastModified returns true if it has taken care of all output to the client that is necessary for this request.
(that is, it has sent a cached version of the page)
Definition at line 2231 of file Article.php.
References $cache, getContext(), getTitle(), isFileCacheable(), and wfDebug().
Referenced by view().
Article::unprotect | ( | ) |
Article::updateCategoryCounts | ( | array | $added, |
array | $deleted, | ||
$id = 0 |
|||
) |
array | $added | |
array | $deleted | |
int | $id |
Definition at line 3077 of file Article.php.
References wfDeprecated().
Article::updateIfNewerOn | ( | $dbw, | |
$revision | |||
) |
Call to WikiPage function for backwards compatibility.
IDatabase | $dbw | |
Revision | $revision |
Definition at line 3090 of file Article.php.
References wfDeprecated().
Article::updateRedirectOn | ( | $dbw, | |
$redirectTitle, | |||
$lastRevIsRedirect = null |
|||
) |
IDatabase | $dbw | |
Title | null | $redirectTitle | |
null | bool | $lastRevIsRedirect |
Definition at line 3103 of file Article.php.
References wfDeprecated().
Article::updateRestrictions | ( | $limit = [] , |
|
$reason = '' , |
|||
& | $cascade = 0 , |
||
$expiry = [] |
|||
) |
array | $limit | |
string | $reason | |
int | &$cascade | |
array | $expiry |
Definition at line 3150 of file Article.php.
References getContext(), getUser(), and wfDeprecated().
Article::updateRevisionOn | ( | $dbw, | |
$revision, | |||
$lastRevision = null , |
|||
$lastRevIsRedirect = null |
|||
) |
IDatabase | $dbw | |
Revision | $revision | |
int | null | $lastRevision | |
bool | null | $lastRevIsRedirect |
Definition at line 3117 of file Article.php.
References wfDeprecated().
Article::view | ( | ) |
This is the default action of the index.php entry point: just view the page of the given title.
Reimplemented in CategoryPage, and ImagePage.
Definition at line 623 of file Article.php.
References $lang, $wgCdnMaxageStale, $wgUseFileCache, adjustDisplayTitle(), fetchRevisionRecord(), getContext(), getOldID(), getPage(), getParserOptions(), getRevIdFetched(), getRevisionRedirectTarget(), getRobotPolicy(), getTitle(), isCurrent(), EditPage\POST_EDIT_COOKIE_KEY_PREFIX, setOldSubtitle(), showDeletedRevisionHeader(), showDiffPage(), showMissingArticle(), showNamespaceHeader(), showRedirectedFromHeader(), showViewFooter(), tryFileCache(), wfDebug(), and wfMessage().
Referenced by render().
Article::viewRedirect | ( | $target, | |
$appendSubtitle = true , |
|||
$forceKnown = false |
|||
) |
Return the HTML for the top of a redirect page.
Chances are you should just be using the ParserOutput from WikitextContent::getParserOutput instead of calling this for redirects.
Title | array | $target | Destination(s) to redirect |
bool | $appendSubtitle | [optional] |
bool | $forceKnown | Should the image be shown as a bluelink regardless of existence? |
Definition at line 1739 of file Article.php.
References $lang, getContext(), getTitle(), and wfMessage().
|
private |
represents the outcome of fetchRevisionRecord().
$fetchResult->value is the RevisionRecord object, if the operation was successful.
The information in $fetchResult is duplicated by the following deprecated public fields: $mRevIdFetched, $mContentLoaded (and $mContentObject) also typically duplicate information of the loaded revision, but may be overwritten by extensions or due to errors.
Definition at line 111 of file Article.php.
|
protected |
Definition at line 130 of file Article.php.
Referenced by ImagePage\imageDupes(), ImagePage\imageLinks(), and ImagePage\openShowImage().
bool Article::$mContentLoaded = false |
Is the target revision loaded? Set by fetchRevisionRecord().
Definition at line 81 of file Article.php.
Content null Article::$mContentObject |
Content of the main slot of $this->mRevisionRecord.
Definition at line 73 of file Article.php.
|
protected |
The context this Article is executed in.
If null, RequestContext::getMain() is used.
getContext
Definition at line 54 of file Article.php.
int null Article::$mOldId |
The oldid of the article that was requested to be shown, 0 for the current revision.
Definition at line 88 of file Article.php.
|
protected |
The WikiPage object of this instance.
Definition at line 57 of file Article.php.
ParserOptions null Article::$mParserOptions |
ParserOptions object for $wgUser articles.
Initialized by getParserOptions by calling $this->mPage->makeParserOptions().
Definition at line 63 of file Article.php.
ParserOutput null false Article::$mParserOutput = null |
The ParserOutput generated for viewing the page, initialized by view().
If no ParserOutput could be generated, this is set to false.
Definition at line 118 of file Article.php.
Title null Article::$mRedirectedFrom = null |
Title from which we were redirected here, if any.
Definition at line 91 of file Article.php.
string bool Article::$mRedirectUrl = false |
URL to redirect to or false if none.
Definition at line 94 of file Article.php.
int Article::$mRevIdFetched = 0 |
Revision ID of revision that was loaded.
Definition at line 101 of file Article.php.
|
private |
Definition at line 153 of file Article.php.
|
private |
Definition at line 135 of file Article.php.
|
private |
Definition at line 140 of file Article.php.
|
protected |
Whether render() was called.
With the way subclasses work here, there doesn't seem to be any other way to stop calling OutputPage::enableSectionEditLinks() and still have it work as it did before.
Definition at line 125 of file Article.php.