Index: trunk/phase3/includes/api/ApiQueryAllmessages.php |
— | — | @@ -205,7 +205,8 @@ |
206 | 206 | ), |
207 | 207 | 'enableparser' => false, |
208 | 208 | 'args' => array( |
209 | | - ApiBase::PARAM_ISMULTI => true |
| 209 | + ApiBase::PARAM_ISMULTI => true, |
| 210 | + ApiBase::PARAM_ALLOW_DUPLICATES => true, |
210 | 211 | ), |
211 | 212 | 'filter' => array(), |
212 | 213 | 'customised' => array( |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -287,7 +287,8 @@ |
288 | 288 | real timestamp field. |
289 | 289 | * API upload errors may now return the parameter that needs to be changed and |
290 | 290 | a sessionkey to fix the error. |
291 | | - |
| 291 | +* (bug 28249) allow dupes in meta=allmessages&amargs |
| 292 | + |
292 | 293 | === Languages updated in 1.18 === |
293 | 294 | |
294 | 295 | MediaWiki supports over 330 languages. Many localisations are updated |