mediawiki-extensions-Linter/includes
Kunal Mehta 45b4bf6382 Expose category totals in API response
Instead of just including the error category names, include the number
of errors each category has, to make it easier to collect aggregate
stats.

This changes the structure from an array to an object, in JSON, but I'm
not aware of any clients using these specific fields yet.

Change-Id: Iaf942b923a0f4047721055ad9cb48aacc5aa6784
2017-03-20 14:14:22 -07:00
..
ApiQueryLintErrors.php Enforce category/page/position uniqueness constraint in the database 2016-11-30 18:55:19 -08:00
ApiRecordLint.php Enforce category/page/position uniqueness constraint in the database 2016-11-30 18:55:19 -08:00
CategoryManager.php Add severity for error categories 2016-12-14 17:07:40 -08:00
Database.php Display count of lint errors on ?action=info 2017-01-20 11:26:44 -08:00
Hooks.php Expose category totals in API response 2017-03-20 14:14:22 -07:00
LintError.php Include location in LintError::id() 2016-12-02 16:15:17 -08:00
LintErrorsPager.php Add severity for error categories 2016-12-14 17:07:40 -08:00
RecordLintJob.php Record totals in categories in statsd 2016-12-08 16:52:52 -08:00
SpecialLintErrors.php Add severity for error categories 2016-12-14 17:07:40 -08:00