[12:10:17] hi [12:10:26] hi matrix-wmfgc [18:06:49] Hello, there is a tool for ips ranges? [18:07:29] Hispano76: can you elaborate on what you would want such a tool to do? [18:46:00] Hi is there an api for https://en.miki.community/wiki/Special:RecentChanges?hidebots=1&hideWikibase=1&limit=500&days=30&enhanced=1&urlversion=2 ? ( aka the Special:RecentChanges page). Would love to pipe this into a matrix room. :) [18:46:29] https://en.miki.community/w/api.php?action=help&modules=feedrecentchanges [18:46:42] thanks! [18:46:42] https://en.miki.community/w/api.php?action=help&modules=query%2Brecentchanges [18:47:01] thanks a lot :) [19:23:28] Or you can use UDP. [19:25:14] MTRNord: re: using Composer to manage (your Docker build and) the MediaWiki extensions installed in your wiki. I should have mentioned that b/c many MediaWiki extensions do not have 'name' in their composer.json files, you need to specify those Extensions as 'repositories' in your composer.local.json file. It is... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/cd226b43823dc5cd9a1532b6a33b4ed002696af3) [19:25:46] > <@freephile:matrix.org> MTRNord: re: using Composer to manage (your Docker build and) the MediaWiki extensions installed in your wiki. I should have mentioned that b/c many MediaWiki extensions do not have 'name' in their composer.json files, you need to specify those Extensions as 'repositories' in your composer... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/bfb1d18bac0f7c13328dfe64ccfb6d6b18e453fb) [19:26:01] not sure why [19:26:16] but the git submodule approach works fine as well here :) [19:26:56] i filed a bug about the Composer files for Extensions at https://phabricator.wikimedia.org/T311321 [19:26:56] There is a lot more detail there. [19:27:21] > <@freephile:matrix.org> i filed a bug about the Composer files for Extensions at https://phabricator.wikimedia.org/T311321 [19:27:21] > There is a lot more detail there. [19:27:21] seen that one already :) [19:28:08] yeah, git submodules does work fine for those that are used to it. I'm fine with `git` as a former Release Engineer. Some folks aren't that comfortable with it though. [19:28:41] yeah it seems weird to use a package manager to manage package versions of a plugin but not for the plugin itself :D