MediaWiki
1.30.0
|
Public Member Functions | |
__construct ( $obj, array $filterGroups=[]) | |
beginRecentChangesList () | |
Add the JavaScript file for enhanced changeslist. More... | |
endRecentChangesList () | |
Returns text for the end of RC If enhanced RC is in use, returns pretty much all the text. More... | |
getDiffHistLinks (RCCacheEntry $rc, array $query) | |
Returns value to be used in 'historyLink' element of $data param in EnhancedChangesListModifyBlockLineData hook. More... | |
recentChangesLine (&$rc, $watched=false, $linenumber=null) | |
Format a line for enhanced recentchange (aka with javascript and block of lines). More... | |
Public Member Functions inherited from ChangesList | |
formatCharacterDifference (RecentChange $old, RecentChange $new=null) | |
Format the character difference of one or several changes. More... | |
getArticleLink (&$rc, $unpatrolled, $watched) | |
getRollback (RecentChange $rc) | |
getTags (RecentChange $rc, array &$classes) | |
getTimestamp ( $rc) | |
Get the timestamp from $rc formatted with current user's settings and a separator. More... | |
initChangesListRows ( $rows) | |
insertArticleLink (&$s, RecentChange $rc, $unpatrolled, $watched) | |
insertComment ( $rc) | |
Insert a formatted comment. More... | |
insertDateHeader (&$s, $rc_timestamp) | |
insertDiffHist (&$s, &$rc, $unpatrolled=null) | |
insertExtra (&$s, &$rc, &$classes) | |
insertLog (&$s, $title, $logtype) | |
insertLogEntry ( $rc) | |
Insert a formatted action. More... | |
insertRollback (&$s, &$rc) | |
Inserts a rollback link. More... | |
insertTags (&$s, &$rc, &$classes) | |
insertTimestamp (&$s, $rc) | |
Insert time timestamp string from $rc into $s. More... | |
insertUserRelatedLinks (&$s, &$rc) | |
Insert links to user page, user talk page and eventually a blocking link. More... | |
isWatchlist () | |
recentChangesFlags ( $flags, $nothing=' ') | |
Returns the appropriate flags for new page, minor change and patrolling. More... | |
setChangeLinePrefixer (callable $prefixer) | |
Sets the callable that generates a change line prefix added to the beginning of each line. More... | |
setWatchlistDivs ( $value=true) | |
Sets the list to use a "<li class='watchlist-(namespace)-(page)'>" tag. More... | |
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 () | |
Get the Config object. More... | |
getContext () | |
Get the base IContextSource object. More... | |
getLanguage () | |
Get the Language object. More... | |
getOutput () | |
Get the OutputPage object. More... | |
getRequest () | |
Get the WebRequest object. More... | |
getSkin () | |
Get the Skin object. More... | |
getStats () | |
Get the Stats object. More... | |
getTiming () | |
Get the Timing object. More... | |
getTitle () | |
Get the Title object. More... | |
getUser () | |
Get the User object. More... | |
getWikiPage () | |
Get the WikiPage object. More... | |
msg ( $key) | |
Get a Message object with context set Parameters are the same as wfMessage() More... | |
setContext (IContextSource $context) | |
Set the IContextSource object. More... | |
Protected Member Functions | |
addCacheEntry (RCCacheEntry $cacheEntry) | |
Put accumulated information into the cache, for later display. More... | |
getLineData (array $block, RCCacheEntry $rcObj, array $queryParams=[]) | |
getLogText ( $block, $queryParams, $allLogs, $isnew, $namehidden) | |
Generates amount of changes (linking to diff ) & link to history. More... | |
makeCacheGroupingKey (RCCacheEntry $cacheEntry) | |
recentChangesBlock () | |
If enhanced RC is in use, this function takes the previously cached RC lines, arranges them, and outputs the HTML. More... | |
recentChangesBlockGroup ( $block) | |
Enhanced RC group. More... | |
recentChangesBlockLine ( $rcObj) | |
Enhanced RC ungrouped line. More... | |
Protected Member Functions inherited from ChangesList | |
getDataAttributes (RecentChange $rc) | |
Get recommended data attributes for a change line. More... | |
getHTMLClasses ( $rc, $watched) | |
Get an array of default HTML class attributes for the change. More... | |
getHTMLClassesForFilters ( $rc) | |
Get an array of CSS classes attributed to filters for this row. More... | |
isCategorizationWithoutRevision ( $rcObj) | |
Determines whether a revision is linked to this change; this may not be the case when the categorization wasn't done by an edit but a conditional parser function. More... | |
maybeWatchedLink ( $link, $watched=false) | |
numberofWatchingusers ( $count) | |
Returns the string which indicates the number of watching users. More... | |
showAsUnpatrolled (RecentChange $rc) | |
Protected Attributes | |
RCCacheEntryFactory | $cacheEntryFactory |
array | $rc_cache |
Array of array of RCCacheEntry. More... | |
TemplateParser | $templateParser |
Protected Attributes inherited from ChangesList | |
callable | $changeLinePrefixer |
array | $filterGroups |
$lastdate | |
LinkRenderer | $linkRenderer |
$message | |
$rc_cache | |
$rcCacheIndex | |
$rclistOpen | |
$rcMoveIndex | |
$watchlist = false | |
BagOStuff | $watchMsgCache |
Additional Inherited Members | |
Static Public Member Functions inherited from ChangesList | |
static | flag ( $flag, IContextSource $context=null) |
Make an "<abbr>" element for a given change flag. More... | |
static | isDeleted ( $rc, $field) |
Determine if said field of a revision is hidden. More... | |
static | isUnpatrolled ( $rc, User $user) |
static | newFromContext (IContextSource $context, array $groups=[]) |
Fetch an appropriate changes list class for the specified context Some users might want to use an enhanced list format, for instance. More... | |
static | showCharacterDifference ( $old, $new, IContextSource $context=null) |
Show formatted char difference. More... | |
static | userCan ( $rc, $field, User $user=null) |
Determine if the current user is allowed to view a particular field of this revision, if it's marked as deleted. More... | |
Public Attributes inherited from ChangesList | |
Skin | $skin |
const | CSS_CLASS_PREFIX = 'mw-changeslist-' |
Definition at line 23 of file EnhancedChangesList.php.
EnhancedChangesList::__construct | ( | $obj, | |
array | $filterGroups = [] |
||
) |
IContextSource | Skin | $obj | |
array | $filterGroups | Array of ChangesListFilterGroup objects (currently optional) |
MWException |
Reimplemented from ChangesList.
Definition at line 45 of file EnhancedChangesList.php.
References ContextSource\$context, ChangesList\$filterGroups, and message.
|
protected |
Put accumulated information into the cache, for later display.
Page moves go on their own line.
RCCacheEntry | $cacheEntry |
Definition at line 131 of file EnhancedChangesList.php.
References makeCacheGroupingKey().
Referenced by recentChangesLine().
EnhancedChangesList::beginRecentChangesList | ( | ) |
Add the JavaScript file for enhanced changeslist.
Reimplemented from ChangesList.
Definition at line 73 of file EnhancedChangesList.php.
References ContextSource\getOutput().
EnhancedChangesList::endRecentChangesList | ( | ) |
Returns text for the end of RC If enhanced RC is in use, returns pretty much all the text.
Reimplemented from ChangesList.
Definition at line 803 of file EnhancedChangesList.php.
References recentChangesBlock().
EnhancedChangesList::getDiffHistLinks | ( | RCCacheEntry | $rc, |
array | $query | ||
) |
Returns value to be used in 'historyLink' element of $data param in EnhancedChangesListModifyBlockLineData hook.
RCCacheEntry | $rc | |
array | $query | array of key/value pairs to append as a query string |
Definition at line 748 of file EnhancedChangesList.php.
References RecentChange\getAttribute(), RecentChange\getTitle(), message, ContextSource\msg(), Title\newFromID(), and RC_CATEGORIZE.
Referenced by recentChangesBlockLine().
|
protected |
RCCacheEntry[] | $block | |
RCCacheEntry | $rcObj | |
array | $queryParams |
Exception | |
FatalError | |
MWException |
Definition at line 373 of file EnhancedChangesList.php.
References $attribs, $link, $params, $success, $type, class, Revision\DELETED_TEXT, Html\expandAttributes(), ChangesList\formatCharacterDifference(), ContextSource\getConfig(), ChangesList\getDataAttributes(), ChangesList\getHTMLClasses(), ChangesList\getRollback(), ChangesList\getTags(), RecentChange\getTitle(), ContextSource\getUser(), ChangesList\insertComment(), ChangesList\insertLogEntry(), ChangesList\isCategorizationWithoutRevision(), ChangesList\isDeleted(), ContextSource\msg(), RC_LOG, RC_NEW, ChangesList\recentChangesFlags(), Hooks\run(), ChangesList\userCan(), and wfArrayFilterByKey().
Referenced by recentChangesBlockGroup().
|
protected |
Generates amount of changes (linking to diff ) & link to history.
array | $block | |
array | $queryParams | |
bool | $allLogs | |
bool | $isnew | |
bool | $namehidden |
Definition at line 502 of file EnhancedChangesList.php.
References $last, $params, as, captcha-old\count, Revision\DELETED_TEXT, ContextSource\getUser(), message, ContextSource\msg(), RC_CATEGORIZE, Hooks\run(), and ChangesList\userCan().
Referenced by recentChangesBlockGroup().
|
protected |
RCCacheEntry | $cacheEntry |
Definition at line 148 of file EnhancedChangesList.php.
References $title, $type, RecentChange\getTitle(), SpecialPage\getTitleFor(), and RC_LOG.
Referenced by addCacheEntry().
|
protected |
If enhanced RC is in use, this function takes the previously cached RC lines, arranges them, and outputs the HTML.
Definition at line 777 of file EnhancedChangesList.php.
References as, captcha-old\count, Xml\element(), recentChangesBlockGroup(), and recentChangesBlockLine().
Referenced by endRecentChangesList(), and recentChangesLine().
|
protected |
Enhanced RC group.
RCCacheEntry[] | $block |
DomainException |
Definition at line 171 of file EnhancedChangesList.php.
References $last, $line, $lines, $value, as, captcha-old\count, LogPage\DELETED_ACTION, ChangesList\formatCharacterDifference(), ChangesList\getArticleLink(), ContextSource\getConfig(), ContextSource\getLanguage(), getLineData(), getLogText(), ChangesList\isDeleted(), link, ChangesList\maybeWatchedLink(), message, ContextSource\msg(), ChangesList\numberofWatchingusers(), RC_LOG, and ChangesList\recentChangesFlags().
Referenced by recentChangesBlock().
|
protected |
Enhanced RC ungrouped line.
RecentChange | RCCacheEntry | $rcObj |
Definition at line 609 of file EnhancedChangesList.php.
References $attribs, $line, $query, $success, $type, ChangesList\formatCharacterDifference(), ChangesList\getArticleLink(), ContextSource\getConfig(), ChangesList\getDataAttributes(), getDiffHistLinks(), ChangesList\getHTMLClasses(), ChangesList\getRollback(), ChangesList\getTags(), SpecialPage\getTitleFor(), ChangesList\insertComment(), ChangesList\insertLogEntry(), ChangesList\isCategorizationWithoutRevision(), ContextSource\msg(), ChangesList\numberofWatchingusers(), Html\openElement(), Html\rawElement(), RC_CATEGORIZE, RC_LOG, RC_NEW, ChangesList\recentChangesFlags(), Hooks\run(), and wfArrayFilterByKey().
Referenced by recentChangesBlock().
EnhancedChangesList::recentChangesLine | ( | & | $rc, |
$watched = false , |
|||
$linenumber = null |
|||
) |
Format a line for enhanced recentchange (aka with javascript and block of lines).
RecentChange | &$rc | |
bool | $watched | |
int | $linenumber | (default null) |
Reimplemented from ChangesList.
Definition at line 100 of file EnhancedChangesList.php.
References $ret, addCacheEntry(), ContextSource\getLanguage(), and recentChangesBlock().
|
protected |
Definition at line 28 of file EnhancedChangesList.php.
|
protected |
Array of array of RCCacheEntry.
Definition at line 33 of file EnhancedChangesList.php.
|
protected |
Definition at line 38 of file EnhancedChangesList.php.