diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-19 01:08:28 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-19 01:08:28 +0000 |
commit | 4186dd2691bf4f6d0ddbf74e385dca00018747be (patch) | |
tree | a0a60918127e426ddf1d8d3bd4535d486e0b8b51 /EVENTS.txt | |
parent | 35b39342337fed5916e06876c8a37068d2052937 (diff) | |
parent | 8c5d1b63df63bdf73ef08f8b8c46699089939fc8 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
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 |