summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-09-28 17:09:34 -0700
committerZach Copley <zach@status.net>2010-09-28 17:09:34 -0700
commitf42d4b18551eee1a8a8541047465d5beedb24bc2 (patch)
treea615a08572909d173ec377b8addaefec94f7728b /EVENTS.txt
parentab1d8c4c56dcc4eaa799eb662123bb285cc1aea2 (diff)
New eventsi: Start/EndShowNoticeOptions and Start/EndShowFaveForm
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index fd2bdb9d5..7b6ad40eb 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -258,10 +258,22 @@ EndShowExportData: just after showing the <div> with export data (feeds)
- $action: action object being shown
StartShowNoticeItem: just before showing the notice item
-- $action: action object being shown
+- $item: The NoticeListItem object being shown
EndShowNoticeItem: just after showing the notice item
-- $action: action object being shown
+- $item: the NoticeListItem object being shown
+
+StartShowNoticeOptions: just before showing notice options like fave, repeat, etc.
+- $item: the NoticeListItem object being shown
+
+EndShowNoticeOptions: just after showing notice options like fave, repeat, etc.
+- $item: the NoticeListItem object being shown
+
+StartShowFaveForm: just before showing the fave form
+- $item: the NoticeListItem object being shown
+
+EndShowFaveForm: just after showing the fave form
+- $item: the NoticeListItem object being shown
StartShowPageNotice: just before showing the page notice (instructions or error)
- $action: action object being shown