From 332b9400c65bb85a7ccc8e6a873be9e7f4e1776a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 4 May 2011 11:30:56 -0700 Subject: [PATCH] Document new docfile events --- EVENTS.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)