summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-11-17 16:13:40 -0800
committerBrion Vibber <brion@pobox.com>2010-11-17 16:13:40 -0800
commit3ed56730581e78911f5a98ff4a817e7fc2ab3bfc (patch)
tree063c2befa8a5ca35fd25fadc2e825848106c4b72 /EVENTS.txt
parentb73c162256fe5c7532c6d6e97453ee19e6ecac4e (diff)
parent645a4d1754128fdb34e4805ea9aa59f41af8df6f (diff)
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index a3b0804e8..8bdc93db8 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -379,6 +379,14 @@ GetValidDaemons: Just before determining which daemons to run
HandleQueuedNotice: Handle a queued notice at queue time (or immediately if no queue)
- &$notice: notice to handle
+StartHtmlElement: Reight before outputting the HTML element - allows plugins to add namespaces
+- $action: the current action
+- &$attrs: attributes for the HTML element
+
+EndHtmlElement: Right after outputting the HTML element
+- $action: the current action
+- &$attrs: attributes for the HTML element
+
StartShowHeadElements: Right after the <head> tag
- $action: the current action