mediawiki-extensions-Echo/includes/Model
Umherirrender 5e49d52fba Call hook handler for own hooks directly and not via hook system
Extensions should not a consumer of its own hooks,
just call the code before calling the hook.
In case of EchoGetBundleRules each extension should only handle it's
own event, so this is not a breaking change.
In case if EchoAbortEmailNotification the return false in the hook
handler already aborted further hooks, so this is not a breaking change.

Change-Id: I2715aa6499d01a1c1b3a27ff510b331eae0deca9
2023-09-08 16:47:33 +00:00
..
AbstractEntity.php Namespace Model 2022-11-10 14:25:42 -07:00
Event.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 16:43:18 +02:00
Notification.php Call hook handler for own hooks directly and not via hook system 2023-09-08 16:47:33 +00:00
TargetPage.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 16:43:18 +02:00