[12:41:32] Hi, I'm trying to figure out what "oldid" means on revision diff pages. Such as https://en.wikipedia.org/w/index.php?title=Voronezh_Malshevo&diff=next&oldid=506439009 [12:42:43] Say if I compare two different revisions from the View History page, and compare the diff, I want to use the API to load all the intermediate revisions as well (unless the two are >50 revisions apart) and then do some JS manipulation on that data. [12:43:19] So, I think, I would need to know the revision ID of both of the revisions to do that, right? [12:44:22] wgRevisionID tells me the revision ID for the right revision in the diff. [12:44:41] But I am not sure how to find out the left one. [12:45:01] mw.util.getParamValue( 'oldid' ) ? [12:45:14] oldid is the left one IIRC, assuming you are reading ltr [12:46:55] Krenair: Thanks! I suspected that, but couldn't find documentation to confirm. [21:27:56] http://i.imgur.com/lmDdnWa.png [21:28:49] known issue with the test sites + mediawiki.org [21:29:05] is it being solved? [21:29:15] people are looking at it [21:29:31] https://phabricator.wikimedia.org/T114810 [21:29:55] subscribed, thanks [22:40:30] hi [22:49:05] hi [23:59:45] James_F: you added requireSpacesInsideBrackets to JS conventions and updated Flow. I'll update BoilerPlate, is there a task? Are we going to add a similar rule to phpcs?