]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
update tags docs
[quix0rs-gnu-social.git] / EVENTS.txt
index e1620a7e2a3ef9ec693a6cebe4378a34d5a6f78c..8358bed0b7dc75b505937eb7dc0afb344d02bb9f 100644 (file)
@@ -1391,3 +1391,37 @@ EndDocFileForTitle: After searching for a doc or mail template
 - $title: Title we looked for
 - $paths: Paths we searched
 - &$filename: Filename so far (set this if you want)
+
+StartReadWriteTables: when noting which tables must be read-write, even on read-only actions
+- &$tables: list of table names
+- &$rwdb: read-write database URI
+
+EndReadWriteTables: after noting which tables must be read-write, even on read-only actions
+- $tables: list of table names
+- $rwdb: read-write database URI
+
+StartShowInviteForm: Right before displaying the invitations form
+- $action: invitation action
+
+EndShowInviteForm: After displaying the invitations form
+- $action: invitation action
+
+StartSendInvitations: Right before sending invitations
+- $action: invitation action
+
+EndSendInvitations: Right after sending invitations
+- $action: invitation action
+
+StartShowInvitationSuccess: Right before showing invitations success msg
+- $action: invitation action
+
+EndShowInvitationSuccess: After showing invitations success msg
+- $action: invitation action
+
+StartUpgrade: when starting a site upgrade
+
+EndUpgrade: when ending a site upgrade; good place to do your own upgrades
+
+HaveIMPlugin: is there an IM plugin loaded?
+- &$haveIMPlugin: set me to true if you're loaded!
+