MediaWiki
1.34.0
|
Public Member Functions | |
__construct ( $obj, array $filterGroups=[]) | |
beginRecentChangesList () | |
Returns text for the start of the tabular part of RC. More... | |
endRecentChangesList () | |
Returns text for the end of RC. More... | |
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) | |
insertComment ( $rc) | |
Insert a formatted comment. More... | |
insertDateHeader (&$s, $rc_timestamp) | |
insertDiffHist (&$s, &$rc, $unpatrolled=null) | |
insertExtra (&$s, &$rc, &$classes) | |
insertLog (&$s, $title, $logtype, $useParentheses=true) | |
insertLogEntry ( $rc) | |
Insert a formatted action. More... | |
insertRollback (&$s, &$rc) | |
Insert 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="\u{00A0}") | |
Returns the appropriate flags for new page, minor change and patrolling. More... | |
recentChangesLine (&$rc, $watched=false, $linenumber=null) | |
Format a line. 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 () | |
getContext () | |
Get the base IContextSource object. More... | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getTitle () | |
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 | 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 | revDateLink (Revision $rev, User $user, Language $lang, $title=null) |
Render the date and time of a revision in the current user language based on whether the user is able to view this information or not. 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 | |
Skin | $skin |
const | CSS_CLASS_PREFIX = 'mw-changeslist-' |
Protected Member Functions | |
getDataAttributes (RecentChange $rc) | |
Get recommended data attributes for a change line. More... | |
getHighlightsContainerDiv () | |
Get the container for highlights that are used in the new StructuredFilters system. 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 | |
callable | $changeLinePrefixer |
array | $filterGroups |
$lastdate | |
LinkRenderer | $linkRenderer |
$message | |
$rc_cache | |
$rcCacheIndex | |
$rclistOpen | |
$rcMoveIndex | |
$watchlist = false | |
MapCacheLRU | $watchMsgCache |
Private Member Functions | |
preCacheMessages () | |
As we use the same small set of messages in various methods and that they are called often, we call them once and save them in $this->message. More... | |
Definition at line 29 of file ChangesList.php.
ChangesList::__construct | ( | $obj, | |
array | $filterGroups = [] |
||
) |
Skin | IContextSource | $obj | |
array | $filterGroups | Array of ChangesListFilterGroup objects (currently optional) |
Reimplemented in EnhancedChangesList.
Definition at line 65 of file ChangesList.php.
References $filterGroups, preCacheMessages(), and ContextSource\setContext().
ChangesList::beginRecentChangesList | ( | ) |
Returns text for the start of the tabular part of RC.
Reimplemented in EnhancedChangesList.
Definition at line 295 of file ChangesList.php.
References ContextSource\getOutput().
ChangesList::endRecentChangesList | ( | ) |
Returns text for the end of RC.
Reimplemented in EnhancedChangesList.
Definition at line 400 of file ChangesList.php.
|
static |
Make an "<abbr>" element for a given change flag.
The flag indicating a new page, minor edit, bot edit, or unpatrolled edit. In English it typically contains "N", "m", "b", or "!".
string | $flag | One key of $wgRecentChangesFlags |
IContextSource | null | $context |
Definition at line 262 of file ChangesList.php.
References ContextSource\$context, $wgRecentChangesFlags, RequestContext\getMain(), ContextSource\setContext(), and wfMessage().
Referenced by SpecialUndelete\diffHeader(), DeletedContribsPager\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), ContribsPager\formatRow(), HistoryPager\historyLine(), recentChangesFlags(), and DifferenceEngine\showDiffPage().
ChangesList::formatCharacterDifference | ( | RecentChange | $old, |
RecentChange | $new = null |
||
) |
Format the character difference of one or several changes.
RecentChange | $old | |
RecentChange | null | $new | Last change to use, if not provided, $old will be used |
Definition at line 380 of file ChangesList.php.
References ContextSource\getContext(), and showCharacterDifference().
Referenced by OldChangesList\formatChangeLine(), EnhancedChangesList\getLineData(), EnhancedChangesList\recentChangesBlockGroup(), and EnhancedChangesList\recentChangesBlockLine().
ChangesList::getArticleLink | ( | & | $rc, |
$unpatrolled, | |||
$watched | |||
) |
RecentChange | &$rc | |
bool | $unpatrolled | |
bool | $watched |
Definition at line 532 of file ChangesList.php.
References $s, ContextSource\getLanguage(), isDeleted(), and Hooks\run().
Referenced by OldChangesList\formatChangeLine(), EnhancedChangesList\recentChangesBlockGroup(), and EnhancedChangesList\recentChangesBlockLine().
|
protected |
Get recommended data attributes for a change line.
RecentChange | $rc |
Definition at line 845 of file ChangesList.php.
References $type, RecentChange\getAttribute(), RecentChange\SRC_EDIT, RecentChange\SRC_LOG, and RecentChange\SRC_NEW.
Referenced by EnhancedChangesList\getLineData(), EnhancedChangesList\recentChangesBlockLine(), and OldChangesList\recentChangesLine().
|
protected |
Get the container for highlights that are used in the new StructuredFilters system.
Definition at line 123 of file ChangesList.php.
Referenced by EnhancedChangesList\recentChangesBlockLine(), and OldChangesList\recentChangesLine().
|
protected |
Get an array of default HTML class attributes for the change.
RecentChange | RCCacheEntry | $rc | |
string | bool | $watched | Optionally timestamp for adding watched class |
Definition at line 199 of file ChangesList.php.
References getHTMLClassesForFilters().
Referenced by EnhancedChangesList\getLineData(), EnhancedChangesList\recentChangesBlockLine(), and OldChangesList\recentChangesLine().
|
protected |
Get an array of CSS classes attributed to filters for this row.
Used for highlighting in the front-end.
RecentChange | $rc |
Definition at line 230 of file ChangesList.php.
References $filter.
Referenced by getHTMLClasses(), and EnhancedChangesList\recentChangesBlockGroup().
ChangesList::getRollback | ( | RecentChange | $rc | ) |
RecentChange | $rc |
Definition at line 750 of file ChangesList.php.
References $s, and insertRollback().
Referenced by EnhancedChangesList\getLineData(), and EnhancedChangesList\recentChangesBlockLine().
ChangesList::getTags | ( | RecentChange | $rc, |
array & | $classes | ||
) |
RecentChange | $rc | |
array | &$classes |
Definition at line 781 of file ChangesList.php.
References $s, and insertTags().
Referenced by EnhancedChangesList\getLineData(), EnhancedChangesList\recentChangesBlockGroup(), and EnhancedChangesList\recentChangesBlockLine().
ChangesList::getTimestamp | ( | $rc | ) |
Get the timestamp from $rc formatted with current user's settings and a separator.
RecentChange | $rc |
Definition at line 570 of file ChangesList.php.
References ContextSource\getLanguage().
Referenced by insertTimestamp().
ChangesList::initChangesListRows | ( | $rows | ) |
IResultWrapper | array | $rows |
Definition at line 312 of file ChangesList.php.
References Hooks\run().
ChangesList::insertComment | ( | $rc | ) |
Insert a formatted comment.
RecentChange | $rc |
Definition at line 634 of file ChangesList.php.
References Linker\commentBlock(), isDeleted(), and ContextSource\msg().
Referenced by OldChangesList\formatChangeLine(), EnhancedChangesList\getLineData(), and EnhancedChangesList\recentChangesBlockLine().
ChangesList::insertDateHeader | ( | & | $s, |
$rc_timestamp | |||
) |
string | &$s | HTML to update |
mixed | $rc_timestamp |
Definition at line 441 of file ChangesList.php.
References $s, Xml\element(), ContextSource\getLanguage(), and ContextSource\getUser().
Referenced by OldChangesList\recentChangesLine().
ChangesList::insertDiffHist | ( | & | $s, |
& | $rc, | ||
$unpatrolled = null |
|||
) |
string | &$s | HTML to update |
RecentChange | &$rc | |
bool | null | $unpatrolled | Unused variable, since 1.27. |
Definition at line 480 of file ChangesList.php.
References $s, ContextSource\getUser(), RC_CATEGORIZE, RC_LOG, and RC_NEW.
Referenced by OldChangesList\formatChangeLine().
ChangesList::insertExtra | ( | & | $s, |
& | $rc, | ||
& | $classes | ||
) |
Definition at line 787 of file ChangesList.php.
Referenced by OldChangesList\formatChangeLine().
ChangesList::insertLog | ( | & | $s, |
$title, | |||
$logtype, | |||
$useParentheses = true |
|||
) |
string | &$s | HTML to update |
Title | $title | |
string | $logtype | |
bool | $useParentheses | (optional) Wrap log entry in parentheses where needed |
Definition at line 460 of file ChangesList.php.
References $s, $title, ContextSource\getContext(), and ContextSource\msg().
Referenced by OldChangesList\formatChangeLine().
ChangesList::insertLogEntry | ( | $rc | ) |
Insert a formatted action.
RecentChange | $rc |
Definition at line 618 of file ChangesList.php.
References ContextSource\getContext(), ContextSource\getLanguage(), and LogFormatter\newFromRow().
Referenced by OldChangesList\formatChangeLine(), EnhancedChangesList\getLineData(), and EnhancedChangesList\recentChangesBlockLine().
ChangesList::insertRollback | ( | & | $s, |
& | $rc | ||
) |
Insert a rollback link.
string | &$s | |
RecentChange | &$rc |
Definition at line 718 of file ChangesList.php.
References $s, $title, Linker\generateRollback(), ContextSource\getContext(), getPermissionManager(), ContextSource\getUser(), and RC_EDIT.
Referenced by OldChangesList\formatChangeLine(), and getRollback().
ChangesList::insertTags | ( | & | $s, |
& | $rc, | ||
& | $classes | ||
) |
string | &$s | |
RecentChange | &$rc | |
array | &$classes |
Definition at line 761 of file ChangesList.php.
References $s, and ChangeTags\formatSummaryRow().
Referenced by OldChangesList\formatChangeLine(), and getTags().
ChangesList::insertTimestamp | ( | & | $s, |
$rc | |||
) |
Insert time timestamp string from $rc into $s.
string | &$s | HTML to update |
RecentChange | $rc |
Definition at line 585 of file ChangesList.php.
References $s, and getTimestamp().
Referenced by OldChangesList\formatChangeLine().
ChangesList::insertUserRelatedLinks | ( | & | $s, |
& | $rc | ||
) |
Insert links to user page, user talk page and eventually a blocking link.
string | &$s | HTML to update |
RecentChange | &$rc |
Definition at line 595 of file ChangesList.php.
References $s, ContextSource\getLanguage(), isDeleted(), ContextSource\msg(), Linker\userLink(), and Linker\userToolLinks().
Referenced by OldChangesList\formatChangeLine().
|
protected |
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.
RecentChange | RCCacheEntry | $rcObj |
Definition at line 835 of file ChangesList.php.
References RC_CATEGORIZE.
Referenced by OldChangesList\formatChangeLine(), EnhancedChangesList\getLineData(), and EnhancedChangesList\recentChangesBlockLine().
|
static |
Determine if said field of a revision is hidden.
RCCacheEntry | RecentChange | $rc | |
int | $field | One of DELETED_* bitfield constants |
Definition at line 674 of file ChangesList.php.
Referenced by getArticleLink(), RCCacheEntryFactory\getUserLink(), insertComment(), insertUserRelatedLinks(), and RCCacheEntryFactory\newFromRecentChange().
|
static |
object | RecentChange | $rc | Database row from recentchanges or a RecentChange object |
User | $user |
Definition at line 800 of file ChangesList.php.
References RC_NEW, User\useFilePatrol(), User\useNPPatrol(), and User\useRCPatrol().
Referenced by ApiQueryWatchlist\extractOutputData(), ApiQueryRecentChanges\extractRowInfo(), RCCacheEntryFactory\newFromRecentChange(), and showAsUnpatrolled().
ChangesList::isWatchlist | ( | ) |
Definition at line 154 of file ChangesList.php.
References $watchlist.
|
protected |
string | $link | |
bool | $watched |
Definition at line 704 of file ChangesList.php.
Referenced by EnhancedChangesList\recentChangesBlockGroup().
|
static |
Fetch an appropriate changes list class for the specified context Some users might want to use an enhanced list format, for instance.
IContextSource | $context | |
array | $groups | Array of ChangesListFilterGroup objects (currently optional) |
Definition at line 87 of file ChangesList.php.
References ContextSource\$context, IContextSource\getRequest(), IContextSource\getSkin(), IContextSource\getUser(), and Hooks\run().
Referenced by SpecialRecentChanges\outputChangesList(), and SpecialWatchlist\outputChangesList().
|
protected |
Returns the string which indicates the number of watching users.
int | $count | Number of user watching a page |
Definition at line 654 of file ChangesList.php.
References ContextSource\msg().
Referenced by OldChangesList\formatChangeLine(), EnhancedChangesList\recentChangesBlockGroup(), and EnhancedChangesList\recentChangesBlockLine().
|
private |
As we use the same small set of messages in various methods and that they are called often, we call them once and save them in $this->message.
Definition at line 162 of file ChangesList.php.
References ContextSource\msg().
Referenced by __construct().
ChangesList::recentChangesFlags | ( | $flags, | |
$nothing = "\u{00A0}" |
|||
) |
Returns the appropriate flags for new page, minor change and patrolling.
array | $flags | Associative array of 'flag' => Bool |
string | $nothing | To use for empty space |
Definition at line 180 of file ChangesList.php.
References flag(), ContextSource\getConfig(), and ContextSource\getContext().
Referenced by OldChangesList\formatChangeLine(), EnhancedChangesList\getLineData(), EnhancedChangesList\recentChangesBlockGroup(), and EnhancedChangesList\recentChangesBlockLine().
ChangesList::recentChangesLine | ( | & | $rc, |
$watched = false , |
|||
$linenumber = null |
|||
) |
Format a line.
RecentChange | &$rc | Passed by reference |
bool | $watched | (default false) |
int | null | $linenumber | (default null) |
Reimplemented in EnhancedChangesList, and OldChangesList.
Definition at line 113 of file ChangesList.php.
Render the date and time of a revision in the current user language based on whether the user is able to view this information or not.
Revision | $rev | |
User | $user | |
Language | $lang | |
Title | null | $title | (optional) where Title does not match the Title associated with the Revision |
Definition at line 418 of file ChangesList.php.
References $lang, $title, Revision\getId(), Revision\getTimestamp(), Revision\getTitle(), Revision\isDeleted(), and Revision\userCan().
Referenced by ContribsPager\formatRow(), and HistoryPager\revLink().
ChangesList::setChangeLinePrefixer | ( | callable | $prefixer | ) |
Sets the callable that generates a change line prefix added to the beginning of each line.
callable | $prefixer | Callable to run that generates the change line prefix. Takes three parameters: a RecentChange object, a ChangesList object, and whether the current entry is a grouped entry. |
Definition at line 873 of file ChangesList.php.
ChangesList::setWatchlistDivs | ( | $value = true | ) |
Sets the list to use a "<li class='watchlist-(namespace)-(page)'>" tag.
bool | $value |
Definition at line 146 of file ChangesList.php.
|
protected |
Definition at line 791 of file ChangesList.php.
References ContextSource\getUser(), and isUnpatrolled().
Referenced by OldChangesList\formatChangeLine().
|
static |
Show formatted char difference.
Needs the css module 'mediawiki.special.changeslist' to style output
int | $old | Number of bytes |
int | $new | Number of bytes |
IContextSource | null | $context |
Definition at line 326 of file ChangesList.php.
References ContextSource\$context, $lang, IContextSource\getConfig(), IContextSource\getLanguage(), RequestContext\getMain(), and MessageLocalizer\msg().
Referenced by formatCharacterDifference(), ContribsPager\formatRow(), RecentChange\getCharacterDifference(), and HistoryPager\historyLine().
|
static |
Determine if the current user is allowed to view a particular field of this revision, if it's marked as deleted.
RCCacheEntry | RecentChange | $rc | |
int | $field | |
User | null | $user | User object to check against. If null, the global RequestContext's User is assumed instead. |
Definition at line 687 of file ChangesList.php.
References RequestContext\getMain(), RC_LOG, and LogEventsList\userCanBitfield().
Referenced by EnhancedChangesList\getLineData(), EnhancedChangesList\getLogText(), and RCCacheEntryFactory\showDiffLinks().
|
protected |
Definition at line 46 of file ChangesList.php.
|
protected |
Definition at line 59 of file ChangesList.php.
Referenced by EnhancedChangesList\__construct(), and __construct().
|
protected |
Definition at line 38 of file ChangesList.php.
|
protected |
Definition at line 54 of file ChangesList.php.
|
protected |
Definition at line 39 of file ChangesList.php.
|
protected |
Definition at line 40 of file ChangesList.php.
|
protected |
Definition at line 41 of file ChangesList.php.
|
protected |
Definition at line 42 of file ChangesList.php.
|
protected |
Definition at line 43 of file ChangesList.php.
Skin ChangesList::$skin |
Definition at line 35 of file ChangesList.php.
|
protected |
Definition at line 37 of file ChangesList.php.
Referenced by isWatchlist().
|
protected |
Definition at line 49 of file ChangesList.php.
const ChangesList::CSS_CLASS_PREFIX = 'mw-changeslist-' |
Definition at line 30 of file ChangesList.php.
Referenced by ChangesListFilter\getCssClass().