wiki.techinc.nl/includes/HookContainer
Tim Starling 960a7925ae Add hook UserEditCountUpdate
Add a hook which runs at the end of UserEditCountUpdate. The idea is to
allow CentralAuth to keep its own similar edit count. There's no
other hook appropriate for this purpose since
UserEditTracker::incrementUserEditCount() has multiple callers.

Convert the private associative array in UserEditCountUpdate to a class.
Instances of the class are passed to the new hook. A class is better
suited to a public interface.

Bug: T300075
Change-Id: I16a92e6a6e9faf1be4c7fbe25354a08559df163d
2022-01-31 17:00:49 +11:00
..
DeprecatedHooks.php LinksUpdate deprecations 2022-01-14 12:57:51 +11:00
GlobalHookRegistry.php Add HookRegistry 2020-05-13 11:51:02 +10:00
HookContainer.php Fix typos in comments (E-H) 2021-12-30 18:14:43 +05:30
HookRegistry.php Add HookRegistry 2020-05-13 11:51:02 +10:00
HookRunner.php Add hook UserEditCountUpdate 2022-01-31 17:00:49 +11:00
ProtectedHookAccessorTrait.php Introduce ProtectedHookAccessorTrait and pilot the Hooks::run() migration 2020-05-13 13:50:32 +10:00
StaticHookRegistry.php Add HookRegistry 2020-05-13 11:51:02 +10:00