[02:21:29] <^Mike> Is there a way to ask the API to give you a captcha, like assert=false just causes your edit to fail? [03:39:56] ^Mike: if you know what actions trigger a captcha, you can just make an edit that adds a new external link or something? also assert=false no longer works [03:40:24] <^Mike> yes, I found that out [03:41:05] <^Mike> I guess I'll experiment with what triggers a captcha, but it is not as simple as just adding an external link [03:41:31] <^Mike> actually, the configuration for what does trigger a captcha is probably available somewhere, right? [03:44:01] based on https://noc.wikimedia.org/conf/highlight.php?file=CommonSettings.php it just looks like the default [04:40:17] ^Mike: use a non-autoconfirmed account [04:40:36] legoktm: was the decision to suppress redirects in renaming users discussed somewhere? I have a memory lapse [04:41:36] Nemo_bis: https://phabricator.wikimedia.org/T93509#1142667 is the only thing I can think of [04:52:15] legoktm: thanks, I've added a note there; everything alright, I feel [04:53:01] ok :) [05:23:07] <^Mike> I'm not logged in. Adding a link is apparently insufficient: https://test.wikipedia.org/w/index.php?title=User:Mike.lifeguard/50-captcha.t&diff=227935&oldid=227934 [05:25:14] ^Mike: testwp has captchas disabled [05:25:49] <^Mike> aha -- thanks [18:26:27] Hi [18:26:44] Are there any recent changes that might affect loading the JS on edit pages? [18:27:28] There are issues loading the toolbar and other scripts on the edit pages [18:27:37] but the same scripts function on other pages [18:34:08] You're being very vague... [18:34:28] I know [18:34:42] but I can't seem to debug the issue [18:34:48] I'm using Firebug [18:35:10] the script I'm working on is loaded from https://ro.wikipedia.org/wiki/MediaWiki:Common.js [18:35:33] like this: mw.loader.load("//ro.wikipedia.org/w/index.php?title=MediaWiki:Diacritice.js&action=raw&ctype=text/javascript"); [18:36:05] Firebug says it loads, but no load hooks seem to work on edit pages [18:36:17] they work on history pages, or special pages [18:40:21] by not working, I mean I have breakpoints throughout the code, but none is hit