r47234 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47233‎ | r47234 | r47235 >
Date:21:49, 13 February 2009
Author:catrope
Status:deferred
Tags:
Comment:
And yet another fixup for r47231: use older/newer rather than ascending/descending
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryProtectedTitles.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryProtectedTitles.php
@@ -137,10 +137,10 @@
138138 ApiBase :: PARAM_MAX2 => ApiBase :: LIMIT_BIG2
139139 ),
140140 'dir' => array (
141 - ApiBase :: PARAM_DFLT => 'ascending',
 141+ ApiBase :: PARAM_DFLT => 'older',
142142 ApiBase :: PARAM_TYPE => array (
143 - 'ascending',
144 - 'descending'
 143+ 'older',
 144+ 'newer'
145145 )
146146 ),
147147 'start' => array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47231API: (bug 16740) Adding list=protectedtitles to list create-protected titlescatrope21:34, 13 February 2009

Status & tagging log