From: jenkins-bot Date: Sat, 14 Sep 2019 03:29:48 +0000 (+0000) Subject: Merge "Follow-up 7960d53: Mark when the SecondaryDataUpdates and WikiPageDeletionUpda... X-Git-Tag: 1.34.0-rc.0~219 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=4b85ae556f1862afafed993c4127d64409f37d3d;hp=2673aae1cd12207c020196b60948fbb79e20d6af;p=lhc%2Fweb%2Fwiklou.git Merge "Follow-up 7960d53: Mark when the SecondaryDataUpdates and WikiPageDeletionUpdates hooks were deprecated" --- 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