[12:32:22] Hello all, I have a site that has site language default to English: $wgLanguageCode = 'en', but I want the language default to German for new users by using $wgDefaultUserOptions['language'] = 'de' (according to https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions), but it doesn't seem to work, any idea what I am missing? [22:37:23] Hi folks, I'm trying to install the requirements for this tool https://github.com/hallowelt/migrate-confluence, and having trouble installing one of the required extensions hallowelt/simpletasks. I've tried installing from extension distributer, but enabling in LocalSettings.php causes the wiki to fail. [22:37:36] I've also tried installing through composer, which gives the error "- Root composer.json requires hallowelt/simpletasks, it could not be found in any version, there may be a typo in the package name." [22:39:25] Part of the troubleshooting composer gave me was to change minimum-stability to dev, so I set that in composer.json and tried again, no luck. Anyone have an idea what I can do to troubleshoot? [22:39:31] I imagine here isn't necessarily the best place to get support for his... [22:39:39] but cloning that repo, and running composer update works fine [22:41:22] Same for the simpletasks mw extension.. [22:42:01] thanks for taking a look, I was getting an error when running composer update. Hold on I'll try again. [22:42:34] Fair point though, should I go find a composer channel? [22:42:41] Probably not [22:42:45] It depends where the actual issue is [22:43:34] oh, hang on [22:43:48] why do they have a composer.json with requirements... [22:43:57] Then say to run `composer require hallowelt/simpletasks dev-REL1_35` [22:44:04] that's just silly [22:44:40] https://packages.bluespice.com/#mediawiki/simpletasks [22:44:48] Their own composer repo has a mediawiki/simpletasks... [22:45:04] Bad/out of date docs? [22:45:40] and probably needs a custom repo defnining [22:45:48] Ah I thought I was just misunderstanding something [22:46:02] Which may or may not magically work depend on vaguely required dependencies [22:47:11] I wouldo also suggest dev-REL1_35 may be rather out of date [22:47:18] And doesn't seem to exist on https://packages.bluespice.com/#mediawiki/simpletasks either [22:47:51] https://www.mediawiki.org/wiki/Extension:SimpleTasks doesn't seem to suggest to have to do that [22:49:18] What I'm trying right now is adding blue-spice as a private repo to my composer.json, and trying to install again [22:53:04] I left a comment - https://gerrit.wikimedia.org/r/c/mediawiki/extensions/SimpleTasks/+/962026/3/README.md [22:55:00] that appears to have done the trick, I was able to install from the private repo with composer update [22:55:22] thanks for taking a look Reedy! [22:55:29] using the old name? [22:55:34] they must have it aliased somehow... [22:56:01] don't be surprised if that dev-REL1_35 version has... issues (1.35 is ooold and EOL) :) [22:56:41] might be yeah. After activating I'm getting a totally new error (progress!) [22:57:33] New name, I'm using "mediawiki/simpletasks" which was listed in the blue-spice page [22:59:41] you even caught my next issue, which was that 1.0.3 is borked. dev-REL1_39 causes no errors on my wiki.