r84811 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84810‎ | r84811 | r84812 >
Date:18:52, 26 March 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 28249) allow dupes in meta=allmessages&amargs
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllmessages.php
@@ -205,7 +205,8 @@
206206 ),
207207 'enableparser' => false,
208208 'args' => array(
209 - ApiBase::PARAM_ISMULTI => true
 209+ ApiBase::PARAM_ISMULTI => true,
 210+ ApiBase::PARAM_ALLOW_DUPLICATES => true,
210211 ),
211212 'filter' => array(),
212213 'customised' => array(
Index: trunk/phase3/RELEASE-NOTES
@@ -287,7 +287,8 @@
288288 real timestamp field.
289289 * API upload errors may now return the parameter that needs to be changed and
290290 a sessionkey to fix the error.
291 -
 291+* (bug 28249) allow dupes in meta=allmessages&amargs
 292+
292293 === Languages updated in 1.18 ===
293294
294295 MediaWiki supports over 330 languages. Many localisations are updated

Status & tagging log