API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop...
authorYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 14 Jul 2007 19:04:31 +0000 (19:04 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 14 Jul 2007 19:04:31 +0000 (19:04 +0000)
commit8ca133afff97fd082b9c157d7aa7bf319ff42c25
tree941d4fae5eb8b055a0e468b87e752076af81f700
parent18e76e925995521b9b20dcbb6d3bfe9c555ad48e
API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read.
17 files changed:
includes/api/ApiMain.php
includes/api/ApiPageSet.php
includes/api/ApiQuery.php
includes/api/ApiQueryAllLinks.php
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryBacklinks.php
includes/api/ApiQueryBase.php
includes/api/ApiQueryCategories.php
includes/api/ApiQueryCategoryMembers.php
includes/api/ApiQueryExtLinksUsage.php
includes/api/ApiQueryImages.php
includes/api/ApiQueryLinks.php
includes/api/ApiQueryLogEvents.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisions.php
includes/api/ApiQueryUserContributions.php
includes/api/ApiQueryWatchlist.php