mediawiki-extensions-Linter/tests/phpunit
sbailey 07046457f0 Fix write error when linter_params has excessively long strings
* The linter write code for linter_tag field and linter_template
   field are constrained by the database schema to 32 characters
   for the tag field and 255 characters for the template field.
   In some anomalous circumstances parsoid can report tag and or
   template fields in the linter_params object that exceed those
   character limits. This code truncates these anomalous strings
   to protect the database update code from a length exceeded
   error.

Bug: T328979
Change-Id: I057ae2e32a9e1a7735b5300409e5693e8db5c764
2023-02-08 10:40:12 -08:00
..
unit Minor cleanup 2022-09-07 02:48:18 +01:00
CategoryMessagesTest.php Remove hardcoded list of categories with no parameters 2021-12-15 17:27:36 -05:00
DatabaseTest.php Minor cleanup 2022-09-07 02:48:18 +01:00
RecordLintJobTest.php Fix write error when linter_params has excessively long strings 2023-02-08 10:40:12 -08:00
SpecialLintErrorsTest.php Minor cleanup 2022-09-07 02:48:18 +01:00