summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-10-05 09:01:51 -0700
committerBrion Vibber <brion@pobox.com>2009-10-05 09:01:51 -0700
commitc0feb550b03dfae06602b723b86493212d09ecf7 (patch)
treef0a47a3586e671205803a4582b07e4f4dcbfe064 /EVENTS.txt
parent4462a1c63600fa83d2692ac2de8067b12b1eeac9 (diff)
parent7a33125a6c05a885a7e4c6d80be4e0fe26499565 (diff)
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt6
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)