OutputPage::out() was removed
authorSiebrand Mazeland <siebrand@kitano.nl>
Tue, 8 Mar 2016 22:55:39 +0000 (23:55 +0100)
committerSiebrand Mazeland <siebrand@kitano.nl>
Tue, 8 Mar 2016 22:55:39 +0000 (23:55 +0100)
Deprecated since 1.22. Six use remain in Gerrit extension
SemanticPageMaker, that's been unmaintained since MediaWiki 1.17. They
were not replaced.

Change-Id: I8d68657562f683a4933cc5321d5df04c80cdfc29

RELEASE-NOTES-1.27
includes/OutputPage.php

index 34098f3..302e20a 100644 (file)
@@ -230,6 +230,7 @@ HHVM 3.1.
 * Language::specialPage() was removed (deprecated since 1.24).
 * OutputPage::getHeadItems() was removed (deprecated since 1.24).
 * OutputPage::getScript() was removed (deprecated since 1.24).
+* OutputPage::out() was removed (deprecated since 1.22).
 * OutputPage::setAllowedModules() was removed (deprecated since 1.24).
 
 === Languages updated in 1.27 ===
index a05c00c..305359f 100644 (file)
@@ -2327,17 +2327,6 @@ class OutputPage extends ContextSource {
 
        }
 
-       /**
-        * Actually output something with print.
-        *
-        * @param string $ins The string to output
-        * @deprecated since 1.22 Use echo yourself.
-        */
-       public function out( $ins ) {
-               wfDeprecated( __METHOD__, '1.22' );
-               print $ins;
-       }
-
        /**
         * Prepare this object to display an error page; disable caching and
         * indexing, clear the current text and redirect, set the page's title