[00:21:51] Reedy you wouldn't happen to know why i get "Process cache for 'ru' should be set by now."? [05:45:01] Reedy: would it be possible to do it using SQL queries? [08:11:10] Hi all, on a category page that lists all pages in the category, is it possible to highlight (eg with a star or in bold) certain pages within that category that also are in another category? The use case is to highlight pages that fall into the category "Featured articles". [08:21:35] noyb: There's no such feature in core, and no extension provides that feature that I'm aware of [08:23:41] Krinkle: if you have a minute, please let me know what you think of this change to TemplateData: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/TemplateData/+/636754/ [08:25:21] Vulpix: Pity, but thanks! [16:53:05] Reedy you wouldn't happen to know how i can disable https://github.com/wikimedia/mediawiki-extensions-ConfirmEdit/commit/f005a5cb4a1930585a85f8443646b459fadd17eb# ? [16:53:12] It appears it's being used but it does not work [16:53:31] Remove the wfLoadExtension [16:53:42] we haven't set that though. [16:54:00] It won't just load itself [16:54:08] we've only set ConfirmEdit and ReCaptchaNoCaptcha [16:56:45] Unless you've got some dynamic extension scanning/loading... It's definitely not just loading itself [17:01:08] oh! [17:01:09] nvm [17:01:37] though seems ReCaptchaNoCaptcha no longer works [17:01:57] ah [17:03:30] Depending on what's wrong with it.. https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ConfirmEdit/+/636149 might be the fix [17:05:51] we had to whitelist www.recaptcha.net in the CSP [17:05:57] https://github.com/wikimedia/mediawiki-extensions-ConfirmEdit/commit/5f24bff3f4f5c963e42446d70a2d2030a685dc1d#diff-9276b634fec0e62e82dda62d8f5c2350f00eb21b6c765d7c1de7d4e588c34d6d [17:06:13] There's a patch up for CSP stuff [17:07:23] oh [17:10:38] hey peeps, what is the best/safest way to delete users programatically? [17:14:44] not doing so, is the best way [17:15:26] :) I thought this would be the answer [17:19:09] Problem: Permitted file types: bmp, doc, docx, flac, gif, ico, jpeg, jpg, mp3, mpp, odg, odp, ods, odt, ogg, pdf, png, ppt, pptx, ps, rtf, svg, swf, tif, tiff, xls, xlsx, xml, gpx. <--- and then File extension ".gpx" does not match the detected MIME type of the file (application/xml). [17:19:37] absorto: I'm guessing to cleanup spam? [17:21:06] Reedy: no, not really. We are changing how users identify themselves during login and some username colisions are expected, in those cases users should be removed ideally. [17:21:18] You can merge them... [17:21:45] Uhm, that sounds much better indeed [17:22:14] !merge [17:22:14] There is no such key, you probably want to try: !deleteuser, !packagessimple, !rebase, !selfmerge, [17:22:18] !deleteuser [17:22:18] Deleting users is very messy and not recommended, because this breaks referential integrity in the database (they appear in many different tables like users, edit histories, recentchanges, preferences, etc). A safe solution is to block the users, and possibly rename them with . You can also try [17:23:27] Perfect! I will take a look on those two extensions. Thx a bunch!