r22270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22269‎ | r22270 | r22271 >
Date:20:37, 19 May 2007
Author:yurik
Status:old
Tags:
Comment:
updated with the last api changes
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -227,7 +227,6 @@
228228 }
229229 }
230230 }
231 -
232231
233232 $default = is_array($paramSettings) ? (isset ($paramSettings[self :: PARAM_DFLT]) ? $paramSettings[self :: PARAM_DFLT] : null) : $paramSettings;
234233 if (!is_null($default) && $default !== false)
Index: trunk/phase3/RELEASE-NOTES
@@ -88,6 +88,9 @@
8989 * Watchlist feed now reports a proper feed item when the user is not logged in
9090 * Watchlist feed date bug fixed - automatically shows one last day
9191 * 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.
9295
9396 == Maintenance script changes since 1.10 ==
9497