MediaWiki REL1_39
FeedUtils Class Reference

Helper functions for feeds. More...

Static Public Member Functions

static applyDiffStyle ( $text)
 Hacky application of diff styles for the feeds.
 
static checkFeedOutput ( $type, $output=null)
 Check whether feeds can be used and that $type is a valid feed type.
 
static formatDiff ( $row, $formattedComment=null)
 Format a diff for the newsfeed.
 
static formatDiffRow ( $title, $oldid, $newid, $timestamp, $comment, $actiontext='')
 Really format a diff for the newsfeed.
 
static formatDiffRow2 ( $title, $oldid, $newid, $timestamp, $formattedComment, $actiontext='')
 Really really format a diff for the newsfeed.
 

Static Protected Member Functions

static getDiffLink (Title $title, $newid, $oldid=null)
 Generates a diff link.
 

Detailed Description

Helper functions for feeds.

Definition at line 34 of file FeedUtils.php.

Member Function Documentation

◆ applyDiffStyle()

static FeedUtils::applyDiffStyle ( $text)
static

Hacky application of diff styles for the feeds.

Might be 'cleaner' to use DOM or XSLT or something, but gack it's a pain in the ass.

Parameters
string$textDiff's HTML output
Returns
string Modified HTML

Definition at line 284 of file FeedUtils.php.

Referenced by formatDiffRow2().

◆ checkFeedOutput()

static FeedUtils::checkFeedOutput ( $type,
$output = null )
static

Check whether feeds can be used and that $type is a valid feed type.

Since
1.36 $output parameter added
Parameters
string$typeFeed type, as requested by the user
OutputPage | null$outputNull falls back to $wgOut
Returns
bool

Definition at line 45 of file FeedUtils.php.

References $type, and $wgOut.

◆ formatDiff()

static FeedUtils::formatDiff ( $row,
$formattedComment = null )
static

Format a diff for the newsfeed.

Parameters
stdClass$rowRow from the recentchanges table, including fields as appropriate for CommentStore
string | null$formattedCommentrc_comment in HTML format, or null to format it on demand.
Returns
string

Definition at line 76 of file FeedUtils.php.

References Linker\formatComment(), formatDiffRow2(), RC_LOG, wfMessage(), and wfTimestamp().

Referenced by ChangesFeed\buildItems().

◆ formatDiffRow()

static FeedUtils::formatDiffRow ( $title,
$oldid,
$newid,
$timestamp,
$comment,
$actiontext = '' )
static

Really format a diff for the newsfeed.

Deprecated
since 1.38 use formatDiffRow2
Parameters
Title$title
int$oldidOld revision's id
int$newidNew revision's id
string$timestampNew revision's timestamp
string$commentNew revision's comment
string$actiontextText of the action; in case of log event
Returns
string

Definition at line 111 of file FeedUtils.php.

References $title, and formatDiffRow2().

◆ formatDiffRow2()

static FeedUtils::formatDiffRow2 ( $title,
$oldid,
$newid,
$timestamp,
$formattedComment,
$actiontext = '' )
static

Really really format a diff for the newsfeed.

Same as formatDiffRow() except with preformatted comments.

Parameters
Title$title
int$oldidOld revision's id
int$newidNew revision's id
string$timestampNew revision's timestamp
string$formattedCommentNew revision's comment in HTML format
string$actiontextText of the action; in case of log event
Returns
string

Definition at line 132 of file FeedUtils.php.

References $lang, $title, applyDiffStyle(), getDiffLink(), and wfMessage().

Referenced by formatDiff(), and formatDiffRow().

◆ getDiffLink()

static FeedUtils::getDiffLink ( Title $title,
$newid,
$oldid = null )
staticprotected

Generates a diff link.

Used when the full diff is not wanted for example when $wgFeedDiffCutoff is 0.

Parameters
Title$titleTitle object: used to generate the diff URL
int$newidNewid for this diff
int | null$oldidOldid for the diff. Null means it is a new article
Returns
string

Definition at line 263 of file FeedUtils.php.

References $title, and wfMessage().

Referenced by formatDiffRow2().


The documentation for this class was generated from the following file: