From 5ad871239d4e28e16ee737f8467b8e305f62eccd Mon Sep 17 00:00:00 2001 From: Legoktm Date: Wed, 30 Jul 2014 00:16:57 +0000 Subject: [PATCH] Revert "Add OutputPageScriptsForBottomQueue hook" After some discussion with Roan, it turns out this hook is unnecessary. The proper solution is to use addModuleScripts/addModuleStyles instead of a plain addModules. This reverts commit e7361de181dcadbcc7c32de92b3498c9fb9d0193. Bug: 68712 Change-Id: Iadbff5f7fbbc5a08d6336674b12315967f45591d --- RELEASE-NOTES-1.24 | 2 -- docs/hooks.txt | 8 -------- includes/OutputPage.php | 10 +--------- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 8e6e8f5512..9357feb076 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -125,8 +125,6 @@ production. * Upgrade jQuery Cookie to v1.3.1. * (bug 20476) Add a "viewsuppressed" user right to be able to view suppressed content but not suppress it ("suppressrevision" right). -* Added a new hook, "OutputPageScriptsForBottomQueue", to add modules to the - bottom queue that should be requested in a dedicated