31 return $this->row->ts_tags;
39 $difflink = $this->list->msg(
'parentheses' )
46 $revlink =
"<span class=\"$class\">$revlink</span>";
49 $content =
"$difflink $revlink $userlink $comment";
56 $this->list->getContext()
59 $attribs[
'class'] = implode(
' ', $classes );
61 return Xml::tags(
'li', $attribs,
$content );
static getRevisionDeletedClass(RevisionRecord $revisionRecord)
Returns css class of a deleted revision.
static revComment(RevisionRecord $revRecord, $local=false, $isPublic=false, $useParentheses=true)
Wrap and format the given revision's comment block, if the current user is allowed to view it.
static revUserLink(RevisionRecord $revRecord, $isPublic=false)
Generate a user link if the current user is allowed to view it.
Item class for a live revision table row.
getRevisionLink()
Get the HTML link to the revision text.
getDiffLink()
Get the HTML link to the diff.
getRevisionRecord()
Get the RevisionRecord for the item.