[16:37:24] bd808: So I renamed the phan plugin again based on your suggestion. Do you know what I have to do to get the new name on packagist? [16:37:57] bawolff: hmmm... I think it has to be re-imported. I can do that for you [16:38:05] Thanks :) [16:46:43] bawolff: https://packagist.org/packages/mediawiki/phan-taint-check-plugin [16:46:54] Woo, thank you [16:47:17] And the old name is marked as abandoned -- https://packagist.org/packages/wikimedia/security-check-plugin [18:24:12] Can I just include AuthManager.php from inside a WordPress plugin and call autoCreateUser ? :) [18:24:41] no... [18:25:20] you can try [18:25:31] it will probably blow up horribly though [18:25:47] dang .. :) .. how can I call it then if I want to create a new mediawiki user from a wordpress plugin ? [18:25:55] use the api [18:26:48] anyway, autoCreateUser is for creating a user that some auth or session provider is able to authenticate [18:26:57] https://www.mediawiki.org/wiki/Special:MyLanguage/API:Account_creation [18:27:04] if that's the case, MediaWiki will autocreate it anyway when needed [18:28:02] so write the auth/session provider that can recognize your user, and the rest will work out [18:28:27] I see .. I'll take a closer at the API then .. thanks :) [20:23:19] Why does https://ro.wikipedia.org/wiki/Utilizator:BWolff_(WMF) give a 200. Surly that should be a 404 and just the global one at meta be a 200? [20:25:05] bawolff: iirc, (pre GlobalUserPages) peopple had a winge when we served non-existent pages that still showed valid content as 404 [20:25:23] ugh, i guess [20:25:38] seems wrong though to say that page is there when its copied from meta [20:26:03] start a RFC for a new status code >.> [20:26:05] maybe it should be anomie: around? [22:27:51] Skizzerz: Sort of. Done working for the day, but as you can see I'm still on IRC. [22:28:19] ah, figured IRC would be better to have a back-and-forth instead of gerrit comments on a patchset only tangentially related to what was being discussed :) [22:28:47] if you want to poke me tomorrow though that works [22:31:38] The easiest might be to just take it to email, unless there is (or can be filed) a relevant Phab task.