Index: trunk/phase3/includes/api/ApiFeedWatchlist.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | ApiBase::PARAM_MIN => 1, |
173 | 173 | ApiBase::PARAM_MAX => 72, |
174 | 174 | ), |
175 | | - 'allrev' => null, |
| 175 | + 'allrev' => false, |
176 | 176 | 'wlowner' => array( |
177 | 177 | ApiBase::PARAM_TYPE => 'user' |
178 | 178 | ), |
— | — | @@ -200,7 +200,7 @@ |
201 | 201 | protected function getExamples() { |
202 | 202 | return array( |
203 | 203 | 'api.php?action=feedwatchlist', |
204 | | - 'api.php?action=feedwatchlist&allrev=allrev&linktodiffs=&hours=6' |
| 204 | + 'api.php?action=feedwatchlist&allrev=&linktodiffs=&hours=6' |
205 | 205 | ); |
206 | 206 | } |
207 | 207 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -325,6 +325,9 @@ |
326 | 326 | * (bug 28365) Added description for uiprop=preferencestoken in meta=userinfo |
327 | 327 | * (bug 28394) Set forgotten parameters types in ApiUnblock |
328 | 328 | * (bug 28395) Set forgotten parameters types in ApiParse |
| 329 | +* (bug 28368) add hint for multipart/form-data to api information of |
| 330 | + action=import&xml= |
| 331 | +* (bug 28391) action=feedwatchlist&allrev should be a bool |
329 | 332 | |
330 | 333 | === Languages updated in 1.18 === |
331 | 334 | |