[02:10:01] i don't think these cookies are expired .. the bug report details steps to consistently reproduce the bug. [02:10:06] legoktm, ^ [09:24:09] Krinkle: Fancy adding some edit throttling to https://commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-Cat-a-lot.js&action=edit ? :D [09:31:37] Reedy: It makes multiple edits? [09:31:47] Yeah, it can mass replace categories [09:31:53] btw, Im in the hall between Q1 and Q2. [09:31:58] See https://commons.wikimedia.org/wiki/Commons:Village_pump/Proposals#Rate_limit_is_at_90_edits_per_minute [09:32:11] Haha, nice. At least some good came out of that change. [09:32:12] :P [09:32:25] Pissing people off is a good sign you're doing the right hting [09:32:30] Sure is. [09:33:02] I assume we don't expose rate limit information to the end-user, right? [09:33:10] And even if we do, it's probably API only and not on index.php [09:33:23] Cause I don't want to hardcode the rate. [13:47:37] Krinkle: We do in userinfo [13:47:38] if ( isset( $this->prop['ratelimits'] ) ) { [13:47:38] $vals['ratelimits'] = $this->getRateLimits(); [13:47:38] } [13:47:44] api query userinfo [13:47:49] :)