r84710 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84709‎ | r84710 | r84711 >
Date:21:25, 24 March 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 28220) Link revisions and bugs on recent comments

Force comments through the same snipping and parsing as commit summaries get
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeCommentsListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeCommentsListView.php
@@ -89,8 +89,7 @@
9090 case 'cr_message':
9191 return $this->mView->messageFragment( $value );
9292 case 'cc_text':
93 - # Truncate this, blah blah...
94 - return htmlspecialchars( $wgLang->truncate( $value, 300 ) );
 93+ return $this->mView->messageFragment( $value );
9594 case 'cc_timestamp':
9695 global $wgLang;
9796 return $wgLang->timeanddate( $value, true );

Status & tagging log