wiki.techinc.nl/includes/user/Hook
Timo Tijhof 2e54202671 WikiPage: Move clearTitleUserNotifications() call to post-send
This is currently called from a pre-send update, but most if what that
method did was alrady post-send. It does:
* check permissions (read query).
* run onUserClearNewTalkNotification hook.
* everything else is in a post-send deferred update.

The onUserClearNewTalkNotification hook in turn is only used by one
extension indexed by Codesearch, namely Echo, and all that handler
does is... schedule a post-send update.

* Improve onUserClearNewTalkNotification documentation.
* Explain why onPageViewUpdates is pre-send (for now).

Bug: T277788
Change-Id: Idb6e7524c32c6fbb8760a1b62091d493423aa51e
2022-01-27 23:48:00 +00:00
..
AutopromoteConditionHook.php
ConfirmEmailCompleteHook.php
EmailConfirmedHook.php
GetAutoPromoteGroupsHook.php
InvalidateEmailCompleteHook.php
IsValidPasswordHook.php
PingLimiterHook.php
SpecialPasswordResetOnSubmitHook.php
User__mailPasswordInternalHook.php
UserAddGroupHook.php
UserArrayFromResultHook.php
UserCanSendEmailHook.php
UserClearNewTalkNotificationHook.php WikiPage: Move clearTitleUserNotifications() call to post-send 2022-01-27 23:48:00 +00:00
UserEffectiveGroupsHook.php
UserGetDefaultOptionsHook.php
UserGetEmailAuthenticationTimestampHook.php
UserGetEmailHook.php
UserGetReservedNamesHook.php
UserGroupsChangedHook.php
UserIsBlockedGloballyHook.php
UserIsBotHook.php
UserIsLockedHook.php
UserLoadAfterLoadFromSessionHook.php
UserLoadDefaultsHook.php
UserLoadFromDatabaseHook.php
UserLogoutHook.php
UserRemoveGroupHook.php
UserSaveSettingsHook.php
UserSendConfirmationMailHook.php
UserSetEmailAuthenticationTimestampHook.php
UserSetEmailHook.php