aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hooks.txt
diff options
context:
space:
mode:
authorjdlrobson <jdlrobson@gmail.com>2020-05-14 09:54:23 -0700
committerjdlrobson <jdlrobson@gmail.com>2020-06-29 15:19:55 -0700
commit5e9604f4291a8395e967bed0adfc58b18e7c5c9a (patch)
treea3e0057935f973aca0929352943ca43a7acb23fe /docs/hooks.txt
parent7ba77c21c8c2cd4c0601d6c55fc3e6a18c5d75a4 (diff)
downloadmediawikicore-5e9604f4291a8395e967bed0adfc58b18e7c5c9a.tar.gz
mediawikicore-5e9604f4291a8395e967bed0adfc58b18e7c5c9a.zip
Deprecate SkinTemplateOutputPageBeforeExec hook
All Wikimedia production extensions are no longer using this hook. The hook is very generic and very dangerous per ticket and I would like to close up future usages while we still can. Bug: T60137 Change-Id: I294a420763e4c5a06a6692339efd28614a17d3c0
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r--docs/hooks.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt
index 07f634848817..249edbd0b108 100644
--- a/docs/hooks.txt
+++ b/docs/hooks.txt
@@ -3213,8 +3213,8 @@ after variants have been added.
&$links: Structured navigation links. This is used to alter the navigation for
skins which use buildNavigationUrls such as Vector.
-'SkinTemplateOutputPageBeforeExec': Before SkinTemplate::outputPage() starts
-page output.
+'SkinTemplateOutputPageBeforeExec': DEPRECATED since 1.35.
+Before SkinTemplate::outputPage() starts page output.
[&]$sktemplate: SkinTemplate object
[&]$tpl: QuickTemplate engine object