X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=a2b405acc8e07f01a829e93ed69478088929cfb9;hb=04c4facba9230f40726c5891dcac21d928fbb2ab;hp=f4ec620338c7be2d1a642231aad90b443a58f7e9;hpb=1fd7e5e3794621993b01a5833faa8b6fa26c3847;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index f4ec620338..a2b405acc8 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -150,6 +150,12 @@ StartAddressData: Allows the site owner to provide additional information about EndAddressData: At the end of
- $action: the current action +StartShowSiteNotice: Before showing site notice +- $action: the current action + +EndShowSiteNotice: After showing site notice +- $action: the current action + StartLoginGroupNav: Before showing the login and register navigation menu - $action: the current action @@ -290,6 +296,18 @@ StartRegistrationTry: before validating and saving a new user EndRegistrationTry: after saving a new user (note: no profile or user object!) - $action: action object being shown +StartAvatarFormData: before displaying avatar form +- $action: action object being shown + +EndAvatarFormData: after displaying avatar form +- $action: action object being shown + +StartAvatarSaveForm: before saving the avatar +- $action: action object being shown + +EndAvatarSaveForm: after saving the avatar +- $action: action object being shown + StartNewQueueManager: before trying to start a new queue manager; good for plugins implementing new queue manager classes - $qm: empty queue manager to set @@ -337,6 +355,14 @@ EndShowHeadElements: Right before the tag; put