mediawiki-extensions-Linter/includes
Arlo Breault 22c1bfb865 Omit lints in hidden categories from search results
Presumably it would be better if category priorities lived in their own
table so that we could do a join rather than an ever growing where in
clause.  That would help Quarry users as well.

Bug: T334527
Change-Id: Ibd535a54565f6f474346c44ad7597fa0532faf6c
2024-04-18 20:23:32 -04:00
..
ApiQueryLintErrors.php [DI] Make CategoryManager and Database injectable services 2024-04-09 18:33:13 -04:00
ApiQueryLinterStats.php Inject Database into TotalsLookup 2024-04-11 12:24:42 -04:00
CategoryManager.php [DI] Make CategoryManager and Database injectable services 2024-04-09 18:33:13 -04:00
Database.php Stop constructing Database with a page id 2024-04-10 21:07:08 -04:00
Hooks.php Inject Database into TotalsLookup 2024-04-11 12:24:42 -04:00
HtmlTags.php Replace isset() with null check in HtmlTags 2024-04-01 13:47:54 +02:00
LintError.php Second phase of T175177: Adds template and tag to RecordLintJob 2022-08-22 12:47:01 -07:00
LintErrorsPager.php Omit lints in hidden categories from search results 2024-04-18 20:23:32 -04:00
MissingCategoryException.php Update Legoktm's email address 2021-04-11 19:08:44 -07:00
RecordLintJob.php Inject Database into TotalsLookup 2024-04-11 12:24:42 -04:00
SchemaHooks.php Cleanup SchemaHooks and SQL files 2023-12-22 02:13:52 +00:00
ServiceWiring.php Inject Database into TotalsLookup 2024-04-11 12:24:42 -04:00
SpecialLintErrors.php Omit lints in hidden categories from search results 2024-04-18 20:23:32 -04:00
TotalsLookup.php Inject Database into TotalsLookup 2024-04-11 12:24:42 -04:00