wiki.techinc.nl/includes/content
C. Scott Ananian 0935e47a72 Remove most uses of deprecated Language::truncate()
The Language::truncate() function was split into
Language::truncateForVisual() (which measures characters) and
Language::truncateForDatabase() (which measures bytes) in 1.31, but
the patch which soft-deprecated Language::truncate() didn't actually
remove all the uses in the codebase.  Replace most of those old uses
now, which should actually improve the situation for
non-latin-alphabet users who were getting unfairly squeezed in a
number of places.

Bug: T197492
Change-Id: I2291c69d9df17c1a9e4ab1b7d4cbc73bc51d3ebb
2018-07-09 13:36:27 -04:00
..
AbstractContent.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
CodeContentHandler.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
Content.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ContentHandler.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
CssContent.php Implement redirects in CssContent 2015-07-28 17:53:47 +00:00
CssContentHandler.php content: Use "::class" when overriding TextContent::getContentClass() 2016-08-12 21:16:37 -07:00
FileContentHandler.php Fix php code style 2017-05-05 12:03:54 +00:00
JavaScriptContent.php Support redirects in JavaScriptContent 2015-07-20 15:36:49 +00:00
JavaScriptContentHandler.php content: Use "::class" when overriding TextContent::getContentClass() 2016-08-12 21:16:37 -07:00
JsonContent.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
JsonContentHandler.php JsonContentHandler: Make sure makeEmptyContent() is valid JSON 2016-09-08 12:52:56 -07:00
MessageContent.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
TextContent.php Remove most uses of deprecated Language::truncate() 2018-07-09 13:36:27 -04:00
TextContentHandler.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
WikitextContent.php Drop 'comma' value for wgArticleCountMethod 2018-03-01 16:37:23 -08:00
WikitextContentHandler.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
WikiTextStructure.php WikiTextStructure: Exclude <style> tags 2018-03-13 14:57:45 -04:00