jenkins-bot has submitted this change and it was merged. Change subject: Mention that 'APIEditBeforeSave' is also being run on undo ......................................................................
Mention that 'APIEditBeforeSave' is also being run on undo This came up in T126861 where we identified this as desired behavior. Change-Id: I37e8f59b4b88cc289709da9802df3a0f123939b1 --- M docs/hooks.txt 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Anomie: Looks good to me, approved jenkins-bot: Verified diff --git a/docs/hooks.txt b/docs/hooks.txt index a431f1b..9478f48 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -376,6 +376,7 @@ 'APIEditBeforeSave': Before saving a page with api.php?action=edit, after processing request parameters. Return false to let the request fail, returning an error message or an <edit result="Failure"> tag if $resultArr was filled. +Unlike for example 'EditFilterMergedContent' this also being run on undo. $editPage: the EditPage object $text: the new text of the article (has yet to be saved) &$resultArr: data in this array will be added to the API result -- To view, visit https://gerrit.wikimedia.org/r/278060 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I37e8f59b4b88cc289709da9802df3a0f123939b1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Waldir <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
