[02:05:12] Rule #101 when posting anything: Always censor your IP address. [04:24:03] <.labster> I wonder how hard it would be to build a Lua interface for DPL4. My current silly workflow is to call a parser function, have DPL format it, then immediately split into individual strings back in Lua. [12:38:32] @orduin Thanks for your suggestions on the two abandoned requests PRs! I've implemented the changes now. Do you think they could be merged now after another test on Beta? [12:38:58] And if we do both at the time I'd change the script to use the new abandoned status rather than decline [12:47:18] Shouldn't be too bad? The main challenge would be the variety of ways DPL can output information. [14:23:20] Solution: always use cellular IP when you need screenshot /joke [20:57:55] Hi, at WO we have a wiki with PageImage already enabled and they use custom namespaces. It's working quite well, however after adding two new content namespaces page images don't seem to show up for these two [20:58:51] I've tried running both `refreshLinks --wiki=X --namespace=X` and `initImageData.php` [20:59:09] Confirmed the namespaces are set as content so I'm a bit confused lol [20:59:23] [1/2] I fixed the typing of wgTitleIcon_CSSSelector to use `text` instead of `check` but now each wiki has the setting set to `1` instead of `#firstHeading` [20:59:23] [2/2] I was gonna fix those wikis with `ManageWiki:PopulateWikiSettings` but I don't know how to get a list of wikis with titleicon enabled [21:02:11] `MirahezeMagic:GenerateExtensionDatabaseList` [21:03:35] I think you need to change `$wgPageImagesNamespaces`? It by default only applies to NS_MAIN and does not inherit `$wgContentNamespaces`. [21:05:18] https://github.com/wikimedia/mediawiki-extensions-PageImages/blob/REL1_45/includes/PageImages.php#L95 I think it does? [21:05:54] We don't have $wgPageImagesNamespaces set, and it works for other custom namespaces in the same wiki [21:06:30] So I thought it was just a matter of running refreshLinks, but nope [21:17:46] Or just use mwscript [21:17:55] which can generate extension db lists automatically [21:25:19] Hmm I guess the docs on mw.org might be wrong then. You can verify this by going into shell.php for this wiki and type `$wgPageImagesNamespaces`. [21:26:08] https://cdn.discordapp.com/attachments/1006789349498699827/1506407634595610744/image.png?ex=6a0e26ef&is=6a0cd56f&hm=5fb07180006414cdc571ec7cb2d82b693cbd5b21c4b804d65315903edaa97790& [21:27:47] Yeah, my bad. I just found out we had defined `$wgPageImagesNamespaces` at the global LocalSettings.php. I was looking at `mw_settings`' settings thinking that contained all settings [21:33:14] I want to get CI passing on both first, but they should be about ready. I think I know what's up with the first one, but the maintenance script PR is being weird (might need a rebase or force-push to fix it up).