mediawiki-extensions-AbuseF.../includes/Hooks/Handlers
Bartosz Dziewoński a5e0851dc0 BlockedDomainFilter: Always return Status from filter()
From Status class documentation:
> The recommended pattern for Status objects is to return a Status object
> unconditionally, i.e. both on success and on failure -- so that the
> developer of the calling code is reminded that the function can fail, and
> so that a lack of error-handling will be explicit.

Change-Id: Ie6a55e297a35374fbdef880dd40e65f5cd00b6bf
2024-04-13 01:05:01 +02:00
..
AutoPromoteGroupsHandler.php Handlers: Drop AutoPromoteGroupsHandler::factory() 2024-03-06 21:38:12 +00:00
ChangeTagsHandler.php Move ChangeTags stuff to separate namespace 2020-11-27 15:13:34 +00:00
CheckUserHandler.php Don't attempt to steal or create the FilterUser in CheckUserHandler 2024-01-31 19:32:52 +00:00
EchoHandler.php Use HookHandlers for Echo hook 2023-08-16 00:18:02 +02:00
EditPermissionHandler.php Blocked domains: Add support for "added by" field 2023-12-27 04:37:42 +01:00
FilteredActionsHandler.php BlockedDomainFilter: Always return Status from filter() 2024-04-13 01:05:01 +02:00
PageSaveHandler.php Move all "secondary" hooks away from AbuseFilterHooks 2021-02-01 17:29:26 +01:00
RecentChangeSaveHandler.php Move all "secondary" hooks away from AbuseFilterHooks 2021-02-01 17:29:26 +01:00
RegistrationCallback.php Use actor table in AbuseFilter 2023-03-22 14:01:29 +01:00
SchemaChangesHandler.php Remove old maintenance scripts 2024-01-18 05:50:19 +00:00
ToolLinksHandler.php Use namespaced classes 2023-12-10 23:03:12 +01:00
UserMergeHandler.php Use namespaced classes 2023-12-10 23:03:12 +01:00
UserRenameHandler.php Use actor table in AbuseFilter 2023-03-22 14:01:29 +01:00