r112904 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112903‎ | r112904 | r112905 >
Date:16:57, 2 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php
@@ -283,7 +283,6 @@
284284 $wgAutoloadClasses['CentralAuthAntiSpoofHooks'] = "$caBase/AntiSpoof/CentralAuthAntiSpoofHooks.php";
285285
286286 $wgHooks['AbortNewAccount'][] = 'CentralAuthAntiSpoofHooks::asAbortNewAccountHook';
287 - $wgHooks['UserCreateForm'][] = 'CentralAuthAntiSpoofHooks::asUserCreateFormHook';
288287 $wgHooks['AddNewAccount'][] = 'CentralAuthAntiSpoofHooks::asAddNewAccountHook';
289288 $wgHooks['RenameUserComplete'][] = 'CentralAuthAntiSpoofHooks::asAddRenameUserHook';
290289 }
Property changes on: branches/wmf/1.19wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
291290 Merged /trunk/extensions:r112903

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112903Bug 34842 - "Ignore spoofing checks" displayed twice...reedy16:48, 2 March 2012

Status & tagging log