]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Partial revert of 073f3e99: restores the original non-hashbang URLs for twitter users...
[quix0rs-gnu-social.git] / EVENTS.txt
index 98927127b74fdf74b73510f73d8db94ee7c843b2..f675c199a07355ddf72d6e8734e120cc3f5a375b 100644 (file)
@@ -1082,3 +1082,18 @@ EndInterpretCommand: Before running a command
 - $user: User who issued the command
 - $result: Resulting command
 
+StartGroupActionsList: Start the list of actions on a group profile page (after <ul>, before first <li>)
+- $action: action being executed (for output and params)
+- $group: group for the page
+
+EndGroupActionsList: End the list of actions on a group profile page (before </ul>, after last </li>)
+- $action: action being executed (for output and params)
+- $group: group for the page
+
+StartGroupProfileElements: Start showing stuff about the group on its profile page
+- $action: action being executed (for output and params)
+- $group: group for the page
+                          
+EndGroupProfileElements: Start showing stuff about the group on its profile page
+- $action: action being executed (for output and params)
+- $group: group for the page