[02:51:42] I didn't see any answer to my question from earlier [02:52:05] looking for a way to associate a script code or language code with a particular wiki page ... is that not doable? [03:21:25] Is there an extension to make a Special:Sitemap such as the one on https://www.wikihow.com/Special:Sitemap? I'm using MW 1.33.0 [08:18:21] Hello, im trying to add user trough "Special:UserManager" and it does not work. I get no error nor success message, window just closes. I have bluespice on mediawiki, if it matters. Is this an obvious mistake? I dont get anything on the web, only group adding failures, which were permission errors [12:47:46] Hi, any bluespice veterans here? [16:28:26] * Praxidicae headdesks [16:28:31] why is there a clsas editing mw with content [18:01:41] in an extension, I have a hook for EditPage::showEditForm:initial. I want to check the wikitext of the page being edited for something -- the complete wikitext, even when they are editing a section. currently I am doing this: [18:01:45] $wikitext = $editor->getArticle()->getPage()->getContent()->getNativeData(); [18:01:47] is this the right way to do it? [18:33:48] Reedy: only just now got to actually look at squidpurgeclient[pool] and gods, this stuff is convoluted beyond reason, the reinvention of the bicycle is quite strong [18:34:02] in this one [18:42:08] might also want to abandon HttpRequestFactory and just directly use Guzzle since it comes by default since 1.33 [18:42:30] HttpRequestFactory does not support asynchronous requests [19:00:19] Remilia technically, Guzzle doesn't either... curl (if you have it installed) supports concurrent requests. [19:00:41] well yes [19:08:07] davidwbarratt: I am more interested in pipelining though [19:13:31] oh, Guzzle has built-in request pooling and keep-alive reuse