summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-11-09 23:16:17 +0000
committerZach Copley <zach@status.net>2010-11-09 23:16:17 +0000
commit5b94d9e86b91707a47b143482775acad8fcf9e78 (patch)
tree99401bab6fc3295d8578a47b8d2b6d542ca70f90 /EVENTS.txt
parent17ae690d5937b9a9ac3c7cd8a37d461960ce4964 (diff)
parenta988e2e97b4b790f3cbd9f755ebf61bf321e16f9 (diff)
Merge branch '0.9.x' into facebook-upgrade
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt22
1 files changed, 18 insertions, 4 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 7d4fc6c16..d31f2a227 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -118,16 +118,16 @@ EndShowHTML: Showing after the html element
- $action: the current action
StartPublicGroupNav: Showing the public group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
EndPublicGroupNav: At the end of the public group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
StartSubGroupNav: Showing the subscriptions group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
EndSubGroupNav: At the end of the subscriptions group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
StartInitializeRouter: Before the router instance has been initialized; good place to add routes
- $m: the Net_URL_Mapper that has just been set up
@@ -302,6 +302,20 @@ StartProfileSaveForm: before starting to save a profile settings form
EndProfileSaveForm: after saving a profile settings form (after commit, no profile or user object!)
- $action: action object being shown
+StartEmailFormData: just before showing text entry fields on email settings page
+- $action: action object being shown
+
+EndEmailFormData: just after showing text entry fields on email settings page
+- $action: action object being shown
+
+StartEmailSaveForm: before starting to save a email settings form
+- $action: action object being shown
+- &$user: user being saved
+
+EndEmailSaveForm: after saving a email settings form (after commit)
+- $action: action object being shown
+- &$user: user being saved
+
StartRegistrationFormData: just before showing text entry fields on registration page
- $action: action object being shown