r50098 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50097‎ | r50098 | r50099 >
Date:06:43, 1 May 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Backport r48910: changing CentralAuth to match the core change due to the backport of r48909, API user rights reversion
Modified paths:
  • /branches/REL1_15/extensions/CentralAuth (modified) (history)
  • /branches/REL1_15/extensions/CentralAuth/SpecialGlobalGroupMembership.php (modified) (history)

Diff [purge]

Index: branches/REL1_15/extensions/CentralAuth/SpecialGlobalGroupMembership.php
@@ -100,14 +100,14 @@
101101 LogEventsList::showLogExtract( $output, 'gblrights', $pageTitle->getPrefixedText() );
102102 }
103103
104 - static function addLogEntry( $user, $oldGroups, $newGroups, $reason ) {
 104+ function addLogEntry( $user, $oldGroups, $newGroups ) {
105105 global $wgRequest;
106106
107107 $log = new LogPage( 'gblrights' );
108108
109109 $log->addEntry( 'usergroups',
110110 $user->getUserPage(),
111 - $reason,
 111+ $wgRequest->getText( 'user-reason' ),
112112 array(
113113 $this->makeGroupNameList( $oldGroups ),
114114 $this->makeGroupNameList( $newGroups )
Property changes on: branches/REL1_15/extensions/CentralAuth
___________________________________________________________________
Name: svn:mergeinfo
115115 - /trunk/extensions/CentralAuth:48993
116116 + /trunk/extensions/CentralAuth:48910,48993

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r48909Revert r48746 (API userrights). Breaks Special:GlobalGroupMembership by chang...werdna05:59, 27 March 2009
r48910properly revert r48775 r48778werdna06:01, 27 March 2009

Status & tagging log