[00:01:28] Hey, Does anyone have some time to review and +2 this trivial patch? https://gerrit.wikimedia.org/r/#/c/300807/ [00:01:32] in mediawiki/core [00:14:18] thanks legoktm [00:14:43] :) [03:21:24] did mediawiki insert custom javascript into the phabricator install? If so, how did they do it? I'd really appreciate speaking to whoever manages it. [03:38:35] Finlay, phabricator.wikimedia.org ? [03:38:52] I'm not sure about custom javascript, we certainly have a few customisations [03:39:48] Krenair: yeah, that one. [03:40:01] I am just wondering if you inject any custom js that is included on every page or not [03:40:12] Mukunda Modell, twentyafterfour on freenode, is probably the guy you'd want to speak to [03:40:24] thanks [03:40:38] #wikimedia-devtools is most likely the appropriate channel [05:40:28] hello [08:41:54]
Hi there - I have just been editing the page: https://en.wikipedia.org/wiki/Heathers_(band) and I have saved everythign and (I think) verified everything with appropriate links & back-up. When I log out though and search the page again, nothing has updated, and the old narrative is still there. I'm sure this is an extremely basic question, but, any ideas??! Thanks a lot. [13:14:57] !DEBUG [13:14:57] There is no such key, you probably want to try: !blank, !debug, !errors, !ldapdebug, !sqllog, !webinspector, [13:15:03] !debug [13:15:03] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [15:02:02] I'm having an issue since upgrading to 1.27.0 where users *intermittently* get "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Go back to the previous page, reload that page and then try again." [15:02:21] I'm having trouble figuring out how to debug this [15:39:30] so anyone had any issues with 1.27.0 and user logins? Having users that can't log in for a while, then suddenly logins work again [15:39:49] or anyone know what I can do to debug what is going wrong? [15:40:18] kstange: Do you have mixed HTTP/HTTPS? [15:40:22] no [15:40:49] full HTTPS [15:41:14] That has been the only issue I had ran into so far. 1.27 is much more strict about enforcing sending credentials over HTTPS only if the user logs in over HTTPS. [15:41:17] *have [15:41:46] yeah, I have HTTPS enabled and HTTP redirects to HTTPS, the wgProto is https [15:43:18] ah, wgProto is not used anymore, wgServer has an https:// in any case [16:07:57] It wouldn't surprise me if 1.27 needs a few backports [19:46:49] how is "{{{foo}}bar}" parsed? [19:47:50] is it parsed like a template parameter that's missing the triple close braces, or is it single curly braces around Template:foo trnacluded followed by "bar"? [19:48:02] transcluded* [19:48:04] TIAS? [19:48:21] ? [19:48:30] Try it and see? :) [19:48:37] ah [19:48:40] I'm not sure how to tell [19:48:55] oh wait yes I am [19:49:50] it looks like it's the second way [19:50:02] why isn't it Template:{foo followed by "bar{"? [19:50:08] bar}* [19:50:36] any AuthManager gurus around? tl,dr: trying to work on https://phabricator.wikimedia.org/T110455 , have managed to reimplement the most important feature(s) under AM, but can't get some of the hidden forms on the signup page to act the way they should [20:11:20] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:21] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:23] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:24] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:25] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:27] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:28] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:29] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:30] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:31] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:32] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:11:33] JEM TE M4T4D3 !!! PLATONIDES VA A M0D1D Y TENER S3X0 CON LAURA FIORUCCI [20:13:34] thanks legoktm [20:14:13] What have you done wrong Platonides? :P [20:16:29] don't forget lol [20:16:40] thanks [20:20:30] Reedy: you don't need to do anything wrong to get targetted by trolls [20:21:25] as you see, there he was targetting Jem, Laura Fiorucci and me [20:21:48] not sure why he mentioned Laura [20:22:20] I am probably a nuisance for him because I have some scripts to autoban him [20:23:20] here it didn't work just because I'm not an op [21:25:50] ashley: left some comments on the patch [21:26:19] tgr: wonderful, thank you! I'll go check 'em out :) [21:39:05] Hello, I have a short question: I use importImages.php much, often via remote script calls. But when running importImages.php there's an old extension that causes an error which terminates the import script procedure, although image importing has nothing to do with the extension. Not having managed to fix the old extension entirely I currently work around the problem by comment out the... [21:39:06] ...#require_once( "old extension....") in LocalSettings.php and after running importImages.php I enable it again. Is there maybe a better way? Such as making importImages.php disregard the existence of the one extension at runtime? If so, how? I could not find any ideas via a search or in the importImages.php script itself. [21:39:50] I'm using a fresh 1.27 install. [21:41:07] Tuxedo: Wrap the requre in... [21:41:16] if ( !defined( 'DO_MAINTENANCE') ) { } [21:41:29] well, RUN_MAINTENANCE_IF_MAIN probably better [21:42:34] if ( !defined( 'RUN_MAINTENANCE_IF_MAIN' ) ) { require_once( 'Whatever' ); } [21:43:06] Which extension is it OOI [21:43:10] Thank you Reedy! In fact, brilliant! [21:43:31] GoogleMaps [21:43:46] Dates back to 2008 or so. [21:43:59] I plan to phase it out. [21:44:05] FWIW, it's dead/archived/unmaintained [21:44:27] Yes, but it works, sort of :-) [21:44:45] I'd probably look to replace it while you can still use hte old one [21:46:14] Indeed, that is what I will do. There are options. But it's just a question of time, replacing tons of pages with map data and geocordinates.