summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-13 10:52:26 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-13 10:52:26 -0500
commit4ad5d55ecf65fb1c9f58211b37f8f111e9ca0c7b (patch)
treeb1ccd94f9114696d07de76f87e0c0627dd0a9f6c /EVENTS.txt
parent47c5d508b36d4351f2bd94e7b36738fdf040b0aa (diff)
Add events for filtering and logging new notices
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 16ca9ea06..af0bee587 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -30,7 +30,7 @@ EndShowLaconicaStyles: End showing Laconica Style links; good place to add hand
StartShowUAStyles: Showing custom UA Style links
- $action: the current action
-EndShowUAStyles: End showing custom UA Style links; good place to add user-agent (e.g., filter, -webkit, -moz) specific styles
+EndShowUAStyles: End showing custom UA Style links; good place to add user-agent (e.g., filter, -webkit, -moz) specific styles
- $action: the current action
StartShowScripts: Showing JavaScript links
@@ -76,3 +76,9 @@ StartShowContentBlock: Showing before the content container
EndShowContentBlock: Showing after the content container
- $action: the current action
+StartNoticeSave: before inserting a notice (good place for content filters)
+- $notice: notice being saved (no ID or URI)
+
+EndNoticeSave: after inserting a notice and related code
+- $notice: notice that was saved (with ID and URI)
+