[00:16:15] 10VisualEditor: Browser title doesn't change back after saving a page with VisualEditor - https://phabricator.wikimedia.org/T119745#1834571 (10APerson) 3NEW [00:16:47] 10VisualEditor, 10VisualEditor-MediaWiki: Browser title doesn't change back after saving a page with VisualEditor - https://phabricator.wikimedia.org/T119745#1834578 (10APerson) [00:35:32] 10VisualEditor, 10VisualEditor-MediaWiki-Templates, 10OOjs-UI, 7user-notice: Heading of template editor is centered; hence most text currently covered by "Apply changes" button in some languages - https://phabricator.wikimedia.org/T76947#1834589 (10matmarex) [00:36:31] 10VisualEditor, 10VisualEditor-MediaWiki-Templates, 10OOjs-UI, 7user-notice: Heading of template editor is centered; hence most text currently covered by "Apply changes" button in some languages - https://phabricator.wikimedia.org/T76947#823411 (10matmarex) [01:34:36] legoktm, can I not change wgDefaultUserOptions inside extension config callbacks? [02:37:12] is anyone here? [02:53:29] Krenair: um, why in the callback? [03:18:03] (03PS21) 10Alex Monk: [WIP] Single edit tab [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/248369 (https://phabricator.wikimedia.org/T58337) [04:36:31] 10WikiEditor: Localized toolbar buttons to the Chechen language - https://phabricator.wikimedia.org/T119716#1834684 (10Umar) Sorry I had to create a file with a different name. Use this https://commons.wikimedia.org/wiki/File:Toolbaricon-bold-%D3%80%D0%B0%D1%8C.png [05:26:23] 10VisualEditor, 10VisualEditor-MediaWiki, 7Performance: ext.visualEditor.data causes cache churn - https://phabricator.wikimedia.org/T119750#1834691 (10ori) 3NEW [07:21:13] 10VisualEditor, 10VisualEditor-DataModel, 10VisualEditor-EditingTools: empty link parameter inside image transclusion inside a templates breaks the Template editor - https://phabricator.wikimedia.org/T119706#1834731 (10TheDJ) [14:41:05] 10VisualEditor, 10VisualEditor-MediaWiki-Media, 6Commons, 10MediaWiki-extensions-TitleBlacklist, 6Multimedia: Provide precise information for errors caused by title blacklist in upload image dialog - https://phabricator.wikimedia.org/T115260#1835133 (10Krinkle) [18:28:46] I guess noone is around, but wanted to flag "section editing" with VE doesn't work for me on a few very basic pages on officewiki. It just "freezes". [18:29:25] maybe has to do with slow internet, though? [18:34:05] 10VisualEditor, 10VisualEditor-MediaWiki, 7Performance: ext.visualEditor.data causes cache churn - https://phabricator.wikimedia.org/T119750#1835388 (10Krenair) ```krenair@tin:~$ SSH_AUTH_SOCK=/run/keyholder/proxy.sock dsh -F 20 -M -g mediawiki-installation -r ssh -o -oUser=mwdeploy -- "sudo -u www-data php... [18:34:24] Elitre, "section editing"? [18:35:11] Krenair: yes. hitting the edit link next to a section title. [18:35:49] but I can't reproduce reliably, so I'll file that under "my usual bad luck". [18:36:37] ugh, why does officewiki have so much bad js [18:37:10] Elitre, https://office.wikimedia.org/w/index.php?title=User:Krenair_(WMF)/sandbox&veaction=edit&vesection=1 worked for me [18:38:00] Krenair: see my last edit on officewiki. [18:38:20] attempting it again doesn't work, the page is frozen again. [18:38:53] https://office.wikimedia.org/w/index.php?diff=162969 ? [18:41:32] yup [18:44:35] it loads on that page for me [18:44:51] (vesection=3) [18:45:44] yeah, it must be me. no worries. tnx. [18:46:36] np [18:46:38] * Krenair goes to get dinner [18:47:56] enjoy! and have a great weekend as well. [19:40:50] 10VisualEditor, 6Collaboration-Team-Backlog, 10Flow: Insert a mention in any Flow editor (in VE mode) is broken (on master) - https://phabricator.wikimedia.org/T119773#1835424 (10SBisson) 3NEW [23:06:45] 10VisualEditor, 10Math: Math dialog input not always focused on first open - https://phabricator.wikimedia.org/T119778#1835617 (10Esanders) 3NEW a:3Tchanders [23:13:31] 10VisualEditor, 10VisualEditor-EditingTools, 10Math: VisualEditor should display formulae using the user's preferred method, not just the default PNG one - https://phabricator.wikimedia.org/T62728#1835625 (10Esanders) This is a Parsoid/RESTBase issue. For caching purposes they don't serve different content b... [23:13:44] 10VisualEditor, 10VisualEditor-EditingTools, 10Math, 10Parsoid: VisualEditor should display formulae using the user's preferred method, not just the default PNG one - https://phabricator.wikimedia.org/T62728#1835626 (10Esanders) [23:18:48] Krenair: what are you trying to say with the big copypasta block in T119750? [23:22:33] ori, all the machines I checked showed c895ba38b16efaf70add12ca60e5dbffcfb87c13 when I used "sudo -u www-data php /srv/mediawiki/multiversion/MWScript.php eval.php nlwiki" to run the php code [23:22:59] and tin gave boolean false only if you use mwscript instead of that full command [23:24:14] that's a good observation. however, on tin $IP is /srv/mediawiki-staging, not /srv/mediawiki [23:24:33] $ sudo -u www-data php /srv/mediawiki/multiversion/MWScript.php eval.php nlwiki <<<'$git = new GitInfo( "/srv/mediawiki/php-1.27.0-wmf.7/extensions/VisualEditor" ); var_dump( $git->getHeadSHA1() );' [23:24:33] string(40) "c895ba38b16efaf70add12ca60e5dbffcfb87c13" [23:24:38] $ sudo -u www-data php /srv/mediawiki/multiversion/MWScript.php eval.php nlwiki <<<'$git = new GitInfo( "/srv/mediawiki-staging/php-1.27.0-wmf.7/extensions/VisualEditor" ); var_dump( $git->getHeadSHA1() );' [23:24:38] string(40) "8951a7ba73518e6eff97ae16e778a54224b579d2" [23:25:17] so that could be it. might be i10n updates [23:25:45] do you absolutely need the git info in there? [23:25:55] probably not [23:28:14] It was for https://phabricator.wikimedia.org/T55050 [23:28:38] yeah, i figured it was something like that [23:28:44] 10VisualEditor, 10VisualEditor-MediaWiki: VisualEditor: Expose build number - https://phabricator.wikimedia.org/T55050#1835629 (10Krenair) FYI - This might be removed in {T119750} [23:33:15] 10VisualEditor, 10VisualEditor-MediaWiki, 7Performance: ext.visualEditor.data causes cache churn - https://phabricator.wikimedia.org/T119750#1835632 (10ori) @Krenair -- thanks. I should have thought of that. At any rate, on tin $IP is /srv/mediawiki-staging, not /srv/mediawiki: ```lang=sh $ sudo -u www-data...