summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-10-28 16:07:57 -0400
committerEvan Prodromou <evan@status.net>2009-10-28 16:07:57 -0400
commit10df75f9a074f2987b3525cd70a129bd26972ebb (patch)
tree1a99bfcc0db57fe64487df60e857e8b72f780f0e /EVENTS.txt
parent2df11894651f26b668aaf0bfd9eb7430691ffecd (diff)
add StartInitializeRouter event
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 5d34a9e13..d989557e6 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -129,6 +129,9 @@ StartSubGroupNav: Showing the subscriptions group nav menu
EndSubGroupNav: At the end of the subscriptions group nav menu
- $action: the current action
+StartInitializeRouter: Before the router instance has been initialized; good place to add routes
+- $m: the Net_URL_Mapper that has just been set up
+
RouterInitialized: After the router instance has been initialized
- $m: the Net_URL_Mapper that has just been set up