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 @@
90
90
case 'cr_message':
91
91
return $this->mView->messageFragment( $value );
92
92
case 'cc_text':
93
- # Truncate this, blah blah...
94
- return htmlspecialchars( $wgLang->truncate( $value, 300 ) );
93
+ return $this->mView->messageFragment( $value );
95
94
case 'cc_timestamp':
96
95
global $wgLang;
97
96
return $wgLang->timeanddate( $value, true );
Status & tagging log
15:17, 25 March 2011
😂
(
talk
|
contribs
)
changed the
status
of r84710
[
removed:
new
added:
ok]