]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Document new docfile events
authorEvan Prodromou <evan@status.net>
Wed, 4 May 2011 18:30:56 +0000 (11:30 -0700)
committerEvan Prodromou <evan@status.net>
Wed, 4 May 2011 18:30:56 +0000 (11:30 -0700)
EVENTS.txt

index 5bf6078a1c09d68ac776efbb0a4d11f0465120e6..e1620a7e2a3ef9ec693a6cebe4378a34d5a6f78c 100644 (file)
@@ -1381,3 +1381,13 @@ StartRegisterSuccess: Before showing the registration success message
 
 StartRegisterSuccess: After showing the registration success message
 - $action: the registration action
+
+StartDocFileForTitle: Before searching for a doc or mail template
+- $title: Title we're looking for
+- &$paths: Paths we're searching
+- &$filename: Filename so far (set this if you want)
+
+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)