[05:59:49] question [06:00:56] yes? [06:01:20] Question: is there any way to compile automatically a list of images that have a size over 500px smaller side *and* are tagged with fair use? [06:01:39] thus generating a list of images that may need resizing for fair use reasons [06:10:57] I'm perhaps not reading the api documentation correctly, but... [06:10:57] how do you get a patrol token for a known rcid? [06:11:31] the index.php interface is able to do it... [06:11:50] ...when it generates the html output for a page [06:20:02] tto: from list=recentchanges [06:20:26] but that doesn't take rcid as a parameter... [06:22:33] hmm [06:23:06] seems to be a bit of an oversight [06:26:17] well you could cheat [06:26:27] (probably not the best advice since it will break [06:27:11] but concat the edit token with the rcid, find the md5 sum and add +\ to the end of it [06:27:43] oh, is that how it's done?? [06:28:08] seems a bit circuitous, though [06:28:21] do you think it's worth filing a bug/feature request? [06:29:52] tto: Do you have an actual situation where you'd want to use this, if so then yes [06:31:16] well I'll do so [06:31:46] on enwiki the Twinkle script needs to be able to mark pages as patrolled [06:32:31] *bawolff is kind of surprised duplicatebug hasn't already filed something about that