Go to the documentation of this file.
75 $this->watchMsgCache =
new HashBagOStuff( [
'maxKeys' => 50 ] );
76 $this->linkRenderer = MediaWikiServices::getInstance()->getLinkRenderer();
115 throw new RuntimeException(
'recentChangesLine should be implemented' );
123 $this->watchlist =
$value;
139 if ( !isset( $this->
message ) ) {
141 'cur',
'diff',
'hist',
'enhancedrc-history',
'last',
'blocklink',
'history',
142 'semicolon-separator',
'pipe-separator' ]
as $msg
144 $this->
message[$msg] = $this->
msg( $msg )->escaped();
157 foreach ( array_keys( $this->
getConfig()->
get(
'RecentChangesFlags' ) )
as $flag ) {
175 $classes = [ self::CSS_CLASS_PREFIX .
'line' ];
176 $logType = $rc->mAttribs[
'rc_log_type'];
179 $classes[] = self::CSS_CLASS_PREFIX .
'log';
180 $classes[] = Sanitizer::escapeClass( self::CSS_CLASS_PREFIX .
'log-' . $logType );
182 $classes[] = self::CSS_CLASS_PREFIX .
'edit';
183 $classes[] = Sanitizer::escapeClass( self::CSS_CLASS_PREFIX .
'ns' .
184 $rc->mAttribs[
'rc_namespace'] .
'-' . $rc->mAttribs[
'rc_title'] );
186 $classes[] = Sanitizer::escapeClass( self::CSS_CLASS_PREFIX .
'ns-' .
187 $rc->mAttribs[
'rc_namespace'] );
191 $classes[] = $watched && $rc->mAttribs[
'rc_timestamp'] >= $watched
192 ? self::CSS_CLASS_PREFIX .
'line-watched'
193 : self::CSS_CLASS_PREFIX .
'line-not-watched';
209 if ( $this->filterGroups !==
null ) {
210 foreach ( $this->filterGroups
as $filterGroup ) {
211 foreach ( $filterGroup->getFilters()
as $filter ) {
212 $filter->applyCssClassIfNeeded( $this, $rc, $classes );
229 static $map = [
'minoredit' =>
'minor',
'botedit' =>
'bot' ];
230 static $flagInfos =
null;
232 if ( is_null( $flagInfos ) ) {
236 $flagInfos[$key][
'letter'] =
$value[
'letter'];
237 $flagInfos[$key][
'title'] =
$value[
'title'];
239 $flagInfos[$key][
'class'] = isset(
$value[
'class'] ) ?
$value[
'class'] : $key;
246 if ( isset( $map[$flag] ) ) {
250 $info = $flagInfos[$flag];
252 'class' => $info[
'class'],
262 $this->rc_cache = [];
263 $this->rcMoveIndex = 0;
264 $this->rcCacheIndex = 0;
265 $this->lastdate =
'';
266 $this->rclistOpen =
false;
267 $this->
getOutput()->addModuleStyles(
'mediawiki.special.changeslist' );
269 return '<div class="mw-changeslist">';
296 $szdiff = $new - $old;
301 static $fastCharDiff = [];
302 if ( !isset( $fastCharDiff[
$code] ) ) {
303 $fastCharDiff[
$code] = $config->get(
'MiserMode' )
304 ||
$context->
msg(
'rc-change-size' )->plain() ===
'$1';
307 $formattedSize =
$lang->formatNum( $szdiff );
309 if ( !$fastCharDiff[
$code] ) {
310 $formattedSize =
$context->
msg(
'rc-change-size', $formattedSize )->text();
313 if ( abs( $szdiff ) > abs( $config->get(
'RCChangedSizeThreshold' ) ) ) {
319 if ( $szdiff === 0 ) {
320 $formattedSizeClass =
'mw-plusminus-null';
321 } elseif ( $szdiff > 0 ) {
322 $formattedSize =
'+' . $formattedSize;
323 $formattedSizeClass =
'mw-plusminus-pos';
325 $formattedSizeClass =
'mw-plusminus-neg';
328 $formattedTotalSize =
$context->
msg(
'rc-change-size-new' )->numParams( $new )->text();
331 [
'dir' =>
'ltr',
'class' => $formattedSizeClass,
'title' => $formattedTotalSize ],
332 $context->
msg(
'parentheses', $formattedSize )->plain() ) .
$lang->getDirMark();
343 $oldlen = $old->mAttribs[
'rc_old_len'];
346 $newlen = $new->mAttribs[
'rc_new_len'];
348 $newlen = $old->mAttribs[
'rc_new_len'];
351 if ( $oldlen ===
null || $newlen ===
null ) {
363 $out = $this->rclistOpen ?
"</ul>\n" :
'';
374 # Make date header if necessary
376 if ( $date != $this->lastdate ) {
377 if ( $this->lastdate !=
'' ) {
380 $s .=
Xml::element(
'h4',
null, $date ) .
"\n<ul class=\"special\">";
381 $this->lastdate = $date;
382 $this->rclistOpen =
true;
392 $page =
new LogPage( $logtype );
393 $logname = $page->getName()->setContext( $this->
getContext() )->text();
394 $s .= $this->
msg(
'parentheses' )->rawParams(
395 $this->linkRenderer->makeKnownLink(
$title, $logname )
407 $rc->mAttribs[
'rc_type'] ==
RC_NEW ||
408 $rc->mAttribs[
'rc_type'] ==
RC_LOG ||
411 $diffLink = $this->
message[
'diff'];
413 $diffLink = $this->
message[
'diff'];
416 'curid' => $rc->mAttribs[
'rc_cur_id'],
417 'diff' => $rc->mAttribs[
'rc_this_oldid'],
418 'oldid' => $rc->mAttribs[
'rc_last_oldid']
421 $diffLink = $this->linkRenderer->makeKnownLink(
424 [
'class' =>
'mw-changeslist-diff' ],
429 $diffhist = $diffLink . $this->
message[
'pipe-separator'] . $this->
message[
'hist'];
431 $diffhist = $diffLink . $this->
message[
'pipe-separator'];
433 $diffhist .= $this->linkRenderer->makeKnownLink(
436 [
'class' =>
'mw-changeslist-history' ],
438 'curid' => $rc->mAttribs[
'rc_cur_id'],
439 'action' =>
'history'
445 $s .= $this->
msg(
'parentheses' )->rawParams( $diffhist )->escaped() .
446 ' <span class="mw-changeslist-separator">. .</span> ';
469 if ( $rc->getTitle()->isRedirect() ) {
470 $params = [
'redirect' =>
'no' ];
473 $articlelink = $this->linkRenderer->makeLink(
476 [
'class' =>
'mw-changeslist-title' ],
480 $articlelink =
'<span class="history-deleted">' . $articlelink .
'</span>';
482 # To allow for boldening pages watched by this user
483 $articlelink =
"<span class=\"mw-title\">{$articlelink}</span>";
485 $articlelink .= $this->
getLanguage()->getDirMark();
487 # TODO: Deprecate the $s argument, it seems happily unused.
489 # Avoid PHP 7.1 warning from passing $this by reference
492 [ &
$changesList, &$articlelink, &
$s, &$rc, $unpatrolled, $watched ] );
494 return "{$s} {$articlelink}";
506 return $this->
message[
'semicolon-separator'] .
'<span class="mw-changeslist-date">' .
508 $rc->mAttribs[
'rc_timestamp'],
510 ) .
'</span> <span class="mw-changeslist-separator">. .</span> ';
531 $s .=
' <span class="history-deleted">' .
532 $this->
msg(
'rev-deleted-user' )->escaped() .
'</span>';
535 $rc->mAttribs[
'rc_user_text'] );
548 $formatter->setContext( $this->
getContext() );
549 $formatter->setShowUserToolLinks(
true );
552 return $formatter->getActionText() .
" $mark" . $formatter->getComment();
562 return ' <span class="history-deleted">' .
563 $this->
msg(
'rev-deleted-comment' )->escaped() .
'</span>';
579 return $cache->getWithSetCallback( $count, $cache::TTL_INDEFINITE,
580 function ()
use ( $count ) {
581 return $this->
msg(
'number_of_watching_users_RCview' )
582 ->numParams( $count )->escaped();
594 return ( $rc->mAttribs[
'rc_deleted'] & $field ) == $field;
606 if ( $rc->mAttribs[
'rc_type'] ==
RC_LOG ) {
620 return '<strong class="mw-watched">' .
$link .
'</strong>';
622 return '<span class="mw-rc-unwatched">' .
$link .
'</span>';
632 if ( $rc->mAttribs[
'rc_type'] ==
RC_EDIT
633 && $rc->mAttribs[
'rc_this_oldid']
634 && $rc->mAttribs[
'rc_cur_id']
636 $page = $rc->getTitle();
639 if ( $this->
getUser()->isAllowed(
'rollback' )
640 && $rc->mAttribs[
'page_latest'] == $rc->mAttribs[
'rc_this_oldid']
644 'id' => $rc->mAttribs[
'rc_this_oldid'],
645 'user' => $rc->mAttribs[
'rc_user'],
646 'user_text' => $rc->mAttribs[
'rc_user_text'],
647 'deleted' => $rc->mAttribs[
'rc_deleted']
671 if ( empty( $rc->mAttribs[
'ts_tags'] ) ) {
676 $rc->mAttribs[
'ts_tags'],
680 $classes = array_merge( $classes, $newClasses );
681 $s .=
' ' . $tagSummary;
711 $isPatrolled = $rc->mAttribs[
'rc_patrolled'];
712 $rcType = $rc->mAttribs[
'rc_type'];
713 $rcLogType = $rc->mAttribs[
'rc_log_type'];
715 $isPatrolled = $rc->rc_patrolled;
716 $rcType = $rc->rc_type;
717 $rcLogType = $rc->rc_log_type;
720 if ( !$isPatrolled ) {
721 if (
$user->useRCPatrol() ) {
727 if (
$user->useFilePatrol() && $rcLogType ==
'upload' ) {
745 return intval( $rcObj->getAttribute(
'rc_type' ) ) ===
RC_CATEGORIZE
746 && intval( $rcObj->getAttribute(
'rc_this_oldid' ) ) === 0;
761 $attrs[
'data-mw-revid'] = $rc->mAttribs[
'rc_this_oldid'];
764 $attrs[
'data-mw-logid'] = $rc->mAttribs[
'rc_logid'];
765 $attrs[
'data-mw-logaction'] =
766 $rc->mAttribs[
'rc_log_type'] .
'/' . $rc->mAttribs[
'rc_log_action'];
770 $attrs[
'data-mw-ts' ] = $rc->
getAttribute(
'rc_timestamp' );
783 $this->changeLinePrefixer = $prefixer;
endRecentChangesList()
Returns text for the end of RC.
getConfig()
Get the Config object.
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a account $user
getContext()
Get the base IContextSource object.
Marks HTML that shouldn't be escaped.
insertComment( $rc)
Insert a formatted comment.
setWatchlistDivs( $value=true)
Sets the list to use a "<li class='watchlist-(namespace)-(page)'>" tag.
setChangeLinePrefixer(callable $prefixer)
Sets the callable that generates a change line prefix added to the beginning of each line.
Simple store for keeping values in an associative array for the current process.
static userCanBitfield( $bitfield, $field, User $user=null, Title $title=null)
Determine if the current user is allowed to view a particular field of this revision,...
getSkin()
Get the Skin object.
static userLink( $userId, $userName, $altUserName=false)
Make user link (or user contributions for unregistered users)
if(!isset( $args[0])) $lang
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add text
msg( $key)
Get a Message object with context set Parameters are the same as wfMessage()
Utility class for creating new RC entries.
maybeWatchedLink( $link, $watched=false)
return true to allow those checks to and false if checking is done remove or add to the links of a group of changes in EnhancedChangesList Hook subscribers can return false to omit this line from recentchanges $changesList
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
insertLog(&$s, $title, $logtype)
getTags(RecentChange $rc, array &$classes)
interface is intended to be more or less compatible with the PHP memcached client.
formatCharacterDifference(RecentChange $old, RecentChange $new=null)
Format the character difference of one or several changes.
getUser()
Get the User object.
static isDeleted( $rc, $field)
Determine if said field of a revision is hidden.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
getLanguage()
Get the Language object.
insertDateHeader(&$s, $rc_timestamp)
null for the wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
$wgRecentChangesFlags
Flags (letter symbols) shown in recent changes and watchlist to indicate certain types of edits.
namespace and then decline to actually register it file or subcat img or subcat $title
static generateRollback( $rev, IContextSource $context=null, $options=[ 'verify'])
Generate a rollback link for a given revision.
insertLogEntry( $rc)
Insert a formatted action.
getOutput()
Get the OutputPage object.
The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and ...
insertTags(&$s, &$rc, &$classes)
Class to simplify the use of log pages.
getSkin()
Get the Skin object.
static element( $element, $attribs=null, $contents='', $allowShortTag=true)
Format an XML element with given attributes and, optionally, text content.
static flag( $flag, IContextSource $context=null)
Make an "<abbr>" element for a given change flag.
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a message
msg( $key)
This is the method for getting translated interface messages.
when a variable name is used in a it is silently declared as a new masking the global
insertUserRelatedLinks(&$s, &$rc)
Insert links to user page, user talk page and eventually a blocking link.
setContext(IContextSource $context)
Set the IContextSource object.
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
getRollback(RecentChange $rc)
getArticleLink(&$rc, $unpatrolled, $watched)
static newFromContext(IContextSource $context, array $groups=[])
Fetch an appropriate changes list class for the specified context Some users might want to use an enh...
callable $changeLinePrefixer
getDataAttributes(RecentChange $rc)
Get recommended data attributes for a change line.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a skin(according to that user 's preference)
static userToolLinks( $userId, $userText, $redContribsWhenNoEdits=false, $flags=0, $edits=null)
Generate standard user tool links (talk, contributions, block link, etc.)
insertTimestamp(&$s, $rc)
Insert time timestamp string from $rc into $s.
numberofWatchingusers( $count)
Returns the string which indicates the number of watching users.
showAsUnpatrolled(RecentChange $rc)
static showCharacterDifference( $old, $new, IContextSource $context=null)
Show formatted char difference.
getUser()
Get the User object.
preCacheMessages()
As we use the same small set of messages in various methods and that they are called often,...
static getMain()
Static methods.
insertArticleLink(&$s, RecentChange $rc, $unpatrolled, $watched)
Interface for objects which can provide a MediaWiki context on request.
getHTMLClasses( $rc, $watched)
Get an array of default HTML class attributes for the change.
__construct( $obj, array $filterGroups=[])
Changeslist constructor.
getAttribute( $name)
Get an attribute value.
beginRecentChangesList()
Returns text for the start of the tabular part of RC.
insertDiffHist(&$s, &$rc, $unpatrolled=null)
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction $rows
static userCanBitfield( $bitfield, $field, User $user=null)
Determine if the current user is allowed to view a particular field of this log row,...
initChangesListRows( $rows)
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable & $code
getConfig()
Get the site configuration.
isCategorizationWithoutRevision( $rcObj)
Determines whether a revision is linked to this change; this may not be the case when the categorizat...
presenting them properly to the user as errors is done by the caller return true use this to change the list i e etc $rev
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
recentChangesFlags( $flags, $nothing=' ')
Returns the appropriate flags for new page, minor change and patrolling.
static commentBlock( $comment, $title=null, $local=false, $wikiId=null)
Wrap a comment in standard punctuation and formatting if it's non-empty, otherwise return empty strin...
usually copyright or history_copyright This message must be in HTML not wikitext & $link
getTimestamp( $rc)
Get the timestamp from $rc formatted with current user's settings and a separator.
getRequest()
Get the WebRequest object.
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<
static isUnpatrolled( $rc, User $user)
static element( $element, $attribs=[], $contents='')
Identical to rawElement(), but HTML-escapes $contents (like Xml::element()).
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency MediaWikiServices
The main skin class which provides methods and properties for all other skins.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
static run( $event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
getHTMLClassesForFilters( $rc)
Get an array of CSS classes attributed to filters for this row.
recentChangesLine(&$rc, $watched=false, $linenumber=null)
Format a line.
static userCan( $rc, $field, User $user=null)
Determine if the current user is allowed to view a particular field of this revision,...
insertExtra(&$s, &$rc, &$classes)
insertRollback(&$s, &$rc)
Inserts a rollback link.
it s the revision text itself In either if gzip is the revision text is gzipped $flags
getLanguage()
Get the Language object.
the array() calling protocol came about after MediaWiki 1.4rc1.
LinkRenderer $linkRenderer
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out