updated with the last api changes
authorYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 19 May 2007 20:37:06 +0000 (20:37 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 19 May 2007 20:37:06 +0000 (20:37 +0000)
RELEASE-NOTES
includes/api/ApiBase.php

index 82bddf0..3728326 100644 (file)
@@ -88,6 +88,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Watchlist feed now reports a proper feed item when the user is not logged in
 * Watchlist feed date bug fixed - automatically shows one last day
 * Watchlist feed now allows to specify number of hours to monitor
+* list=allpages now returns a list instead of a map in json format
+* Breaking Change: in json, revisions are now returned as a list, not as a map.
+* Add: prop=info can show page is new flag, current page length, and visit counter.
 
 == Maintenance script changes since 1.10 ==
 
index 9b7b78b..b2e5345 100644 (file)
@@ -227,7 +227,6 @@ abstract class ApiBase {
                                                }
                                        }
                                }
-                               
 
                                $default = is_array($paramSettings) ? (isset ($paramSettings[self :: PARAM_DFLT]) ? $paramSettings[self :: PARAM_DFLT] : null) : $paramSettings;
                                if (!is_null($default) && $default !== false)