From: Aryeh Gregor Date: Mon, 31 Dec 2007 23:57:28 +0000 (+0000) Subject: After all that the message ALREADY EXISTS, userrights-summary. Sigh. Reverting... X-Git-Tag: 1.31.0-rc.0~50198 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=08e00241bb088a8a0bca8a185d2734177a83e74a;p=lhc%2Fweb%2Fwiklou.git After all that the message ALREADY EXISTS, userrights-summary. Sigh. Reverting self again. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 776e79a543..501305a980 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -112,7 +112,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Add HTML ID's mw-read-only-warning and mw-anon-edit-warning to warnings when editing to allow CSS styling. * Parser now returns list of sections -* Add userrights-text message to display at all times on Special:Userrights. === Bug fixes in 1.12 === diff --git a/includes/SpecialUserrights.php b/includes/SpecialUserrights.php index f19fe1d8bd..0394b7d85e 100644 --- a/includes/SpecialUserrights.php +++ b/includes/SpecialUserrights.php @@ -232,8 +232,6 @@ class UserrightsForm extends HTMLForm { */ function switchForm() { global $wgOut, $wgRequest; - $wgOut->addWikiText( wfMsg( 'userrights-text' ) ); - $username = $wgRequest->getText( 'user-editname' ); $form = Xml::openElement( 'form', array( 'method' => 'post', 'action' => $this->action, 'name' => 'uluser' ) ); $form .= '
' . wfMsgHtml( 'userrights-lookup-user' ) . ''; diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 1cafdd9594..861f080db2 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1343,7 +1343,6 @@ Unselected groups will not be changed. You can deselect a group with CTRL + Left 'userrights-nodatabase' => 'Database $1 does not exist or is not local.', 'userrights-nologin' => 'You must [[Special:Userlogin|log in]] with an administrator account to assign user rights.', 'userrights-notallowed' => 'Your account does not have permission to assign user rights.', -'userrights-text' => '', # don't translate or duplicate this message to other languages # Groups 'group' => 'Group:',