mediawiki-extensions-Linter/includes
Brooke Vibber ea186c1cee Add hidden lint missing-image-alt-text
Add support for new parsoid lint, missing-image-alt-text
Matches on images that don't have an alt text attribute at all
(empty alt attributes count as present).

Intended to make it easier to put workflows around these images,
including streamlined workflows for "microcontributions" in the
mobile apps.

As this has some impedence mismatch with usage of Special:LintErrors
this is marked as hidden (priority=none) so will not be displayed by
default, but has an enum value reserved for it and can be queried
explicitly.

Bug: T344378
Change-Id: I38cc1abbece3cca8155bec1f071b854027be0966
2024-05-29 19:03:41 -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 Merge "Logging: add debug messages in Hooks and RecordLintJob" 2024-05-22 20:40:14 +00: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 Add hidden lint missing-image-alt-text 2024-05-29 19:03:41 -04:00
MissingCategoryException.php Update Legoktm's email address 2021-04-11 19:08:44 -07:00
RecordLintJob.php Logging: add debug messages in Hooks and RecordLintJob 2024-05-22 21:06:50 +02: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 Suppress hidden categories from subpage prefix searches 2024-04-18 20:23:37 -04:00
TotalsLookup.php Inject Database into TotalsLookup 2024-04-11 12:24:42 -04:00