From: Siebrand Mazeland Date: Wed, 26 Sep 2012 05:03:34 +0000 (-0700) Subject: The hooks are initiated from WikiPage instead of Article X-Git-Tag: 1.31.0-rc.0~22252^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=commitdiff_plain;h=36ac69b92867ee97419f56990fc5928d10ecdc48;p=lhc%2Fweb%2Fwiklou.git The hooks are initiated from WikiPage instead of Article Change-Id: Ie3d29d6b73916a17cec8cb5ce1a66d98d791eb40 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 5207730eff..96757cde15 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -487,7 +487,7 @@ $summary: Edit summary/comment $isMinor: Whether or not the edit was marked as minor $isWatch: (No longer used) $section: (No longer used) -$flags: Flags passed to Article::doEdit() +$flags: Flags passed to WikiPage::doEdit() $revision: New Revision of the article 'ArticleMergeComplete': after merging to article using Special:Mergehistory @@ -555,7 +555,7 @@ $summary: Edit summary/comment $isMinor: Whether or not the edit was marked as minor $isWatch: (No longer used) $section: (No longer used) -$flags: Flags passed to Article::doEdit() +$flags: Flags passed to WikiPage::doEdit() $revision: New Revision of the article $status: Status object about to be returned by doEdit() $baseRevId: the rev ID (or false) this edit was based on @@ -811,7 +811,7 @@ pages $editPage: EditPage object 'EditPage::attemptSave': called before an article is -saved, that is before Article::doEdit() is called +saved, that is before WikiPage::doEdit() is called $editpage_Obj: the current EditPage object 'EditPage::importFormData': allow extensions to read additional data