Merge "Fix doc/hooks.txt for EditPage::showStandardInputs:options"
[lhc/web/wiklou.git] / docs / hooks.txt
index a9a7c10..3ec2657 100644 (file)
@@ -899,6 +899,7 @@ Return true without altering $error to allow the edit to proceed.
 the editOptions area
 $editor: EditPage instance (object)
 $out: an OutputPage instance to write to
+&$tabindex: HTML tabindex of the last edit check/button
 return value is ignored (should always be true)
 
 'EditPageBeforeConflictDiff': allows modifying the EditPage object and output
@@ -2221,6 +2222,9 @@ $page: WikiPage object to be removed
 $user: user that watched
 $page: WikiPage object that was watched
 
+'UpdateUserMailerFormattedPageStatus': before notification email gets sent
+$formattedPageStatus: list of valid page states
+
 'UploadForm:initial': before the upload form is generated
 $form: UploadForm object
 You might set the member-variables $uploadFormTextTop and