From: Evan Prodromou Date: Wed, 4 May 2011 18:30:56 +0000 (-0700) Subject: Document new docfile events X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=332b9400c65bb85a7ccc8e6a873be9e7f4e1776a;p=quix0rs-gnu-social.git Document new docfile events --- diff --git a/EVENTS.txt b/EVENTS.txt index 5bf6078a1c..e1620a7e2a 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -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)