MediaWiki REL1_31
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)
 Check whether feeds can be used and that $type is a valid feed type.
 
static checkPurge ( $timekey, $key)
 Check whether feed's cache should be cleared; for changes feeds If the feed should be purged; $timekey and $key will be removed from cache.
 
static formatDiff ( $row)
 Format a diff for the newsfeed.
 
static formatDiffRow ( $title, $oldid, $newid, $timestamp, $comment, $actiontext='')
 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 29 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 235 of file FeedUtils.php.

References as.

Referenced by formatDiffRow().

◆ checkFeedOutput()

static FeedUtils::checkFeedOutput (   $type)
static

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

Parameters
string$typeFeed type, as requested by the user
Returns
bool

Definition at line 56 of file FeedUtils.php.

References $type, $wgFeed, $wgFeedClasses, $wgOut, and global.

Referenced by ChangesFeed\execute(), and HistoryAction\feed().

◆ checkPurge()

static FeedUtils::checkPurge (   $timekey,
  $key 
)
static

Check whether feed's cache should be cleared; for changes feeds If the feed should be purged; $timekey and $key will be removed from cache.

Parameters
string$timekeyCache key of the timestamp of the last item
string$keyCache key of feed's content

Definition at line 38 of file FeedUtils.php.

References $cache, $wgRequest, $wgUser, and global.

Referenced by ChangesFeed\execute().

◆ formatDiff()

static FeedUtils::formatDiff (   $row)
static

Format a diff for the newsfeed.

Parameters
object$rowRow from the recentchanges table, including fields as appropriate for CommentStore
Returns
string

Definition at line 79 of file FeedUtils.php.

References array(), formatDiffRow(), LogFormatter\newFromRow(), 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.

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

Definition at line 108 of file FeedUtils.php.

References $context, $html, $rev, $title, $wgFeedDiffCutoff, $wgLang, applyDiffStyle(), Linker\formatComment(), getDiffLink(), RequestContext\getMain(), global, text, and wfMessage().

Referenced by HistoryAction\feedItem(), and formatDiff().

◆ 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 214 of file FeedUtils.php.

References $title, text, and wfMessage().

Referenced by formatDiffRow().


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