diff options
author | Evan Prodromou <evan@status.net> | 2009-10-28 17:24:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-28 17:24:53 -0400 |
commit | b73d6d18bae0e9046f65eb394c8e593de33f92a4 (patch) | |
tree | 981eb242aa4494b8c31604a59cac39116cb4ada4 /EVENTS.txt | |
parent | 3c724ccd0df0d205a9567e435b6060300537f904 (diff) | |
parent | 10df75f9a074f2987b3525cd70a129bd26972ebb (diff) |
Merge branch '0.9.x' into location
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 3 |
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 |