r95067 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95066‎ | r95067 | r95068 >
Date:07:19, 20 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Revert r95058 (make letype multivalue): has been applied before in r88722 and reverted in r89348.
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryLogEvents.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryLogEvents.php
@@ -371,8 +371,7 @@
372372 )
373373 ),
374374 'type' => array(
375 - ApiBase::PARAM_ISMULTI => true,
376 - ApiBase::PARAM_TYPE => $wgLogTypes,
 375+ ApiBase::PARAM_TYPE => $wgLogTypes
377376 ),
378377 'action' => array(
379378 ApiBase::PARAM_TYPE => array_keys( $wgLogActions )

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88722* (bug 29120) ApiQueryLogEvents: let letype accept multiple values...reedy16:04, 24 May 2011
r89348Revert r88722 (allow multiple values for letype): this won't play nice with q...catrope16:13, 2 June 2011
r95058Upstream wikia change...reedy23:21, 19 August 2011

Status & tagging log