Currently, we do not send last-modified headers for the RC if patrolling is in use...
authorBrian Wolff <bawolff@users.mediawiki.org>
Fri, 4 Feb 2011 21:38:54 +0000 (21:38 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Fri, 4 Feb 2011 21:38:54 +0000 (21:38 +0000)
commit7cba38c9d77227d67340b50be46b725bbd71d79a
treecc22c01429438af6c9743162495f38371dd08b70
parent200443671f51e092ca0be711bdda403d1cec1295
Currently, we do not send last-modified headers for the RC if patrolling is in use, since that messes with the way we determine if the RC has changed. Change it to not send those headers only if using RC patrol, and the current user can
see patrol marks.

As an aside, Special:Recentchanges does not show new page patrol marks
if $wgUseNPPatrol = true, but $wgUseRCPatrol=false (it only shows them if
both are true), where Special:newpages shows patrol stuff whenever $wgUseNPPatrol
is true, regardless of $wgUseRCPatrol. Which is a tad weird, but whatever.
RELEASE-NOTES
includes/specials/SpecialRecentchanges.php