[12:59:10] anomie: ApiCreateAccount was removed in REL1_28? I don't actually see any release notes for it... Unless I'm being blind [14:04:29] Reedy: 1.27 actually. The original AuthManager set of patches had a release note "ApiCreateAccount is deprecated, and will be removed soon.", but the change that actually removed it (I2b2c9693a) apparently didn't add more notes. [14:04:46] Ok, I've not lost it completely [14:04:55] We should maybe fix that... And fix HISTORY in master too [14:09:01] Go for it. [14:09:18] Will do [14:09:27] Was tidying up ConfirmEdit [14:09:38] And was confused why the class was missing, and couldn't work out easily where it went [14:10:20] anomie: It looks like it went away in 1.27.1, not 1.27.0? [14:10:21] https://doc.wikimedia.org/mediawiki-core/1.27.0/php/ApiCreateAccount_8php_source.html [14:10:24] https://doc.wikimedia.org/mediawiki-core/1.27.1/php/ApiCreateAccount_8php_source.html [14:16:44] Reedy: 2aa1e3f5d1bcccc3d13a0930dcbe7fe479e15132 was merged before 758cd9d2371d529450448cdf7eb2f1f6e099cfee. I have no idea about those links. [14:17:11] Generated on Tue Jun 28 2016 21:06:54 for MediaWiki by doxygen 1.8.6 [14:17:35] I guess it may be it was generated when it was still in 1.27 [14:23:51] Reedy: I wonder, was it really generated with 1.27.0 or was it generated with master at around the time of the release? Because I2b2c9693a actually landed in 1.27 before it landed in master because we had to wait for translatewiki to be ready. [14:24:26] I'd highly imagine that's the case [14:24:37] I don't know what we do about running doxygen for old branches etc [14:25:33] Let's see what we can do with the release notes [14:39:07] https://gerrit.wikimedia.org/r/#/c/338361/ [17:19:50] 1.27.1 doc is fixed. Rest to happen later [18:31:16] legoktm: In extension.json, is there an "AutoloadClasses" that's only processed for tests, like tests/common/TestsAutoLoader.php in core? [18:53:27] anomie: no, and don't think there's any PHP equivalent either, should be trivial to add one though [19:38:45] Last I remember, trying to export templates from enwp required FlaggedRevs because someone added a magic word call check in one of the base modules