Add show=unpatrolled to the recentchanges API
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 25 Oct 2013 10:11:08 +0000 (12:11 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 18 Nov 2013 05:03:32 +0000 (10:33 +0530)
commit65904ba1bb82e246914e1f5efdcf00f89adba9a3
tree2e30d715f775ff8da40cbfe4030012503ebc35cb
parent4c3bc3f865774af2cd24d07e11410d70539fb8a2
Add show=unpatrolled to the recentchanges API

Adding it only in the API because SpecialRecentChanges only shows
"Hide patrolled edits" option if rcpatrol is enabled.

show=!patrolled returns results that include changes that can't
be patrolled which technically correct (they aren't correct)
but probably not what you're looking for when looking for
unpatrolled changes.

Change-Id: I356a8625c7126b90aa7e7a23efe3bef7d448b502
includes/api/ApiQueryRecentChanges.php