* API: (bug 13209) Add rvdiffto parameter to prop=revisions
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 28 Feb 2009 13:25:21 +0000 (13:25 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 28 Feb 2009 13:25:21 +0000 (13:25 +0000)
commit5349ea2dd8d7702b264302bd915fac5e06c5c09b
tree1aeda7ca43b168968126cfc4c95b14226a033b1e
parent0ac6b762d8e88fca2398ed009f045083c707ebb9
* API: (bug 13209) Add rvdiffto parameter to prop=revisions
* Add $wgAPIMaxUncachedDiffs (default 1) which controls how many non-cached diffs will be served per request
* Tweak DifferenceEngine.php a bit to make cache status accessible, and remove a useless 'parseinline' which broke diff generation in the API
RELEASE-NOTES
includes/DefaultSettings.php
includes/api/ApiBase.php
includes/api/ApiQueryRevisions.php
includes/diff/DifferenceEngine.php