diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-05 14:17:55 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-05 14:17:55 +0000 |
commit | 7a33125a6c05a885a7e4c6d80be4e0fe26499565 (patch) | |
tree | f0a47a3586e671205803a4582b07e4f4dcbfe064 /EVENTS.txt | |
parent | 2f065d687dc76bfbac3e1b7b3dcccf544f4b4987 (diff) |
Added hook to wrap the notice form data block
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index fbb2f36a7..02b11a8a6 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) |