mediawiki-extensions-AbuseF.../includes/Hooks/Handlers
MusikAnimal 7db0e05aeb Show notification when editor links to a blocked domain
This leverages the new BlockedExternalDomains system that is now part of
AbuseFilter. It notifies editors in realtime if a link they add is
blocked. See https://w.wiki/7ZsF for more information.

BlockedExternalDomains is slated to have its own API tantamount to the
action=spamblacklist endpoint, after which case this code will need to be
updated. In the meantime, it's meant to serve as a minimal viable product
for the CWS 2023 wish <https://w.wiki/7ZsE> for wikitext users.

The new $wgAbuseFilterBlockedExternalDomainsNotification configuration
setting controls the availability of this feature.

A similar feature for VisaulEditor is tracked at T276857

Bug: T347435
Change-Id: I7eae55f12da9ee58be5786bfc153e549b09598e7
2023-10-31 15:32:02 +00:00
..
AutoPromoteGroupsHandler.php
ChangeTagsHandler.php
CheckUserHandler.php Replace userNameUtils with UserIdentityUtils 2023-07-27 10:29:31 -03:00
EchoHandler.php Use HookHandlers for Echo hook 2023-08-16 00:18:02 +02:00
EditPageHandler.php Show notification when editor links to a blocked domain 2023-10-31 15:32:02 +00:00
EditPermissionHandler.php Use namespaced Title 2023-08-19 19:49:36 +02:00
FilteredActionsHandler.php Use namespaced Title 2023-08-19 19:49:36 +02:00
PageSaveHandler.php
RecentChangeSaveHandler.php
RegistrationCallback.php
SchemaChangesHandler.php
ToolLinksHandler.php Use namespaced Title 2023-08-19 19:49:36 +02:00
UserMergeHandler.php Use HookHandlers for UserMerge hook 2023-08-16 09:44:30 +02:00
UserRenameHandler.php