UserrightsPage::makeGroupNameListForLog() was removed
authorSiebrand Mazeland <siebrand@kitano.nl>
Tue, 8 Mar 2016 23:53:03 +0000 (00:53 +0100)
committerSiebrand <siebrand@kitano.nl>
Fri, 1 Apr 2016 11:00:39 +0000 (11:00 +0000)
Deprecated since 1.21. Use in Gerrit extensions was replaced.

Bug: T122754
Depends-on: If9a2764c5c15be9c07d066a52543c4c9d97e0f35
Change-Id: If45eafca7ea332475eb864f04665d0a0bf1603d1

RELEASE-NOTES-1.27
includes/specials/SpecialUserrights.php

index 2f8f53a..8a0ab11 100644 (file)
@@ -250,6 +250,7 @@ HHVM 3.1.
 * OutputPage::getScript() was removed (deprecated since 1.24).
 * OutputPage::out() was removed (deprecated since 1.22).
 * OutputPage::setAllowedModules() was removed (deprecated since 1.24).
+* UserrightsPage::makeGroupNameListForLog() was removed (deprecated since 1.21).
 
 === Languages updated in 1.27 ===
 
index 29261f3..7901d37 100644 (file)
@@ -425,23 +425,6 @@ class UserrightsPage extends SpecialPage {
                }
        }
 
-       /**
-        * Make a list of group names to be stored as parameter for log entries
-        *
-        * @deprecated since 1.21; use LogFormatter instead.
-        * @param array $ids
-        * @return string
-        */
-       function makeGroupNameListForLog( $ids ) {
-               wfDeprecated( __METHOD__, '1.21' );
-
-               if ( empty( $ids ) ) {
-                       return '';
-               } else {
-                       return $this->makeGroupNameList( $ids );
-               }
-       }
-
        /**
         * Output a form to allow searching for a user
         */