summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-12-16 20:13:17 -0800
committerZach Copley <zach@status.net>2010-12-16 20:13:17 -0800
commit446c2ab666f167ab1e9fcbb9e6c8ff2153cc78dc (patch)
treee190f09f21e8e2597df3e211433f44820449aa57
parent46d9496ee690f6719feb87cb220105fdaf0dcca3 (diff)
Document a few undocumented administration related events
-rw-r--r--EVENTS.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 41f67dd6e..603507795 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -981,7 +981,7 @@ StartXrdActionAliases: About to set aliases for the XRD object for a user
EndXrdActionAliases: Done with aliases for the XRD object for a user
- &$xrd: XRD object being shown
- $user: User being shown
-
+
StartXrdActionLinks: About to set links for the XRD object for a user
- &$xrd: XRD object being shown
- $user: User being shown
@@ -989,3 +989,13 @@ StartXrdActionLinks: About to set links for the XRD object for a user
EndXrdActionLinks: Done with links for the XRD object for a user
- &$xrd: XRD object being shown
- $user: User being shown
+
+AdminPanelCheck: When checking whether the current user can access a given admin panel
+- $name: Name of the admin panel
+- &$isOK: Boolean whether the user is allowed to use the panel
+
+StartAdminPanelNav: Before displaying the first item in the list of admin panels
+- $nav The AdminPanelNav widget
+
+EndAdminPanelNav: After displaying the last item in the list of admin panels
+- $nav The AdminPanelNav widget