[07:48:45] Sorry! This site is experiencing technical difficulties. [07:49:03] When I am running mediawiki on my localhost:8080 [07:49:10] I am getting this error [07:49:37] I have also start mysql server, then also I am getting the error [07:49:50] Please can anyone help me out? [08:13:51] Hi reedy, Yesterday you told me to run mysql server and then check. I had done that but then also I am getting same error [12:22:16] how difficult could it be to use MultimediaViewer's JS lighbox in an unrelated code base? I think it's the best light box freely available and I want to use it in sigal, a static gallery generator [17:21:25] Hi, I am wondering about the user preference options provided by the Echo extension. There is no docu and I am a bit fuzzy about the extension.json, i.e. which string is attached to a specific preference [17:21:30] https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Echo/+/refs/heads/REL1_31/extension.json [17:22:11] What I would like to disable is notifications if somebody linked a page I created. For e-mails this is basically spam. [17:22:43] On thie this does not really make sense either but it is acceptable. [17:24:49] Is it article-linke, page-linked, something else? https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Echo/+/refs/heads/REL1_31/extension.json#722 [17:26:24] $wgGroupPermissions['user']['page-linked'] = false; ? [17:27:53] oh man ... [17:28:14] $wgDefaultUserOptions['page-linked'] = false; [17:28:52] No idea. It will be really great to get some input from you. [17:29:49] $wgDefaultUserOptions['page-linked'] = 0; ? [17:30:16] Not sure if someone is the the chat? [17:30:30] no documentation? what about https://www.mediawiki.org/wiki/Extension:Echo#Configuration [17:30:32] $wgDefaultUserOptions["echo-subscriptions-{email/web, choose one}-{category}"] = false; [17:36:03] Ah, this table is mixing parameters with preference settings. Did not look at the bottom of the table. Ok, oops. [17:38:18] Cool. I will go with $wgDefaultUserOptions['echo-subscriptions-web-article-linked'] = false; and $wgDefaultUserOptions['echo-subscriptions-email-article-linked'] = false; [17:38:45] You rock. Thanks a bunch! [18:20:29] Hello, I am using the MediaWiki Translate Extension and I would like to disable users from editing the source text for all pages in my wiki but still allow them to publish translations. Is there a way to do this in LocalSettings.php? [23:03:40] cscott: Should langconv repo not have Node.js jobs in its CI as well? [23:03:53] It seems to not have any currently [23:04:00] e.g. at https://gerrit.wikimedia.org/r/c/mediawiki/libs/LangConv/+/588067