MediaWiki
master
|
Utility class for creating new RC entries. More...
Public Member Functions | |
diffLinkTrail ($forceCur) | |
Gets the end part of the diff URL associated with this object Blank if no diff link should be displayed. More... | |
doMarkPatrolled (User $user, $auto=false, $tags=null) | |
Mark this RecentChange as patrolled. More... | |
getAttribute ($name) | |
Get an attribute value. More... | |
getAttributes () | |
getCharacterDifference ($old=0, $new=0) | |
Returns the change size (HTML). More... | |
getParam ($name) | |
Get a parameter value. More... | |
getPerformer () | |
Get the User object of the person who performed this change. More... | |
& | getTitle () |
loadFromRow ($row) | |
Initialises the members of this object from a mysql row object. More... | |
notifyRCFeeds (array $feeds=null) | |
Notify all the feeds about the change. More... | |
parseParams () | |
Parses and returns the rc_params attribute. More... | |
reallyMarkPatrolled () | |
Mark this RecentChange patrolled, without error checking. More... | |
save ($noudp=false) | |
Writes the data in this object to the database. More... | |
setAttribs ($attribs) | |
setExtra ($extra) | |
Static Public Member Functions | |
static | getChangeTypes () |
Get an array of all change types. More... | |
static | getEngine ($uri) |
Gets the stream engine object for a given URI from $wgRCEngines. More... | |
static | isInRCLifespan ($timestamp, $tolerance=0) |
Check whether the given timestamp is new enough to have a RC row with a given tolerance as the recentchanges table might not be cleared out regularly (so older entries might exist) or rows which will be deleted soon shouldn't be included. More... | |
static | markPatrolled ($change, $auto=false, $tags=null) |
Mark a given change as patrolled. More... | |
static | newForCategorization ($timestamp, Title $categoryTitle, User $user=null, $comment, Title $pageTitle, $oldRevId, $newRevId, $lastTimestamp, $bot, $ip= '', $deleted=0) |
Constructs a RecentChange object for the given categorization This does not call save() on the object and thus does not write to the db. More... | |
static | newFromConds ($conds, $fname=__METHOD__, $dbType=DB_SLAVE) |
Find the first recent change matching some specific conditions. More... | |
static | newFromId ($rcid) |
Obtain the recent change with a given rc_id value. More... | |
static array static | newFromRow ($row) |
static | newLogEntry ($timestamp, &$title, &$user, $actionComment, $ip, $type, $action, $target, $logComment, $params, $newId=0, $actionCommentIRC= '', $revId=0, $isPatrollable=false) |
static | notifyEdit ($timestamp, &$title, $minor, &$user, $comment, $oldId, $lastTimestamp, $bot, $ip= '', $oldSize=0, $newSize=0, $newId=0, $patrol=0, $tags=[]) |
Makes an entry in the database corresponding to an edit. More... | |
static | notifyLog ($timestamp, &$title, &$user, $actionComment, $ip, $type, $action, $target, $logComment, $params, $newId=0, $actionCommentIRC= '') |
static | notifyNew ($timestamp, &$title, $minor, &$user, $comment, $bot, $ip= '', $size=0, $newId=0, $patrol=0, $tags=[]) |
Makes an entry in the database corresponding to page creation Note: the title object must be loaded with the new id using resetArticleID() More... | |
static | parseFromRCType ($rcType) |
Parsing RC_* constants to human-readable test. More... | |
static | parseToRCType ($type) |
Parsing text to RC_* constants. More... | |
static | selectFields () |
Return the list of recentchanges fields that should be selected to create a new recentchanges object. More... | |
Public Attributes | |
int | $counter = -1 |
Line number of recent change. More... | |
$mAttribs = [] | |
$mExtra = [] | |
Title | $mTitle = false |
$notificationtimestamp | |
$numberofWatchingusers = 0 | |
const | SRC_CATEGORIZE = 'mw.categorize' |
const | SRC_EDIT = 'mw.edit' |
const | SRC_EXTERNAL = 'mw.external' |
const | SRC_LOG = 'mw.log' |
const | SRC_NEW = 'mw.new' |
Static Private Member Functions | |
static | checkIPAddress ($ip) |
Private Attributes | |
User | $mPerformer = false |
Static Private Attributes | |
static array | $changeTypes |
Array of change types. More... | |
Utility class for creating new RC entries.
mAttribs: rc_id id of the row in the recentchanges table rc_timestamp time the entry was made rc_namespace namespace # rc_title non-prefixed db key rc_type is new entry, used to determine whether updating is necessary rc_source string representation of change source rc_minor is minor rc_cur_id page_id of associated page entry rc_user user id who made the entry rc_user_text user name who made the entry rc_comment edit summary rc_this_oldid rev_id associated with this entry (or zero) rc_last_oldid rev_id associated with the entry before this one (or zero) rc_bot is bot, hidden rc_ip IP address of the user in dotted quad notation rc_new obsolete, use rc_type==RC_NEW rc_patrolled boolean whether or not someone has marked this edit as patrolled rc_old_len integer byte length of the text before the edit rc_new_len the same after the edit rc_deleted partial deletion rc_logid the log_id value for this log entry (or zero) rc_log_type the log type (or null) rc_log_action the log action (or null) rc_params log params
mExtra: prefixedDBkey prefixed db key, used by external app via msg queue lastTimestamp timestamp of previous entry, used in WHERE clause during update oldSize text size before the change newSize text size after the change pageStatus status of the page: created, deleted, moved, restored, changed
temporary: not stored in the database notificationtimestamp numberofWatchingusers
Definition at line 63 of file RecentChange.php.
|
staticprivate |
Definition at line 954 of file RecentChange.php.
References $wgRequest, global, and IP\isIPAddress().
RecentChange::diffLinkTrail | ( | $forceCur | ) |
Gets the end part of the diff URL associated with this object Blank if no diff link should be displayed.
bool | $forceCur |
Definition at line 917 of file RecentChange.php.
References RC_EDIT.
Mark this RecentChange as patrolled.
NOTE: Can also return 'rcpatroldisabled', 'hookaborted' and 'markedaspatrollederror-noautopatrol' as errors
User | $user | User object doing the action |
bool | $auto | For automatic patrol |
string|string[] | $tags Change tags to add to the patrol log entry ($user should be able to add the specified tags before this is called) |
Definition at line 462 of file RecentChange.php.
References $auto, $wgUseFilePatrol, $wgUseNPPatrol, $wgUseRCPatrol, getAttribute(), User\getName(), getTitle(), global, User\isAllowed(), RC_LOG, RC_NEW, reallyMarkPatrolled(), PatrolLog\record(), and Hooks\run().
RecentChange::getAttribute | ( | $name | ) |
Get an attribute value.
string | $name | Attribute name |
Definition at line 900 of file RecentChange.php.
References $name.
Referenced by RCCacheEntryFactory\buildDiffLink(), doMarkPatrolled(), EnhancedChangesList\getDiffHistLinks(), MachineReadableRCFeedFormatter\getLine(), parseParams(), and reallyMarkPatrolled().
RecentChange::getAttributes | ( | ) |
Definition at line 907 of file RecentChange.php.
References $mAttribs.
Referenced by IRCColourfulRCFeedFormatter\getLine().
|
static |
Get an array of all change types.
Definition at line 157 of file RecentChange.php.
Referenced by ApiQueryWatchlist\getAllowedParams(), and ApiQueryRecentChanges\getAllowedParams().
RecentChange::getCharacterDifference | ( | $old = 0 , |
|
$new = 0 |
|||
) |
Returns the change size (HTML).
The lengths can be given optionally.
int | $old | |
int | $new |
Definition at line 940 of file RecentChange.php.
References ChangesList\showCharacterDifference().
|
static |
Gets the stream engine object for a given URI from $wgRCEngines.
string | $uri | URI to get the engine object for |
MWException |
Definition at line 413 of file RecentChange.php.
References $wgRCEngines, and global.
RecentChange::getParam | ( | $name | ) |
Get a parameter value.
string | $name | parameter name |
Definition at line 878 of file RecentChange.php.
References $name, $params, and parseParams().
RecentChange::getPerformer | ( | ) |
Get the User object of the person who performed this change.
Definition at line 260 of file RecentChange.php.
References $mPerformer, User\newFromId(), and User\newFromName().
Referenced by notifyRCFeeds(), and save().
& RecentChange::getTitle | ( | ) |
Definition at line 247 of file RecentChange.php.
References $mTitle, and Title\makeTitle().
Referenced by RCCacheEntryFactory\buildCLink(), RCCacheEntryFactory\buildCurLink(), RCCacheEntryFactory\buildDiffLink(), RCCacheEntryFactory\buildLastLink(), doMarkPatrolled(), OldChangesList\formatChangeLine(), EnhancedChangesList\getDiffHistLinks(), IRCColourfulRCFeedFormatter\getLine(), MachineReadableRCFeedFormatter\getLine(), EnhancedChangesList\getLineData(), EnhancedChangesList\makeCacheGroupingKey(), reallyMarkPatrolled(), and save().
|
static |
Check whether the given timestamp is new enough to have a RC row with a given tolerance as the recentchanges table might not be cleared out regularly (so older entries might exist) or rows which will be deleted soon shouldn't be included.
mixed | $timestamp | MWTimestamp compatible timestamp |
int | $tolerance | Tolerance in seconds |
Definition at line 980 of file RecentChange.php.
References $timestamp, $wgRCMaxAge, global, TS_UNIX, and wfTimestamp().
Referenced by DifferenceEngine\getMarkPatrolledLinkInfo(), Article\showPatrolFooter(), and RecentChangeTest\testIsInRCLifespan().
RecentChange::loadFromRow | ( | $row | ) |
Initialises the members of this object from a mysql row object.
mixed | $row |
Definition at line 888 of file RecentChange.php.
References TS_MW, and wfTimestamp().
Referenced by newFromRow().
|
static |
Mark a given change as patrolled.
RecentChange | int | $change | RecentChange or corresponding rc_id |
bool | $auto | For automatic patrol |
string|string[] | $tags Change tags to add to the patrol log entry ($user should be able to add the specified tags before this is called) |
Definition at line 437 of file RecentChange.php.
References $auto, $wgUser, global, and newFromId().
|
static |
Constructs a RecentChange object for the given categorization This does not call save() on the object and thus does not write to the db.
string | $timestamp | Timestamp of the recent change to occur |
Title | $categoryTitle | Title of the category a page is being added to or removed from |
User | $user | User object of the user that made the change |
string | $comment | Change summary |
Title | $pageTitle | Title of the page that is being added or removed |
int | $oldRevId | Parent revision ID of this change |
int | $newRevId | Revision ID of this change |
string | $lastTimestamp | Parent revision timestamp of this change |
bool | $bot | true, if the change was made by a bot |
string | $ip | IP address of the user, if the change was made anonymously |
int | $deleted | Indicates whether the change has been deleted |
Definition at line 815 of file RecentChange.php.
References $comment, $timestamp, $user, WikiPage\factory(), Title\getArticleID(), Title\getDBkey(), Title\getNamespace(), Title\getPrefixedDBkey(), RC_CATEGORIZE, and serialize().
Referenced by ApiQueryWatchlistIntegrationTest\testCategorizeTypeParameter(), and RecentChangeTest\testHiddenCategoryChange().
|
static |
Find the first recent change matching some specific conditions.
array | $conds | Array of conditions |
mixed | $fname | Override the method name in profiling/logs |
int | $dbType | DB_* constant |
Definition at line 180 of file RecentChange.php.
References $fname, and wfGetDB().
Referenced by CategoryMembershipChangeJobTest\getCategorizeRecentChangeForRevId(), DifferenceEngine\getMarkPatrolledLinkInfo(), Revision\getRecentChange(), and Article\showPatrolFooter().
|
static |
Obtain the recent change with a given rc_id value.
int | $rcid | The rc_id value to retrieve |
Definition at line 167 of file RecentChange.php.
Referenced by ApiPatrol\execute(), markPatrolled(), MarkpatrolledAction\onView(), ApiTag\processIndividual(), and PatrolLog\record().
|
static |
mixed | $row |
Definition at line 110 of file RecentChange.php.
References loadFromRow().
Referenced by ApiQueryRecentChanges\extractRowInfo(), SpecialRecentChanges\outputChangesList(), SpecialWatchlist\outputChangesList(), and RecentChangeTest\testNewFromRow().
|
static |
string | $timestamp | |
Title | $title | |
User | $user | |
string | $actionComment | |
string | $ip | |
string | $type | |
string | $action | |
Title | $target | |
string | $logComment | |
string | $params | |
int | $newId | |
string | $actionCommentIRC | |
int | $revId | Id of associated revision, if any |
bool | $isPatrollable | Whether this log entry is patrollable |
Definition at line 726 of file RecentChange.php.
References $params, $revId, $timestamp, $title, $type, $user, $wgRequest, global, and RC_LOG.
Referenced by ManualLogEntry\getRecentChange(), and LogPage\saveContent().
|
static |
Makes an entry in the database corresponding to an edit.
string | $timestamp | |
Title | $title | |
bool | $minor | |
User | $user | |
string | $comment | |
int | $oldId | |
string | $lastTimestamp | |
bool | $bot | |
string | $ip | |
int | $oldSize | |
int | $newSize | |
int | $newId | |
int | $patrol | |
array | $tags |
Definition at line 550 of file RecentChange.php.
References $comment, $timestamp, $title, $user, DeferredUpdates\addCallableUpdate(), ChangeTags\addTags(), RC_EDIT, PatrolLog\record(), and use.
Referenced by WikiPage\doModify(), and ImportTextFiles\execute().
|
static |
string | $timestamp | |
Title | $title | |
User | $user | |
string | $actionComment | |
string | $ip | |
string | $type | |
string | $action | |
Title | $target | |
string | $logComment | |
string | $params | |
int | $newId | |
string | $actionCommentIRC |
Definition at line 693 of file RecentChange.php.
References $params, $timestamp, $title, $type, $user, $wgLogRestrictions, and global.
Referenced by LogPage\saveContent().
|
static |
Makes an entry in the database corresponding to page creation Note: the title object must be loaded with the new id using resetArticleID()
string | $timestamp | |
Title | $title | |
bool | $minor | |
User | $user | |
string | $comment | |
bool | $bot | |
string | $ip | |
int | $size | |
int | $newId | |
int | $patrol | |
array | $tags |
Definition at line 623 of file RecentChange.php.
References $comment, $timestamp, $title, $user, DeferredUpdates\addCallableUpdate(), ChangeTags\addTags(), RC_NEW, PatrolLog\record(), and use.
Referenced by WikiPage\doCreate(), and ImportTextFiles\execute().
RecentChange::notifyRCFeeds | ( | array | $feeds = null | ) |
Notify all the feeds about the change.
array | $feeds | Optional feeds to send to, defaults to $wgRCFeeds |
Definition at line 355 of file RecentChange.php.
References $line, $wgRCFeeds, as, getPerformer(), global, and RC_EXTERNAL.
Referenced by save().
|
static |
Parsing RC_* constants to human-readable test.
int | $rcType |
Definition at line 146 of file RecentChange.php.
Referenced by ApiQueryWatchlist\extractOutputData(), ApiQueryRecentChanges\extractRowInfo(), MachineReadableRCFeedFormatter\getLine(), and RecentChangeTest\testParseFromRCType().
RecentChange::parseParams | ( | ) |
Parses and returns the rc_params attribute.
Definition at line 993 of file RecentChange.php.
References getAttribute(), and unserialize().
Referenced by MachineReadableRCFeedFormatter\getLine(), and getParam().
|
static |
Parsing text to RC_* constants.
string | array | $type |
MWException |
Definition at line 124 of file RecentChange.php.
References $retval, $t, $type, and as.
Referenced by ApiQueryWatchlist\run(), ApiQueryRecentChanges\run(), and RecentChangeTest\testParseToRCType().
RecentChange::reallyMarkPatrolled | ( | ) |
Mark this RecentChange patrolled, without error checking.
Definition at line 512 of file RecentChange.php.
References DB_MASTER, getAttribute(), getTitle(), and wfGetDB().
Referenced by doMarkPatrolled().
RecentChange::save | ( | $noudp = false | ) |
Writes the data in this object to the database.
bool | $noudp |
Definition at line 276 of file RecentChange.php.
References $editor, $title, $wgContLang, $wgPutIPinRC, $wgShowUpdatedMarker, $wgUseEnotif, DB_MASTER, getPerformer(), getTitle(), global, RecentChangesUpdateJob\newCacheUpdateJob(), notifyRCFeeds(), RC_CATEGORIZE, Hooks\run(), JobQueueGroup\singleton(), and wfGetDB().
|
static |
Return the list of recentchanges fields that should be selected to create a new recentchanges object.
Definition at line 199 of file RecentChange.php.
Referenced by SpecialRecentChangesLinked\doMainQuery(), SpecialRecentChanges\doMainQuery(), SpecialWatchlist\doMainQuery(), and ChangesListSpecialPage\doMainQuery().
RecentChange::setAttribs | ( | $attribs | ) |
array | $attribs |
Definition at line 233 of file RecentChange.php.
References $attribs.
Referenced by RecentChangeTest\assertParseParams().
RecentChange::setExtra | ( | $extra | ) |
array | $extra |
Definition at line 240 of file RecentChange.php.
|
staticprivate |
Array of change types.
Definition at line 96 of file RecentChange.php.
int RecentChange::$counter = -1 |
RecentChange::$mAttribs = [] |
Definition at line 72 of file RecentChange.php.
Referenced by getAttributes().
RecentChange::$mExtra = [] |
Definition at line 73 of file RecentChange.php.
Definition at line 83 of file RecentChange.php.
Referenced by getPerformer().
Definition at line 78 of file RecentChange.php.
Referenced by getTitle().
RecentChange::$notificationtimestamp |
Definition at line 86 of file RecentChange.php.
RecentChange::$numberofWatchingusers = 0 |
Definition at line 85 of file RecentChange.php.
const RecentChange::SRC_CATEGORIZE = 'mw.categorize' |
Definition at line 70 of file RecentChange.php.
Referenced by CategoryMembershipChangeJob\run().
const RecentChange::SRC_EDIT = 'mw.edit' |
Definition at line 66 of file RecentChange.php.
Referenced by PopulateRecentChangesSource\buildUpdateCondition(), RebuildRecentchanges\rebuildRecentChangesTablePass1(), and RebuildRecentchanges\rebuildRecentChangesTablePass2().
const RecentChange::SRC_EXTERNAL = 'mw.external' |
Definition at line 69 of file RecentChange.php.
Referenced by PopulateRecentChangesSource\buildUpdateCondition().
const RecentChange::SRC_LOG = 'mw.log' |
Definition at line 68 of file RecentChange.php.
Referenced by PopulateRecentChangesSource\buildUpdateCondition(), ChangesListSpecialPage\execute(), and RebuildRecentchanges\rebuildRecentChangesTablePass3().
const RecentChange::SRC_NEW = 'mw.new' |
Definition at line 67 of file RecentChange.php.
Referenced by PopulateRecentChangesSource\buildUpdateCondition(), RebuildRecentchanges\rebuildRecentChangesTablePass1(), and RebuildRecentchanges\rebuildRecentChangesTablePass2().