* API: (bug 17529) rvend ignored when rvstartid is specified
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 18 Feb 2009 15:26:09 +0000 (15:26 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 18 Feb 2009 15:26:09 +0000 (15:26 +0000)
commit48ae7ab6ffc7d4078f54103fbbf72dd2166fa32a
tree21a37648045129fdf2134146aab0a65e2f2c5c72
parent7fa617fcfd51068512fb9df1ee11d05d9044cb88
* API: (bug 17529) rvend ignored when rvstartid is specified
* To fix this, make the prop=revisions query slightly less performance-zealous and allow WHERE rev_timestamp <= 'foo' when sorting and rangescanning by rev_id
* Make adding ORDER BY in ApiQueryBase::addWhereRange() optional
* Move a RELEASE-NOTES entry to the right section
RELEASE-NOTES
includes/api/ApiQueryBase.php
includes/api/ApiQueryRevisions.php