summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-03 09:33:38 -0800
committerBrion Vibber <brion@pobox.com>2010-03-03 09:33:38 -0800
commit9801c60bea121f96d3e8d4ae7b8e31d2c29b280d (patch)
tree5aacecf46f564408fad70a38ce2461e6d7b96c48 /EVENTS.txt
parent1e63fda6695c8ab06f2cd8181de26f03f7f7a5d4 (diff)
parent11750e832f994013b2fbce860bd24d24f49a14db (diff)
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index bb4936b35..2c3863f22 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -363,6 +363,14 @@ EndProfileRemoteSubscribe: After showing the link to remote subscription
- $userprofile: UserProfile widget
- &$profile: the profile being shown
+StartGroupSubscribe: Before showing the link to remote subscription
+- $action: the current action
+- $group: the group being shown
+
+EndGroupSubscribe: After showing the link to remote subscription
+- $action: the current action
+- $group: the group being shown
+
StartProfilePageProfileSection: Starting to show the section of the
profile page with the actual profile data;
hook to prevent showing the profile (e.g.)
@@ -776,6 +784,12 @@ StartShowAllContent: before showing the all (you and friends) content
EndShowAllContent: after showing the all (you and friends) content
- $action: the current action
+StartShowSubscriptionsMiniList: at the start of subscriptions mini list
+- $action: the current action
+
+EndShowSubscriptionsMiniList: at the end of subscriptions mini list
+- $action: the current action
+
StartDeleteUserForm: starting the data in the form for deleting a user
- $action: action being shown
- $user: user being deleted