Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/278060
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/60/278060/1 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: newchange Gerrit-Change-Id: I37e8f59b4b88cc289709da9802df3a0f123939b1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
