Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -268,6 +268,8 @@ |
269 | 269 | { |
270 | 270 | $r['oldrevid'] = intval($oldRevId); |
271 | 271 | $r['newrevid'] = intval($newRevId); |
| 272 | + $r['newtimestamp'] = wfTimestamp(TS_ISO_8601, |
| 273 | + $newArticle->getTimestamp()); |
272 | 274 | } |
273 | 275 | break; |
274 | 276 | default: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -414,6 +414,7 @@ |
415 | 415 | * Add parentid to prop=revisions output |
416 | 416 | * (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' |
417 | 417 | when the user is blocked |
| 418 | +* (bug 18546) Added timestamp of new revision to action=edit output |
418 | 419 | |
419 | 420 | === Languages updated in 1.15 === |
420 | 421 | |