X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=EVENTS.txt;h=6bf12bf13fb15db9ea94507971c635266db383ee;hb=245510e4b05896e88a4f410a2668b28f57dd8ca1;hp=6e6afa070f56442824ee31a091edb8efd7aff3c3;hpb=42a47a771954c11525cda1c93ec55f53b8d33c93;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index 6e6afa070f..6bf12bf13f 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 @@ -693,3 +699,18 @@ StartShowContentLicense: Showing the default license for content EndShowContentLicense: Showing the default license for content - $action: the current action + +StartUserRegister: When a new user is being registered +- &$profile: new profile data (no ID) +- &$user: new user account (no ID or URI) + +EndUserRegister: When a new user has been registered +- &$profile: new profile data +- &$user: new user account + +StartRobotsTxt: Before outputting the robots.txt page +- &$action: RobotstxtAction being shown + +EndRobotsTxt: After the default robots.txt page (good place for customization) +- &$action: RobotstxtAction being shown +