ApiQueryRevisions now uses the Revision backend. This allows a more proper handling...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 13 May 2008 10:42:32 +0000 (10:42 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 13 May 2008 10:42:32 +0000 (10:42 +0000)
commitc316a2d6d390e5489b66cf6584229db2e04b0e28
tree130eeb507137ec36929328d9a96f55fb5dbf04ac
parent3ca55a03ad9df6b5d5bfc0447d9fe1bd9bbea32e
ApiQueryRevisions now uses the Revision backend. This allows a more proper handling of rev_deleted. Also in case rev_size is filled on demand (bug 12188) there is only need to do this in one place.
RELEASE-NOTES
includes/Revision.php
includes/api/ApiQueryRevisions.php