[03:02:12] Is there any way to mark images to not open in Media Viewer when clicked? I imagine not, but I promised I'd ask. [03:31:06] jfolv: I mean, i imagine if they are being linked somewhere else via link=... parameter, then they wouldn't. Maybe you could do something like link=File:foo.png [03:38:48] Actually, what I was looking for was [[file:file.png|class=noviewer]] [03:38:58] Looks like you can indeed mark them individually [03:42:36] Might be worth adding that to the extension page itself; that info is on the help page. [22:50:45] Hello, does anyone know how I can confirm the job queue is functioning? I'm using the Docker image from Docker Hub, which seems to mean it'll be the default run-after-pageview mechanism, but it's difficult to tell if that's sufficient for, say, the translate extension. [22:52:51] ticky, you can use the showJobs.php maintainance script to check the number of waiting jobs, or query /w/api.php?action=query&meta=siteinfo&siprop=statistics [22:53:37] https://www.mediawiki.org/wiki/Manual:ShowJobs.php [22:55:19] hmm, that API query doesn't seem to be working for me, I'll see if the CLI works [22:55:27] but thank you for the pointers! [22:56:17] I'm only as good as the documentation https://www.mediawiki.org/wiki/Manual:Job_queue#Special%3AStatistics [22:57:59] oh there we go, it works via api sandbox at "Special:ApiSandbox#action=query&format=json&meta=siteinfo&formatversion=2&siprop=statistics" [22:58:04] thank you!