"Umherirrender" posted a comment on MediaWiki.r96441.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96441#c30457

Commit summary for MediaWiki.r96441:

Committing my new logging classes for review. Will later commit changes that 
use these classes.

Umherirrender's comment:

See bug 33374, maybe truncate it right now inside the setter or later in the 
insert method, but than you have to check also RecentChange::newLogEntry.

<pre>
class ManualLogEntry extends LogEntryBase {
...
        public function setComment( $comment ) {
                # Truncate whole multibyte characters
                $this->comment = $wgContLang->truncate( $comment, 255 );
        }
...
}
</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to