r78144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78143‎ | r78144 | r78145 >
Date:21:42, 9 December 2010
Author:btongminh
Status:ok
Tags:
Comment:
Revert the addition of the patrol token from ApiQueryInfo from r78141; does not belong there
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryInfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryInfo.php
@@ -87,7 +87,6 @@
8888 'unblock' => array( 'ApiQueryInfo', 'getUnblockToken' ),
8989 'email' => array( 'ApiQueryInfo', 'getEmailToken' ),
9090 'import' => array( 'ApiQueryInfo', 'getImportToken' ),
91 - 'patrol' => array( 'ApiQueryRecentChanges', 'getPatrolToken' ),
9291 );
9392 wfRunHooks( 'APIQueryInfoTokens', array( &$this->tokenFunctions ) );
9493 return $this->tokenFunctions;

Follow-up revisions

RevisionCommit summaryAuthorDate
r784391.17: Merge some more revs from trunk: r78144, r78403, r78436catrope14:23, 15 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78141BREAKING CHANGE: Require POST for patrolling revisions and salt the patrol to...btongminh21:29, 9 December 2010

Status & tagging log