From: James D. Forrester Date: Fri, 13 Sep 2019 17:59:48 +0000 (-0700) Subject: Follow-up 7960d53: Mark when the SecondaryDataUpdates and WikiPageDeletionUpdates... X-Git-Tag: 1.34.0-rc.0~188^2~1 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=7a15f4547652dc2a1a53a288586a4f453354d34a Follow-up 7960d53: Mark when the SecondaryDataUpdates and WikiPageDeletionUpdates hooks were deprecated Change-Id: Id35cc5e1d21a62d0d6469b80b693bb654215db2a --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 43bfd8d4b4..55ba06e605 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2921,7 +2921,7 @@ result augmentors. Note that lists should be in the format name => object and the names in both lists should be distinct. -'SecondaryDataUpdates': DEPRECATED! Use RevisionDataUpdates or override +'SecondaryDataUpdates': DEPRECATED since 1.32! Use RevisionDataUpdates or override ContentHandler::getSecondaryDataUpdates instead. Allows modification of the list of DataUpdates to perform when page content is modified. $title: Title of the page that is being edited. @@ -3969,7 +3969,7 @@ dumps. One, and only one hook should set this, and return false. &$opts: Options to use for the query &$join: Join conditions -'WikiPageDeletionUpdates': DEPRECATED! Use PageDeletionDataUpdates or +'WikiPageDeletionUpdates': DEPRECATED since 1.32! Use PageDeletionDataUpdates or override ContentHandler::getDeletionDataUpdates instead. Manipulates the list of DeferrableUpdates to be applied when a page is deleted. $page: the WikiPage