[00:52:37] Platonides: sorry, overlooked the notification [00:53:05] But everything went fine after setting the migration option and using the migration script on the old instance [00:53:42] It created correct user ids and populated `actors` accordingly [00:54:41] The only thing hindering an `1.35` update is that dynamic page list appears to be using `rev_user`: [00:54:44] https://github.com/wikimedia/mediawiki-extensions-DynamicPageList/blob/71aaa24f0a3d75287a2e3c4bce8c512a16483f21/DPLMain.php#L2089 [00:54:59] (and the column got removed after `update.php` on 1.35) [01:11:05] Ah, TIL about DPL3 [01:17:17] There's a few extensions.. That are technically different [02:29:56] Hm, but now I have problems with the visual editor: It reports „Received HTTP 401 from RESTBase“, although the nginx logs don't show any 401 accesses [02:34:09] Oh, wait, on the outer load balancer we do have a 401 [02:36:43] Hold on a second, the REST call comes from the mw _server_ [02:38:12] Is there any way to configure MW to use `$local_ip/rest.php` on the inside? Because obviously it has to go through the basic auth if it uses the public IP [02:43:05] You can in theory set $wgRestPath dynamically [02:43:28] That would be an option (cookie forwarding would not be sufficient due to using Basicauth instead of regular login) [02:43:31] I think I've seen some examples of people doing that/similar in the tasks about this [02:49:57] hm, setting the $wgRestPath in the config does not change anything, the request still targets the outside [02:52:17] Ah, wait, I don't waht to set the _path_, I want to rewrite the whole URL (from $public_domain:443 to localhost:80) [02:54:10] Hi. I had a question in regards to templates. Does installing mediawiki, visualeditor, or templatedata preinstall templates? I'm trying to get youtube to embed with visualeditor. Thank you. [02:59:37] Decided to use mIRC. I asked the question dandan68. Thanks! [14:05:58] Reedy i mean yeh, but because it calls getTitiles before, it fatals because the type is Title not ?Title [14:06:13] That's a different issue [14:06:18] (since master wont have ?Title) [14:06:25] Fix it in core, then the extension doesn't need the change... in theory [14:06:44] ah ok, will that change i created be merged up to master? [14:07:18] I don't know. I guess someone like the parsing team needs to weigh in as per JamesF's comment about deprecation [14:07:30] I think, even if it's deprecated, it probably wants doing, because it can still be null for now [14:08:38] ok [23:07:07] HI, im looking on the default tracking categories on "unused files", why a file that include in a category count as ununsed? [23:08:44] Because a category isn't a usage [23:09:13] Im im using some categories as views, and i want a category to count as usage, there is such configuration? [23:09:47] Hmm. Apparently there's config for this [23:09:48] !wg CountCategorizedImagesAsUsed [23:09:48] https://www.mediawiki.org/wiki/Manual:%24wgCountCategorizedImagesAsUsed [23:11:17] Awesome, ty:)