31 return $this->row->ts_tags;
39 $difflink = $this->list->msg(
'parentheses' )
45 $revlink =
"<span class=\"history-deleted\">$revlink</span>";
48 $content =
"$difflink $revlink $userlink $comment";
55 $this->list->getContext()
58 $attribs[
'class'] = implode(
' ', $classes );
60 return Xml::tags(
'li', $attribs,
$content );
static revUserLink( $rev, $isPublic=false)
Generate a user link if the current user is allowed to view it.
static revComment( $rev, $local=false, $isPublic=false, $useParentheses=true)
Wrap and format the given revision's comment block, 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.