]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Document a few undocumented administration related events
authorZach Copley <zach@status.net>
Fri, 17 Dec 2010 04:13:17 +0000 (20:13 -0800)
committerZach Copley <zach@status.net>
Fri, 17 Dec 2010 04:13:17 +0000 (20:13 -0800)
EVENTS.txt

index 41f67dd6e4d7e276ba8dbb3237d7501cc17298da..60350779538c924c89897610fed7e9c4c5429d57 100644 (file)
@@ -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