Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -227,7 +227,6 @@ |
228 | 228 | } |
229 | 229 | } |
230 | 230 | } |
231 | | - |
232 | 231 | |
233 | 232 | $default = is_array($paramSettings) ? (isset ($paramSettings[self :: PARAM_DFLT]) ? $paramSettings[self :: PARAM_DFLT] : null) : $paramSettings; |
234 | 233 | if (!is_null($default) && $default !== false) |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -88,6 +88,9 @@ |
89 | 89 | * Watchlist feed now reports a proper feed item when the user is not logged in |
90 | 90 | * Watchlist feed date bug fixed - automatically shows one last day |
91 | 91 | * Watchlist feed now allows to specify number of hours to monitor |
| 92 | +* list=allpages now returns a list instead of a map in json format |
| 93 | +* Breaking Change: in json, revisions are now returned as a list, not as a map. |
| 94 | +* Add: prop=info can show page is new flag, current page length, and visit counter. |
92 | 95 | |
93 | 96 | == Maintenance script changes since 1.10 == |
94 | 97 | |