[00:53:20] Does the throttleoverride extension also override the abuse filter too? [01:22:16] ? [01:36:54] On cosmos skin how do I set tags to display global group tags [08:39:07] How do i run phpunit tests from just one file in modern mediawiki? [08:39:27] The old way was php tests/phpunit/phpunit.php /path/to/my/test/file.php [08:39:34] But that doesn't seem to work anymore [08:40:35] I use `vendor/bin/phpunit -- path/to/directory/or/file.php` [08:43:17] Oh. The reason phpunit.php seemed to not work was i needed to run composer update [08:44:06] directly using phpunit binary doesn't work for me because the test file still uses some mediawiki test code [08:44:40] But me trying that and noticing there was no vendor/bin/phpunit file was the hint i needed to figure out something was messed up with composer [08:44:42] thanks :) [08:45:31] my understanding is that the incompatibility with the phpunit binary directly was fixed some time ago [08:47:14] oh, looking directly at the error, you might be right. It seems like when i run the phpunit binary directly, it tries to automatically load all extensions (including the broken ones) instead of looking at LocalSettings.php [08:47:24] but i have a lot of very broken extensions in my extensions directory [08:47:56] AFAIK the recommended way is `composer phpunit:entrypoint` [08:48:04] (not sure if you need the -- after that to separate the path or not) [08:48:44] Lucas_WMDE: yes, that works now [08:48:59] I think earlier i was assuming that didn't work, but my actual problem was messed up composer [17:43:31] Hi all, got a question about the Lingo extension: https://www.mediawiki.org/wiki/Extension:Lingo, I am looking for something very similar but one problem is Lingo requires the glossary to be defined in a page. I have a very large list of glossaries that are defined as Categories on my wiki so that I can use them as "tag" to tag other pages, for [17:43:32] e.g. I can tag "Apple" page with category "FRUIT" by adding the it to the category, now when the world "FRUIT" appears in any other page, I'd like it works just like how Lingo works, i.e. when hovered over on it, it displays the contents on "FRUIT" page. Basically I am looking for something like Lingo but at the same time I don't have to manually [17:43:32] define the glossaries in a specific page, anyone know something like this exist or close? [18:08:46] transclude those categories into the Terminology page? [18:29:52] moonmoon hmm... let me try that :) [18:30:00] Sounds like a great idea [20:39:22] Is there a guide somewhere on how to. Config emails [20:39:37] For example to send emails and reset password [21:43:58] Cocopuff2018: https://www.mediawiki.org/wiki/Email [22:38:14] is it possible for an admin to reset the password if the user is unable to receive email? [22:41:51] yes, there are some maintenance scripts [22:42:14] https://www.mediawiki.org/wiki/Manual:ChangePassword.php if you want to change their password [22:42:38] or https://www.mediawiki.org/wiki/Manual:ResetUserEmail.php if you want to change their email and then reset the password by email