Followup Idfee1b4d per Tim
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 26 Jul 2013 14:58:02 +0000 (10:58 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 26 Jul 2013 15:03:11 +0000 (11:03 -0400)
commitcdd46ac98e36b1be722a89c65906d3729997e366
tree469d28cb4a51c4d1ef157b9a3e542bc6718b11ae
parent6e838747487661faf0f404911f062f75ccf950a4
Followup Idfee1b4d per Tim

OAuth was going to return different values for UserIsEveryoneAllowed
depending on whether OAuth headers were provided, so the bolding on
Special:SpecialPages wouldn't be odd. That wasn't liked, so instead
we'll only mark special pages as restricted based on $wgGroupPermissions
and not what extensions might do.

Also, it was suggested that if an extension can remove 'read' then the
cache headers set by RawAction and the API should reflect that.

Change-Id: I381553e79c5320083c6d6d9ddd5bc0b146600f9e
includes/SpecialPage.php
includes/actions/RawAction.php
includes/api/ApiMain.php