r86408 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86407‎ | r86408 | r86409 >
Date:15:46, 19 April 2011
Author:catrope
Status:ok
Tags:
Comment:
API: Clarify help text for cmstartsortkey and cmendsortkey parameters
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryCategoryMembers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php
@@ -345,8 +345,8 @@
346346 'dir' => 'In which direction to sort',
347347 'start' => "Timestamp to start listing from. Can only be used with {$p}sort=timestamp",
348348 'end' => "Timestamp to end listing at. Can only be used with {$p}sort=timestamp",
349 - 'startsortkey' => "Sortkey to start listing from. Can only be used with {$p}sort=sortkey",
350 - 'endsortkey' => "Sortkey to end listing at. Can only be used with {$p}sort=sortkey",
 349+ 'startsortkey' => "Sortkey to start listing from. Must be given in binary format. Can only be used with {$p}sort=sortkey",
 350+ 'endsortkey' => "Sortkey to end listing at. Must be given in binary format. Can only be used with {$p}sort=sortkey",
351351 'continue' => 'For large categories, give the value retured from previous query',
352352 'limit' => 'The maximum number of pages to return.',
353353 );

Status & tagging log