X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=a8a77390f6c2ccfbcc45a55593d8c5df2b42445c;hb=54c64a0cf1160db174934799750d7eec83f4f433;hp=fbb2f36a7b81ff2987213cdaecca53749bae31a4;hpb=d103522ff364098ed26305b31d1cb62f87de1318;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index fbb2f36a7b..a8a77390f6 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -93,6 +93,12 @@ StartShowAside: Showing before the Aside container EndShowAside: Showing after the Aside container - $action: the current action +StartShowNoticeFormData: Showing before the notice form data +- $action: the current action + +EndShowNoticeFormData: Showing after the notice form data +- $action: the current action + StartNoticeSave: before inserting a notice (good place for content filters) - $notice: notice being saved (no ID or URI) @@ -123,6 +129,9 @@ StartSubGroupNav: Showing the subscriptions group nav menu EndSubGroupNav: At the end of the subscriptions group nav menu - $action: the current action +StartInitializeRouter: Before the router instance has been initialized; good place to add routes +- $m: the Net_URL_Mapper that has just been set up + RouterInitialized: After the router instance has been initialized - $m: the Net_URL_Mapper that has just been set up @@ -285,3 +294,183 @@ EndShowHeadElements: Right before the tag; put