[10:44:05] Is it possible to set up centralauth on a wiki if you have no CLI access but do have phpMyAdmin access? [11:33:36] Hello all [11:54:45] guys do you can help me with short url and htaccess? I have moved my mediawiki to test site and now doesn't works [12:21:36] I have too many redirect [12:21:44] it is possible to disable short url? [17:44:25] is there any trick in mediawiki to customize our sign ? [17:44:41] like instead of full username, we can make it to show something else? [17:45:56] codezee: https://www.mediawiki.org/wiki/Help:Signatures#Customized_signatures ? [17:48:55] Vulpix: oh get it, thanks! [18:52:51] Hello everyone [18:54:09] I have a bit of scribunto issue. I cannot create a page named Module:Demographics/Countries.json, because complaints by scribunto [18:54:52] ".json" might be reserved. Have you tried without the ".json"? [18:54:55] ^ Metalhead33 [18:54:59] Not yet [18:56:12] Yep, same problem [18:56:32] Maybe if I named it data [18:57:33] Nope, that doesn't solve it either [18:57:47] What's the complaint from scribunto? [18:58:15] Lua errors. It thinks I am giving it Lua scripts, when I am giving it JSON [18:58:30] So it refuses to commit the article [18:58:49] If only I could make it ignore it [18:59:10] Try creating that page first using Special:ChangeContentModel (selecting json as the type) [18:59:26] I'm not sure if that will actually work, but it'd be what I'd try [19:02:33] bawolff: it will :) [19:05:59] Okay, it works, thx [19:28:34] did you ever run into the the following error message with parsoid/visual editor? https://pastebin.com/raw/YGBW12kQ [19:28:49] do you have any hints how to solve that? [19:36:07] tamier: it says it timed out. have you confirmed that the host parsoid is running on can talk to the mediawiki API? e.g. via curl [19:37:00] legoktm: parsoid is running but i am not sure whether it's possible to communicate with the api. could you explain how to find out that? [19:37:32] log into the host parsoid is running on and try $ curl "https:///wiki/api.php" [19:38:56] legoktm: ok, this times out. shouldn't it be enough to call curl "http://./wiki/api.php"? [19:39:01] because that works ;-) [19:39:40] yes, then you need to configure parsoid to use the hostname instead of domain [19:40:01] legoktm: do you know the setting for that? [19:40:44] the url field in config.yaml? [19:40:51] see https://www.mediawiki.org/wiki/Parsoid/Setup#Configuration [19:51:46] legoktm: Thanks for your help! That was the problem. It's fixed now. [19:51:53] awesome [20:18:03] hi