mediawiki-extensions-SpamBl.../includes
Daimona Eaytoy da1af447e2 Always pass a User object to SpamBlacklist::filter
There are some usages outside of SpamBlacklist that must be fixed. After
doing that, the signature should be updated to make the user
non-optional.

Note: I've changed the signature because external callers only pass the
first two parameters. Hence, it's easier to change it now, add a
User parameter to the callers and then make it non-optional, than having
to pass $preserveLog and $mode in all callers and then swapping the
order (as that would break the world).

Change-Id: I0714eb9dbc6af3c775ab7a81cb4b59e687183f77
2020-11-10 19:13:01 +00:00
..
ApiSpamBlacklist.php Always pass a User object to SpamBlacklist::filter 2020-11-10 19:13:01 +00:00
BaseBlacklist.php Always pass a User object to SpamBlacklist::filter 2020-11-10 19:13:01 +00:00
EmailBlacklist.php Always pass a User object to SpamBlacklist::filter 2020-11-10 19:13:01 +00:00
SpamBlacklist.php Always pass a User object to SpamBlacklist::filter 2020-11-10 19:13:01 +00:00
SpamBlacklistHooks.php Always pass a User object to SpamBlacklist::filter 2020-11-10 19:13:01 +00:00
SpamBlacklistLogFormatter.php build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 2019-07-11 07:25:20 +00:00
SpamBlacklistPreAuthenticationProvider.php Add phan configuration 2018-02-24 17:26:25 -08:00
SpamRegexBatch.php Migrate to new Phan 2019-03-09 12:42:42 +00:00