[00:06:07] [telegram] i'm trying to install some extensions in mediawiki-docker, but i need to run maintenance/update.php for them to work. how do i do that locally? php maintenance/update.php https://paste.toolforge.org/view/1a8eb113 ("Cannot return last error, no db connection ()") [00:08:29] [telegram] docker-compose exec mediawiki php maintenance/update.php --quick [00:10:28] curious, text in `` get eaten copying to irc [00:11:39] [telegram] `` [00:11:57] [telegram] well, the quotes surrounding the text gets eaten [00:12:16] [telegram] where was there text in backtick quotes? [00:13:01] [telegram] up there [00:16:19] [telegram] Telegram converts that to monospace-formatted text, and presumably the bridge bot just takes the text from the message and doesn't try to do parse formatting in any way (except links, if you can call that formatting) when bridging [00:16:57] [telegram] It basically just used the plaintext, yeah [00:31:45] [telegram] btw, thanks, that reply was quick (or should i say —quick? 😅) (re @tehreedy: docker-compose exec mediawiki php maintenance/update.php --quick) [00:32:40] https://github.com/42wim/matterbridge/blob/master/bridge/telegram/handlers.go#L464 looks like it should work, but might be reading it wrong [00:32:59] ah, it was just committed 4 days ago [00:54:31] [telegram] Heh :) [06:36:09] [telegram] This is layers upon layers of wrong. 🤦‍♂️ (re @lucaswerkmeister: oh right, because they’re checking if the page source contains {{use ymd dates}} or something like that IIRC) [06:36:09] [telegram] At least I guess I can say it's not my mistake. [10:00:19] [telegram] Any idea how to access https://wiki.openstreetmap.org/w/index.php?title=Special:UncategorizedFiles&limit=500&offset=5000 via API call? [10:00:19] [telegram] I see nothing matching at say https://wiki.openstreetmap.org/wiki/Special:ApiSandbox [10:56:44] [telegram] https://wiki.openstreetmap.org/w/api.php?action=query&format=json&list=querypage&qppage=Uncategorizedimages (re @matkoniecz: Any idea how to access https://wiki.openstreetmap.org/w/index.php?title=Special:UncategorizedFiles&limit=500&offset=5000 via API call? [10:56:45] [telegram] I see nothing matching at say https://wiki.openstreetmap.org/wiki/Special:ApiSandbox) [10:57:19] [telegram] https://wiki.openstreetmap.org/w/api.php?action=query&format=json&list=querypage&utf8=1&qppage=Uncategorizedimages (re @matkoniecz: Any idea how to access https://wiki.openstreetmap.org/w/index.php?title=Special:UncategorizedFiles&limit=500&offset=5000 via API call? [10:57:19] [telegram] I see nothing matching at say https://wiki.openstreetmap.org/wiki/Special:ApiSandbox) [12:02:48] [telegram] Thanks so much!