mediawiki-extensions-Nuke/includes
Kosta Harlan 0923015f4a SpecialNuke: Don't add actor names WHERE if no names supplied
Why:

- If submitting the form with no conditions, the `$actornames` variable
  will be an array with a single empty string, which means the WHERE
  clause won't find any matches

What:

- Only add actor names to the WHERE clause if the array contains names
  to check

Bug: T342785
Change-Id: I7f407695583c1d7ebaf81d116578bd336adc5c7f
2024-10-21 14:55:54 +00:00
..
Hooks Modernize the code a little bit 2024-04-19 15:10:15 +02:00
Hooks.php Use namespaced classes 2023-10-02 21:09:38 +00:00
ServiceWiring.php Enable temp account lookup by IP address 2024-10-21 10:18:32 +02:00
SpecialNuke.php SpecialNuke: Don't add actor names WHERE if no names supplied 2024-10-21 14:55:54 +00:00