summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-26 12:40:30 -0500
committerEvan Prodromou <evan@status.net>2010-02-26 12:40:30 -0500
commit6781f95c733ed4d678fc4c09926efe195e590359 (patch)
tree5b9c8ea6e0a612a7bf05f5823878fce73bab2f7f /EVENTS.txt
parentd9d1a77bb02227e6e79392959643404391df2ea0 (diff)
parentc188ae15d926948f1851472f412071329002f403 (diff)
Merge branch 'blacklistplus' into testing
Conflicts: EVENTS.txt
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index c387274c0..a2b405acc 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -769,3 +769,20 @@ StartShowSubscriptionsContent: before showing the subscriptions content
EndShowSubscriptionsContent: after showing the subscriptions content
- $action: the current action
+
+StartDeleteUserForm: starting the data in the form for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+EndDeleteUserForm: Ending the data in the form for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+StartDeleteUser: handling the post for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+EndDeleteUser: handling the post for deleting a user
+- $action: action being shown
+- $user: user being deleted
+