mediawiki-extensions-Linter/includes
Kunal Mehta e41e8e32a4 Drop excess events at the API layer
Originally we were dropping excess events inside the job queue, but that means
all of the events need to be passed into the job queue...which can cause
problems.

So drop them in the API module. The only other place we construct
RecordLintJob is when an article has been deleted, and those jobs have
no errors since they're all being deleted.

Bug: T202179
Change-Id: I61940280e0dfb99398d9f047d0e66007d91a0241
2018-08-17 20:36:06 -07:00
..
ApiQueryLintErrors.php API: Allow querying linterrors by pageid 2017-11-24 21:03:05 -08:00
ApiQueryLinterStats.php Add API meta=linterstats module 2017-06-06 10:02:49 -07:00
ApiRecordLint.php Drop excess events at the API layer 2018-08-17 20:36:06 -07:00
CategoryManager.php Add use for InvalidArgumentException 2018-04-04 15:51:21 +02:00
Database.php Use estimateRowCount() instead of actually counting everything 2018-02-01 13:15:06 -08:00
Hooks.php Use normal lint error updating logic for page deletions 2017-10-05 21:03:30 -07:00
LintError.php Include location in LintError::id() 2016-12-02 16:15:17 -08:00
LintErrorsPager.php Fix broken test for enabling parsermigration-edit links 2018-04-30 23:00:38 -05:00
MissingCategoryException.php Handle non-existent categories in the database better 2017-10-31 10:42:07 -07:00
RecordLintJob.php Drop excess events at the API layer 2018-08-17 20:36:06 -07:00
SpecialLintErrors.php Parse linter-category-{name}-desc messages 2017-10-04 20:17:22 -07:00
TotalsLookup.php build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-20 00:10:41 -07:00