magnusmanske / petscan_rs

The repo for the PetScan tool
https://petscan.wmflabs.org/
GNU General Public License v3.0
43 stars 10 forks source link

Incorrect results for "Last edit: Flagged" parameter for Wikipedia pages #145

Open flippingswitches opened 7 months ago

flippingswitches commented 7 months ago

In Page properties tab's Last edit: Flagged parameter puts new pages from Wikipedia (for which it works — uk, de, pl, for example, but not en, es, fr) to the wrong stack: ◉ No returns only unpatrolled changes and ◉ Yes returns never patrolled pages along with patrolled ones. Example: in WDQS and PetScan (MWAPI sample). It's as if the pages are checked against "pending_since" parameter — but not against "stable_revid" (or any other one from the "flagged" object). If that's the case, then if Wikipedia pages got checked by those two parameters instead of just one, not only the bug fix could be implemented, but an improvement like: « Flagged ◎ Either ◎ Yes ◎ No ◎ Never or ◎ Either ◎ All ◎ Some ◎ None ».