MediaWiki
1.34.0
|
DifferenceEngine is responsible for rendering the difference between two revisions as HTML. More...
Public Member Functions | |
__construct ( $context=null, $old=0, $new=0, $rcid=0, $refreshCache=false, $unhide=false) | |
#- More... | |
addHeader ( $diff, $otitle, $ntitle, $multi='', $notice='') | |
Add the header to a diff body. More... | |
deletedIdMarker ( $id) | |
Build a wikitext link toward a deleted revision, if viewable. More... | |
deletedLink ( $id) | |
Look up a special:Undelete link to the given deleted revision id, as a workaround for being unable to load deleted diffs in currently. More... | |
generateContentDiffBody (Content $old, Content $new) | |
Generate a diff, no caching. More... | |
generateTextDiffBody ( $otext, $ntext) | |
Generate a diff, no caching. More... | |
getDiff ( $otitle, $ntitle, $notice='') | |
Get complete diff table, including header. More... | |
getDiffBody () | |
Get the diff table body, without header. More... | |
getDiffBodyForRole ( $role) | |
Get the diff table body for one slot, without header. More... | |
getDiffLang () | |
Get the language of the difference engine, defaults to page content language. More... | |
getExtraCacheKeys () | |
Implements DifferenceEngineSlotDiffRenderer::getExtraCacheKeys(). More... | |
getMultiNotice () | |
If there are revisions between the ones being compared, return a note saying so. More... | |
getNewid () | |
Get the ID of new revision (right pane) of the diff. More... | |
getNewRevision () | |
Get the right side of the diff. More... | |
getOldid () | |
Get the ID of old revision (left pane) of the diff. More... | |
getOldRevision () | |
Get the left side of the diff. More... | |
getRevisionHeader (Revision $rev, $complete='') | |
Get a header for a specified revision. More... | |
getTitle () | |
loadNewText () | |
Load the text of the new revision, not the old one. More... | |
loadRevisionData () | |
Load revision metadata for the specified revisions. More... | |
loadText () | |
Load the text of the revisions, as well as revision data. More... | |
localiseLineNumbers ( $text) | |
Replace line numbers with the text in the user's language. More... | |
localiseLineNumbersCb ( $matches) | |
mapDiffPrevNext ( $old, $new) | |
Maps a revision pair definition as accepted by DifferenceEngine constructor to a pair of actual integers representing revision ids. More... | |
markAsSlotDiffRenderer () | |
Mark this DifferenceEngine as a slot renderer (as opposed to a page renderer). More... | |
markPatrolledLink () | |
Build a link to mark a change as patrolled. More... | |
renderNewRevision () | |
Show the new revision of the page. More... | |
setContent (Content $oldContent, Content $newContent) | |
Use specified text instead of loading from the database. More... | |
setReducedLineNumbers ( $value=true) | |
Set reduced line numbers mode. More... | |
setRevisions (RevisionRecord $oldRevision=null, RevisionRecord $newRevision) | |
Use specified text instead of loading from the database. More... | |
setTextLanguage (Language $lang) | |
Set the language in which the diff text is written. More... | |
showDiff ( $otitle, $ntitle, $notice='') | |
Get the diff text, send it to the OutputPage object Returns false if the diff could not be generated, otherwise returns true. More... | |
showDiffPage ( $diffOnly=false) | |
showDiffStyle () | |
Add style sheets for diff display. More... | |
wasCacheHit () | |
Public Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). More... | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. More... | |
getConfig () | |
getContext () | |
Get the base IContextSource object. More... | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getUser () | |
getWikiPage () | |
Get the WikiPage object. More... | |
msg ( $key,... $params) | |
Get a Message object with context set Parameters are the same as wfMessage() More... | |
setContext (IContextSource $context) | |
Static Public Member Functions | |
static | getEngine () |
Process DiffEngine config and get a sane, usable engine. More... | |
static | intermediateEditsMsg ( $numEdits, $numUsers, $limit) |
Get a notice about how many intermediate edits and users there are. More... | |
Public Attributes | |
$enableDebugComment = false | |
Set this to true to add debug info to the HTML output. More... | |
const | DIFF_VERSION = '1.12' |
Constant to indicate diff cache compatibility. More... | |
Protected Member Functions | |
debug ( $generator="internal") | |
Generate a debug comment indicating diff generating time, server node, and generator backend. More... | |
getDiffBodyCacheKey () | |
Returns the cache key for diff body text or content. More... | |
getDiffBodyCacheKeyParams () | |
Get the cache key parameters. More... | |
getMarkPatrolledLinkInfo () | |
Returns an array of meta data needed to build a "mark as patrolled" link and adds the mediawiki.page.patrol.ajax to the output. More... | |
getParserOutput (WikiPage $page, Revision $rev) | |
getSlotContents () | |
Get the old and new content objects for all slots. More... | |
getSlotDiffRenderers () | |
getSlotHeader ( $headerText) | |
Get a slot header for inclusion in a diff body (as a table row). More... | |
revisionDeleteLink ( $rev) | |
textDiff ( $otext, $ntext) | |
Generates diff, to be wrapped internally in a logging/instrumentation. More... | |
Protected Attributes | |
bool | $isContentOverridden = false |
Was the content overridden via setContent()? If the content was overridden, most internal state (e.g. More... | |
bool | $isSlotDiffRenderer = false |
Temporary hack for B/C while slot diff related methods of DifferenceEngine are being deprecated. More... | |
bool | $mCacheHit = false |
Was the diff fetched from cache? More... | |
Language | $mDiffLang |
string | $mMarkPatrolledLink = null |
Link to action=markpatrolled. More... | |
int string false null | $mNewid |
Revision ID for the new revision. More... | |
Title null | $mNewPage |
Title of $mNewRev or null if the new revision does not exist or does not belong to a page. More... | |
Revision null | $mNewRev |
New revision (right pane). More... | |
int false null | $mOldid |
Revision ID for the old revision. More... | |
Title null | $mOldPage |
Title of $mOldRev or null if the old revision does not exist or does not belong to a page. More... | |
Revision null false | $mOldRev |
Old revision (left pane). More... | |
bool | $mReducedLineNumbers = false |
If true, line X is not displayed when X is 1, for example to increase readability and conserve space with many small diffs. More... | |
bool | $mRefreshCache = false |
Refresh the diff cache. More... | |
bool | $mRevisionsLoaded = false |
Have the revisions been loaded. More... | |
int | $mTextLoaded = 0 |
How many text blobs have been loaded, 0, 1 or 2? More... | |
SlotDiffRenderer[] | $slotDiffRenderers = null |
DifferenceEngine classes for the slots, keyed by role name. More... | |
bool | $unhide = false |
Show rev_deleted content if allowed. More... | |
Private Member Functions | |
addLocalisedTitleTooltips ( $text) | |
Add title attributes for tooltips on moved paragraph indicators. More... | |
addLocalisedTitleTooltipsCb (array $matches) | |
getDebugString () | |
loadRevisionIds () | |
Load revision IDs. More... | |
localiseDiff ( $text) | |
Localise diff output. More... | |
showMissingRevision () | |
userCanEdit (Revision $rev) | |
Private Attributes | |
Content null | $mNewContent |
string[] null | $mNewTags |
Change tags of $mNewRev or null if it does not exist / is not saved. More... | |
Content null | $mOldContent |
string[] null | $mOldTags |
Change tags of $mOldRev or null if it does not exist / is not saved. More... | |
bool | $mRevisionsIdsLoaded = false |
Have the revisions IDs been loaded. More... | |
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
This includes interpreting URL parameters, retrieving revision data, checking access permissions, selecting and invoking the diff generator class for the individual slots, doing post-processing on the generated diff, adding the rest of the HTML (such as headers) and writing the whole thing to OutputPage.
DifferenceEngine can be subclassed by extensions, by customizing ContentHandler::createDifferenceEngine; the content handler will be selected based on the content model of the main slot (of the new revision, when the two are different). That might change after PageTypeHandler gets introduced.
In the past, the class was also used for slot-level diff generation, and extensions might still subclass it and add such functionality. When that is the case (sepcifically, when a ContentHandler returns a standard SlotDiffRenderer but a nonstandard DifferenceEngine) DifferenceEngineSlotDiffRenderer will be used to convert the old behavior into the new one.
Definition at line 51 of file DifferenceEngine.php.
DifferenceEngine::__construct | ( | $context = null , |
|
$old = 0 , |
|||
$new = 0 , |
|||
$rcid = 0 , |
|||
$refreshCache = false , |
|||
$unhide = false |
|||
) |
#-
IContextSource | null | $context | Context to use, anything else will be ignored |
int | $old | Old ID we want to show and diff with. |
string | int | $new | Either revision ID or 'prev' or 'next'. Default: 0. |
int | $rcid | Deprecated, no longer used! |
bool | $refreshCache | If set, refreshes the diff cache |
bool | $unhide | If set, allow viewing deleted revs |
Definition at line 210 of file DifferenceEngine.php.
References ContextSource\$context, $unhide, deprecatePublicProperty(), ContextSource\setContext(), and wfDebug().
DifferenceEngine::addHeader | ( | $diff, | |
$otitle, | |||
$ntitle, | |||
$multi = '' , |
|||
$notice = '' |
|||
) |
Add the header to a diff body.
string | $diff | Diff body |
string | $otitle | Old revision header |
string | $ntitle | New revision header |
string | $multi | Notice telling user that there are intermediate revisions between the ones being compared |
string | $notice | Other notices, e.g. that user is viewing deleted content |
Definition at line 1620 of file DifferenceEngine.php.
References $header, getDiffLang(), and ContextSource\getLanguage().
Referenced by getDiff(), and showDiffPage().
|
private |
Add title attributes for tooltips on moved paragraph indicators.
string | $text |
Definition at line 1449 of file DifferenceEngine.php.
Referenced by localiseDiff().
|
private |
array | $matches |
Definition at line 1461 of file DifferenceEngine.php.
References $matches, and ContextSource\msg().
|
protected |
Generate a debug comment indicating diff generating time, server node, and generator backend.
string | $generator | : What diff engine was used |
Definition at line 1378 of file DifferenceEngine.php.
References $generator, ContextSource\getConfig(), wfHostname(), and wfTimestamp().
Referenced by getDebugString().
DifferenceEngine::deletedIdMarker | ( | $id | ) |
Build a wikitext link toward a deleted revision, if viewable.
int | $id | Revision ID |
Definition at line 436 of file DifferenceEngine.php.
References deletedLink().
Referenced by showMissingRevision().
DifferenceEngine::deletedLink | ( | $id | ) |
Look up a special:Undelete link to the given deleted revision id, as a workaround for being unable to load deleted diffs in currently.
int | $id | Revision ID |
Definition at line 402 of file DifferenceEngine.php.
References $dbr, $title, DB_REPLICA, Revision\getArchiveQueryInfo(), SpecialPage\getTitleFor(), Title\makeTitleSafe(), Revision\newFromArchiveRow(), and wfGetDB().
Referenced by deletedIdMarker().
Generate a diff, no caching.
Exception | If old or new content is not an instance of TextContent. |
Definition at line 1250 of file DifferenceEngine.php.
References Content\getContentHandler(), ContextSource\getContext(), and getDebugString().
DifferenceEngine::generateTextDiffBody | ( | $otext, | |
$ntext | |||
) |
Generate a diff, no caching.
string | $otext | Old text, must be already segmented |
string | $ntext | New text, must be already segmented |
Exception | If content handling for text content is configured in a way that makes maintaining B/C hard. |
Definition at line 1278 of file DifferenceEngine.php.
References CONTENT_MODEL_TEXT, ContextSource\getContext(), getDebugString(), and ContentHandler\getForModelID().
|
private |
Definition at line 1393 of file DifferenceEngine.php.
References debug(), and getEngine().
Referenced by generateContentDiffBody(), generateTextDiffBody(), and textDiff().
DifferenceEngine::getDiff | ( | $otitle, | |
$ntitle, | |||
$notice = '' |
|||
) |
Get complete diff table, including header.
string | bool | $otitle | Header for old text or false |
string | bool | $ntitle | Header for new text or false |
string | $notice | HTML between diff header and body |
Definition at line 992 of file DifferenceEngine.php.
References addHeader(), getDiffBody(), getMultiNotice(), and ContextSource\msg().
Referenced by showDiff().
DifferenceEngine::getDiffBody | ( | ) |
Get the diff table body, without header.
Definition at line 1014 of file DifferenceEngine.php.
References $cache, getDiffBodyCacheKey(), getDiffBodyCacheKeyParams(), getSlotContents(), getSlotDiffRenderers(), getSlotHeader(), loadRevisionData(), loadText(), localiseDiff(), Hooks\run(), and wfIncrStats().
Referenced by getDiff().
|
protected |
Returns the cache key for diff body text or content.
MWException |
Definition at line 1156 of file DifferenceEngine.php.
Referenced by getDiffBody(), and getExtraCacheKeys().
|
protected |
Get the cache key parameters.
Subclasses can replace the first element in the array to something more specific to the type of diff (e.g. "inline-diff"), or append if the cache should vary on more things. Overriding entirely should be avoided.
MWException |
Definition at line 1173 of file DifferenceEngine.php.
References DIFF_VERSION, getEngine(), and getSlotDiffRenderers().
Referenced by getDiffBody(), and getExtraCacheKeys().
DifferenceEngine::getDiffBodyForRole | ( | $role | ) |
Get the diff table body for one slot, without header.
string | $role |
Definition at line 1110 of file DifferenceEngine.php.
References getSlotContents(), getSlotDiffRenderers(), getSlotHeader(), and localiseDiff().
DifferenceEngine::getDiffLang | ( | ) |
Get the language of the difference engine, defaults to page content language.
Definition at line 334 of file DifferenceEngine.php.
References $mDiffLang, and getTitle().
Referenced by addHeader().
|
static |
Process DiffEngine config and get a sane, usable engine.
Definition at line 1296 of file DifferenceEngine.php.
References wfDebug(), and wfWarn().
Referenced by getDebugString(), getDiffBodyCacheKeyParams(), ContentHandler\getSlotDiffRendererInternal(), and localiseDiff().
DifferenceEngine::getExtraCacheKeys | ( | ) |
Implements DifferenceEngineSlotDiffRenderer::getExtraCacheKeys().
Only used when DifferenceEngine is wrapped in DifferenceEngineSlotDiffRenderer.
Definition at line 1207 of file DifferenceEngine.php.
References getDiffBodyCacheKey(), and getDiffBodyCacheKeyParams().
|
protected |
Returns an array of meta data needed to build a "mark as patrolled" link and adds the mediawiki.page.patrol.ajax to the output.
Definition at line 765 of file DifferenceEngine.php.
References DB_REPLICA, ContextSource\getConfig(), ContextSource\getOutput(), ContextSource\getUser(), RecentChange\isInRCLifespan(), RecentChange\newFromConds(), RecentChange\PRC_UNPATROLLED, Hooks\run(), and wfGetDB().
Referenced by markPatrolledLink().
DifferenceEngine::getMultiNotice | ( | ) |
If there are revisions between the ones being compared, return a note saying so.
Definition at line 1473 of file DifferenceEngine.php.
References $mNewRev, $mOldRev, and intermediateEditsMsg().
Referenced by getDiff(), and showDiffPage().
DifferenceEngine::getNewid | ( | ) |
Get the ID of new revision (right pane) of the diff.
0 for the current revision, false if the new revision does not exist, null if it's unsaved. To get a real revision ID instead of 0, call loadRevisionData() first.
Definition at line 369 of file DifferenceEngine.php.
References $mNewid, and loadRevisionIds().
DifferenceEngine::getNewRevision | ( | ) |
Get the right side of the diff.
Should not be null but can still happen in the case of load failure.
Definition at line 390 of file DifferenceEngine.php.
DifferenceEngine::getOldid | ( | ) |
Get the ID of old revision (left pane) of the diff.
0 for the revision previous to getNewid(), false if the old revision does not exist, null if it's unsaved. To get a real revision ID instead of 0, call loadRevisionData() first.
Definition at line 357 of file DifferenceEngine.php.
References $mOldid, and loadRevisionIds().
DifferenceEngine::getOldRevision | ( | ) |
Get the left side of the diff.
Could be null when the first revision of the page is diffed to 'prev' (or in the case of load failure).
Definition at line 381 of file DifferenceEngine.php.
Definition at line 927 of file DifferenceEngine.php.
References ContextSource\getContext(), Revision\getId(), WikiPage\getParserOutput(), and WikiPage\makeParserOptions().
Referenced by renderNewRevision().
DifferenceEngine::getRevisionHeader | ( | Revision | $rev, |
$complete = '' |
|||
) |
Get a header for a specified revision.
Revision | $rev | |
string | $complete | 'complete' to get the header wrapped depending the visibility of the revision and a link to edit the page. |
Definition at line 1554 of file DifferenceEngine.php.
References $header, $lang, $title, Revision\getId(), ContextSource\getLanguage(), Revision\getTimestamp(), Revision\getTitle(), ContextSource\getUser(), Revision\isCurrent(), Revision\isDeleted(), Linker\linkKnown(), ContextSource\msg(), and userCanEdit().
Referenced by renderNewRevision(), and showDiffPage().
|
protected |
Get the old and new content objects for all slots.
This method does not do any permission checks.
Definition at line 276 of file DifferenceEngine.php.
References $mNewContent, $mOldContent, and loadRevisionData().
Referenced by getDiffBody(), getDiffBodyForRole(), and getSlotDiffRenderers().
|
protected |
Definition at line 241 of file DifferenceEngine.php.
References $content, $slotDiffRenderers, ContextSource\getContext(), getSlotContents(), and loadRevisionData().
Referenced by getDiffBody(), getDiffBodyCacheKeyParams(), getDiffBodyForRole(), and showDiffStyle().
|
protected |
Get a slot header for inclusion in a diff body (as a table row).
string | $headerText | The text of the header |
Definition at line 1139 of file DifferenceEngine.php.
References ContextSource\getLanguage().
Referenced by getDiffBody(), and getDiffBodyForRole().
DifferenceEngine::getTitle | ( | ) |
Reimplemented from ContextSource.
Definition at line 314 of file DifferenceEngine.php.
References getTitle(), Title\makeTitle(), and NS_SPECIAL.
Referenced by getDiffLang(), loadRevisionData(), loadRevisionIds(), renderNewRevision(), and showDiffPage().
|
static |
Get a notice about how many intermediate edits and users there are.
int | $numEdits | |
int | $numUsers | |
int | $limit |
Definition at line 1518 of file DifferenceEngine.php.
References wfMessage().
Referenced by getMultiNotice().
DifferenceEngine::loadNewText | ( | ) |
Load the text of the new revision, not the old one.
Definition at line 1957 of file DifferenceEngine.php.
References ContextSource\getUser(), loadRevisionData(), and Hooks\run().
Referenced by renderNewRevision().
DifferenceEngine::loadRevisionData | ( | ) |
Load revision metadata for the specified revisions.
If newid is 0, then compare the old revision in oldid to the current revision of the current page (as defined by the request context); if oldid is 0, then compare the revision in newid to the immediately previous one.
If oldid is false, leave the corresponding revision object set to false. This can happen with 'diff=prev' pointing to a non-existent revision, and is also used directly by the API.
Definition at line 1810 of file DifferenceEngine.php.
References $dbr, DB_REPLICA, getTitle(), loadRevisionIds(), Revision\newFromId(), Revision\newFromTitle(), and wfGetDB().
Referenced by getDiffBody(), getSlotContents(), getSlotDiffRenderers(), loadNewText(), loadText(), and showDiffPage().
|
private |
Load revision IDs.
Definition at line 1774 of file DifferenceEngine.php.
References $mNewid, $mOldid, getTitle(), mapDiffPrevNext(), and Hooks\run().
Referenced by getNewid(), getOldid(), and loadRevisionData().
DifferenceEngine::loadText | ( | ) |
Load the text of the revisions, as well as revision data.
When the old revision is missing (mOldRev is false), loading mOldContent is not attempted.
Definition at line 1919 of file DifferenceEngine.php.
References $mOldContent, ContextSource\getUser(), loadRevisionData(), and Hooks\run().
Referenced by getDiffBody().
|
private |
Localise diff output.
string | $text |
Definition at line 1410 of file DifferenceEngine.php.
References addLocalisedTitleTooltips(), getEngine(), and localiseLineNumbers().
Referenced by getDiffBody(), and getDiffBodyForRole().
DifferenceEngine::localiseLineNumbers | ( | $text | ) |
Replace line numbers with the text in the user's language.
string | $text |
Definition at line 1427 of file DifferenceEngine.php.
Referenced by localiseDiff().
DifferenceEngine::localiseLineNumbersCb | ( | $matches | ) |
Definition at line 1435 of file DifferenceEngine.php.
References $matches, and ContextSource\msg().
DifferenceEngine::mapDiffPrevNext | ( | $old, | |
$new | |||
) |
Maps a revision pair definition as accepted by DifferenceEngine constructor to a pair of actual integers representing revision ids.
int | $old | Revision id, e.g. from URL parameter 'oldid' |
int | string | $new | Revision id or strings 'next' or 'prev', e.g. from URL parameter 'diff' |
Definition at line 1739 of file DifferenceEngine.php.
Referenced by loadRevisionIds().
DifferenceEngine::markAsSlotDiffRenderer | ( | ) |
Mark this DifferenceEngine as a slot renderer (as opposed to a page renderer).
This is used in legacy mode when the DifferenceEngine is wrapped in a DifferenceEngineSlotDiffRenderer.
Definition at line 267 of file DifferenceEngine.php.
DifferenceEngine::markPatrolledLink | ( | ) |
Build a link to mark a change as patrolled.
Returns empty string if there's either no revision to patrol or the user is not allowed to. Side effect: When the patrol link is build, this method will call OutputPage::preventClickjacking() and load mediawiki.page.patrol.ajax.
Definition at line 733 of file DifferenceEngine.php.
References $mMarkPatrolledLink, getMarkPatrolledLinkInfo(), Linker\linkKnown(), ContextSource\msg(), and Hooks\run().
Referenced by renderNewRevision(), and showDiffPage().
DifferenceEngine::renderNewRevision | ( | ) |
Show the new revision of the page.
Definition at line 841 of file DifferenceEngine.php.
References $mNewPage, $mOldid, WikiPage\factory(), ContextSource\getOutput(), getParserOutput(), getRevisionHeader(), getTitle(), ContextSource\getUser(), ContextSource\getWikiPage(), loadNewText(), markPatrolledLink(), and Hooks\run().
Referenced by showDiffPage().
|
protected |
Revision | $rev |
Definition at line 827 of file DifferenceEngine.php.
References Linker\getRevDeleteLink(), and ContextSource\getUser().
Referenced by showDiffPage().
Use specified text instead of loading from the database.
Definition at line 1676 of file DifferenceEngine.php.
DifferenceEngine::setReducedLineNumbers | ( | $value = true | ) |
Set reduced line numbers mode.
When set, line X is not displayed when X is 1, for example to increase readability and conserve space with many small diffs.
bool | $value |
Definition at line 325 of file DifferenceEngine.php.
DifferenceEngine::setRevisions | ( | RevisionRecord | $oldRevision = null , |
RevisionRecord | $newRevision | ||
) |
Use specified text instead of loading from the database.
RevisionRecord | null | $oldRevision | |
RevisionRecord | $newRevision |
Definition at line 1691 of file DifferenceEngine.php.
References Revision\RevisionRecord\getContent(), Revision\RevisionRecord\getId(), Revision\RevisionRecord\getPageAsLinkTarget(), ContextSource\getUser(), and Title\newFromLinkTarget().
DifferenceEngine::setTextLanguage | ( | Language | $lang | ) |
Set the language in which the diff text is written.
Language | $lang |
Definition at line 1724 of file DifferenceEngine.php.
References $lang.
DifferenceEngine::showDiff | ( | $otitle, | |
$ntitle, | |||
$notice = '' |
|||
) |
Get the diff text, send it to the OutputPage object Returns false if the diff could not be generated, otherwise returns true.
string | bool | $otitle | Header for old text or false |
string | bool | $ntitle | Header for new text or false |
string | $notice | HTML between diff header and body |
Definition at line 951 of file DifferenceEngine.php.
References getDiff(), ContextSource\getOutput(), Hooks\run(), showDiffStyle(), and showMissingRevision().
Referenced by showDiffPage().
DifferenceEngine::showDiffPage | ( | $diffOnly = false | ) |
Definition at line 468 of file DifferenceEngine.php.
References addHeader(), ChangesList\flag(), ChangeTags\formatSummaryRow(), Linker\generateRollback(), ContextSource\getContext(), getMultiNotice(), ContextSource\getOutput(), ContextSource\getRequest(), getRevisionHeader(), getTitle(), ContextSource\getUser(), Linker\linkKnown(), loadRevisionData(), markPatrolledLink(), ContextSource\msg(), renderNewRevision(), Linker\revComment(), revisionDeleteLink(), Linker\revUserTools(), Hooks\run(), showDiff(), showDiffStyle(), showMissingRevision(), Linker\titleAttrib(), userCanEdit(), and wfMergeErrorArrays().
DifferenceEngine::showDiffStyle | ( | ) |
Add style sheets for diff display.
Definition at line 971 of file DifferenceEngine.php.
References ContextSource\getOutput(), and getSlotDiffRenderers().
Referenced by showDiff(), and showDiffPage().
|
private |
Definition at line 445 of file DifferenceEngine.php.
References deletedIdMarker(), ContextSource\getLanguage(), ContextSource\getOutput(), and ContextSource\msg().
Referenced by showDiff(), and showDiffPage().
|
protected |
Generates diff, to be wrapped internally in a logging/instrumentation.
string | $otext | Old text, must be already segmented |
string | $ntext | New text, must be already segmented |
Exception | If content handling for text content is configured in a way that makes maintaining B/C hard. |
Definition at line 1358 of file DifferenceEngine.php.
References CONTENT_MODEL_TEXT, ContextSource\getContext(), getDebugString(), and ContentHandler\getForModelID().
|
private |
Revision | $rev |
Definition at line 1535 of file DifferenceEngine.php.
References ContextSource\getUser(), and Revision\userCan().
Referenced by getRevisionHeader(), and showDiffPage().
DifferenceEngine::wasCacheHit | ( | ) |
DifferenceEngine::$enableDebugComment = false |
Set this to true to add debug info to the HTML output.
Warning: this may cause RSS readers to spuriously mark articles as "new" (T22601)
Definition at line 173 of file DifferenceEngine.php.
|
protected |
Was the content overridden via setContent()? If the content was overridden, most internal state (e.g.
mOldid or mOldRev) should be ignored and only mOldContent and mNewContent is reliable. (Note that setRevisions() does not set this flag as in that case all properties are overriden and remain consistent with each other, so no special handling is needed.)
Definition at line 163 of file DifferenceEngine.php.
|
protected |
Temporary hack for B/C while slot diff related methods of DifferenceEngine are being deprecated.
When true, we are inside a DifferenceEngineSlotDiffRenderer and $slotDiffRenderers should not be used.
Definition at line 198 of file DifferenceEngine.php.
|
protected |
Was the diff fetched from cache?
Definition at line 166 of file DifferenceEngine.php.
Referenced by wasCacheHit().
|
protected |
Definition at line 144 of file DifferenceEngine.php.
Referenced by getDiffLang().
|
protected |
Link to action=markpatrolled.
Definition at line 181 of file DifferenceEngine.php.
Referenced by markPatrolledLink().
|
private |
This property is set to the content of the main slot, but not actually used for the main diff.
Definition at line 141 of file DifferenceEngine.php.
Referenced by getSlotContents().
|
protected |
Revision ID for the new revision.
0 for the last revision of the current page (as defined by the request context), false if the revision does not exist, null if it is unsaved, or an alias such as 'next'.
Definition at line 77 of file DifferenceEngine.php.
Referenced by getNewid(), and loadRevisionIds().
|
protected |
Title of $mNewRev or null if the new revision does not exist or does not belong to a page.
Since 1.32 public access is deprecated and the property can be null.
Definition at line 115 of file DifferenceEngine.php.
Referenced by renderNewRevision().
|
protected |
New revision (right pane).
Note that this might be an unsaved revision (e.g. for edit preview). Null in case of load failure; diff methods will just return an error message in that case, and loadRevisionData() will return false. Also null until lazy-loaded. Ignored completely when isContentOverridden is set. Since 1.32 public access is deprecated.
Definition at line 101 of file DifferenceEngine.php.
Referenced by getMultiNotice().
|
private |
Change tags of $mNewRev or null if it does not exist / is not saved.
Definition at line 127 of file DifferenceEngine.php.
|
private |
This property is set to the content of the main slot, but not actually used for the main diff.
Definition at line 134 of file DifferenceEngine.php.
Referenced by getSlotContents(), and loadText().
|
protected |
Revision ID for the old revision.
0 for the revision previous to $mNewid, false if the diff does not have an old revision (e.g. 'oldid=<first revision="" of="" page>="">&diff=prev'), or the revision does not exist, null if the revision is unsaved.
Definition at line 69 of file DifferenceEngine.php.
Referenced by getOldid(), loadRevisionIds(), and renderNewRevision().
|
protected |
Title of $mOldRev or null if the old revision does not exist or does not belong to a page.
Since 1.32 public access is deprecated and the property can be null.
Definition at line 108 of file DifferenceEngine.php.
|
protected |
Old revision (left pane).
Allowed to be an unsaved revision, unlikely that's ever needed though. False when the old revision does not exist; this can happen when using diff=prev on the first revision. Null when the revision should exist but doesn't (e.g. load failure); loadRevisionData() will return false in that case. Also null until lazy-loaded. Ignored completely when isContentOverridden is set. Since 1.32 public access is deprecated.
Definition at line 90 of file DifferenceEngine.php.
Referenced by getMultiNotice().
|
private |
Change tags of $mOldRev or null if it does not exist / is not saved.
Definition at line 121 of file DifferenceEngine.php.
|
protected |
If true, line X is not displayed when X is 1, for example to increase readability and conserve space with many small diffs.
Definition at line 178 of file DifferenceEngine.php.
|
protected |
Refresh the diff cache.
Definition at line 187 of file DifferenceEngine.php.
|
private |
Have the revisions IDs been loaded.
Definition at line 147 of file DifferenceEngine.php.
|
protected |
Have the revisions been loaded.
Definition at line 150 of file DifferenceEngine.php.
|
protected |
How many text blobs have been loaded, 0, 1 or 2?
Definition at line 153 of file DifferenceEngine.php.
|
protected |
DifferenceEngine classes for the slots, keyed by role name.
Definition at line 190 of file DifferenceEngine.php.
Referenced by getSlotDiffRenderers().
|
protected |
Show rev_deleted content if allowed.
Definition at line 184 of file DifferenceEngine.php.
Referenced by __construct().
const DifferenceEngine::DIFF_VERSION = '1.12' |
Constant to indicate diff cache compatibility.
Bump this when changing the diff formatting in a way that fixes important bugs or such to force cached diff views to clear.
Definition at line 61 of file DifferenceEngine.php.
Referenced by getDiffBodyCacheKeyParams().