API: Avoid caching when prop=info&intestactions=... is used
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 6 Jul 2015 16:07:45 +0000 (12:07 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 6 Jul 2015 16:16:34 +0000 (12:16 -0400)
commit2445aeed7a3d5919449582b8f2d82aaa73fd363a
tree6ded0c8ef38ebb2b9bdd91f1637f9a587d1bbc58
parent987985f0a380484632eb042565f3da55947c4123
API: Avoid caching when prop=info&intestactions=... is used

Whether the actions pass or not depends on the current user, including
the results of several hooks and whether the current user is blocked.

Also, we can clean up the test for public inprops slightly.

Change-Id: I7e2610dd609c52711355b640778f795520a4ff8c
includes/api/ApiQueryInfo.php