http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84710
Revision: 84710
Author: reedy
Date: 2011-03-24 21:25:28 +0000 (Thu, 24 Mar 2011)
Log Message:
-----------
* (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: trunk/extensions/CodeReview/ui/CodeCommentsListView.php
===================================================================
--- trunk/extensions/CodeReview/ui/CodeCommentsListView.php 2011-03-24
21:21:15 UTC (rev 84709)
+++ trunk/extensions/CodeReview/ui/CodeCommentsListView.php 2011-03-24
21:25:28 UTC (rev 84710)
@@ -89,8 +89,7 @@
case 'cr_message':
return $this->mView->messageFragment( $value );
case 'cc_text':
- # Truncate this, blah blah...
- return htmlspecialchars( $wgLang->truncate( $value, 300
) );
+ return $this->mView->messageFragment( $value );
case 'cc_timestamp':
global $wgLang;
return $wgLang->timeanddate( $value, true );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs