Page MenuHomePhabricator

Remove SkinTemplateOutputPageBeforeExec hook
Closed, ResolvedPublic

Description

Deprecated in 1.35
Time to remove as only 2 usages:
https://codesearch.wmcloud.org/search/?q=%22SkinTemplateOutputPageBeforeExec&i=nope&files=&excludeFiles=&repos=

TODO

  • Remove includes/skins/Hook/SkinTemplateOutputPageBeforeExecHook.php
  • Remove code in SkinTemplate
if ( !$this->getHookRunner()->onSkinTemplateOutputPageBeforeExec( $this, $tpl ) ) {
			wfDebug( __METHOD__ . ": Hook SkinTemplateOutputPageBeforeExec broke outputPage execution!" );
		}
  • Remove line in includes/HookContainer/DeprecatedHooks.php
'SkinTemplateOutputPageBeforeExec' => [ 'deprecatedVersion' => '1.35' ],

Event Timeline

Jdlrobson renamed this task from Remove SkinTemplateOutputPageBeforeExec to Remove SkinTemplateOutputPageBeforeExec hook.Jul 30 2021, 5:35 PM

Change 709112 had a related patch set uploaded (by Ammarpad; author: Ammarpad):

[mediawiki/core@master] Remove SkinTemplateOutputPageBeforeExec Hook

https://gerrit.wikimedia.org/r/709112

Change 709112 merged by jenkins-bot:

[mediawiki/core@master] Remove SkinTemplateOutputPageBeforeExec Hook

https://gerrit.wikimedia.org/r/709112

Jdlrobson claimed this task.