Page MenuHomePhabricator

API-request for query of unpatrolled changes
Closed, ResolvedPublic

Description

Author: laaknor-wmfbugzilla

Description:
I've been trying to write a javascript hook for displaying recent changes that has not been patrolled. The way I do this is dirty, as I get the recent changes with rcprop=patrolled, and then don't display it if it is patrolled. This has the drawback that if I limit it with rclimit, I might get no results displayed in my search, or I would query more than I need and just display some of the results.

What I really would like is rcshow=patrolled and rcshow=!patrolled, or (I'm not really familiar with the mediawiki-coding, of what would be most efficient) some other way of actually searching for unpatrolled recent changes.


Version: unspecified
Severity: enhancement

Details

Reference
bz14013