Document new docfile events

This commit is contained in:
Evan Prodromou 2011-05-04 11:30:56 -07:00
parent c46406b209
commit 332b9400c6
1 changed files with 10 additions and 0 deletions

View 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)