[12:59:07] could you please look at https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/492038/ ? [15:06:32] superyetkin: please provide more info/context here (codebase) if you want people to click a link [15:34:16] andre__: thanks, let me do that [15:35:03] based on the discusion at https://phabricator.wikimedia.org/T90978 I have prepared a patch [16:36:02] Why can't you copy/paste in .js pages? [16:37:14] <[1997kB]> rhinosf1: i think we can. [16:40:55] It won't let me mobile using desktop. You int-admins. [16:41:08] 1997-kB ^^ [16:42:34] Because mobile. [16:42:55] I know [16:43:17] Click the [< >] button in the top-left of the code editor to switch back to the regular wikitext editor, it'll work fine. [16:44:00] Can an int-admin delete the page at https://en.wikipedia.org/wiki/User:RhinosF1/StatusChange.js first for me? [16:44:21] Done anyway [16:44:59] My guess is that it has something to do with syntax highlighting, as that's usually the culprit for editors doing weird things on mobile, but I haven't bothered to actually test it. [16:46:33] Thanks [17:05:14] How can you track script installations? [17:12:35] <[1997kB]> script installation? [17:13:26] Yeah, like who's installed a script. [17:17:08] <[1997kB]> Special:WhatLinksHere ? [17:18:00] <[1997kB]> but that will work if you have //[[Script address]] where it installed. [17:20:05] Ah, I want to see who's installed https://en.wikipedia.org/wiki/User:RhinosF1/StatusChange.js. [17:20:42] And can you delete https://en.wikipedia.org/wiki/User:RhinosF1_(Test). It's me. [17:21:42] <[1997kB]> https://en.wikipedia.org/wiki/Special:WhatLinksHere/User:RhinosF1/StatusChange.js [17:22:12] Should work for 99% of the time. [17:22:29] Just won't if people don't back link. [17:22:37] <[1997kB]> yeah .. [17:23:07] Don't think there's another way. [18:32:52] How long does phab keep you logged in, if you log out of MediaWiki [18:33:46] do you know where SpecialBrokenRedirects.php is being run? [19:34:31] How long does phab keep you logged in, if you log out of MediaWiki ? Any update? [19:42:15] rhinosf1, can phab even detect when you log out of MW? [19:42:41] presumably it has it's own session expiry etc. as it's not based wholly on MediaWiki auth - I usually log in through LDAP [19:49:29] Krenair, We were discussing on another IRC whether it should keep you logged in but that makes sense. [19:50:12] Krenair: do you know where SpecialBrokenRedirects.php is being run? [19:50:26] I mean the code trunk [19:50:53] superyetkin, the code trunk? [19:51:55] does this help? https://codesearch.wmflabs.org/search/?q=SpecialBrokenRedirects&i=nope&files=&repos= [19:52:44] probably not [19:53:06] as they want to know where it's being run instead of where the file is? [19:53:22] I'm not actually sure what runs it in the wikimedia setup [19:54:32] Anyone know what might be causing this? https://en.wikipedia.org/wiki/User_talk:DannyS712/SPP#New,_improved,_updated,_revamped,_etc_scripts [19:54:39] See my thread [19:57:51] superyetkin, there are some such special pages which only get refreshed every so often, especially in wikimedia's install [19:59:09] I imagine there is something calling updateSpecialPages.php somewhere [20:00:33] https://phabricator.wikimedia.org/source/operations-puppet/browse/production/modules/mediawiki/manifests/maintenance/update_special_pages.pp this maybe