diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-18 23:28:08 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-18 23:28:08 +0000 |
commit | 8b5bcae58fba59734a566315f04499fcc1433c75 (patch) | |
tree | 99e05cd702fa23dad02013d137bf4b624996c00a /EVENTS.txt | |
parent | 806200379d2e35a5cbf5ce4940474e1cbdd1f1a0 (diff) | |
parent | dcd69eec9098fd6bc6340a233796d6b242953057 (diff) |
Merge branch '0.7.x' into 0.8.x
Conflicts:
EVENTS.txt
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index d689f0be6..8e917f11d 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -100,6 +100,12 @@ StartPublicGroupNav: Showing the public group nav menu EndPublicGroupNav: At the end of the public group nav menu - $action: the current action +StartSubGroupNav: Showing the subscriptions group nav menu +- $action: the current action + +EndSubGroupNav: At the end of the subscriptions group nav menu +- $action: the current action + RouterInitialized: After the router instance has been initialized - $m: the Net_URL_Mapper that has just been set up @@ -109,3 +115,5 @@ StartLogout: Before logging out EndLogout: After logging out - $action: the logout action +ArgsInitialized: After the argument array has been initialized +- $args: associative array of arguments, can be modified |