X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=a8a77390f6c2ccfbcc45a55593d8c5df2b42445c;hb=15d0055c6f2e3b7007a82df40502e15cf5c32a13;hp=fbb2f36a7b81ff2987213cdaecca53749bae31a4;hpb=2cc1ff74eac9c7691639ea277b0dd5a338b7a6de;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