[00:34:05] Hmm, not sure if this idea of putting all extension.json on one wiki page will scale much longer - https://www.mediawiki.org/wiki/Module:ExtensionJson?action=history [00:34:43] split it into two? [00:35:43] Maybe have each extension just be a separate page [00:38:55] will you auto-blank them once extensions are archived? [00:39:32] oh hmm, that could be a problem [00:44:12] you could use Special:PrefixIndex's API equivalent to identify pages that no longer exist in Git [01:06:45] bawolff: bot that autoupdates wikidata then a extension that creates and displays a catalogue out of wikidata data >.> [01:07:33] :P [01:08:06] Better than creating a JSONData page on commons :P [01:22:49] Hi! Using the visual mode, when I add the code "" to my MediaWiki on XAMPP, I get the error "Error contacting the Parsoid/RESTBase server (HTTP 500)". [01:22:49] I was added this settings in LocalSettings.php: [01:22:50] $wgAllowUserJs = true; [01:22:50] / Enable by default for everybody [01:22:51] $wgDefaultUserOptions['visualeditor-enable'] = 1; [01:22:51] $wgDefaultUserOptions['visualeditor-enable-experimental'] = 1; [01:22:52] $wgDefaultUserOptions['visualeditor-newwikitext'] = 1; [01:22:52] / Optional: Set VisualEditor as the default for anonymous users [01:22:53] / otherwise they will have to switch to VE [01:22:53] / $wgDefaultUserOptions['visualeditor-editor'] = "visualeditor"; [01:22:54] / Don't allow users to disable it [01:22:54] $wgHiddenPrefs[] = 'visualeditor-enable'; [01:22:55] $wgHiddenPrefs[] = 'visualeditor-newwikitext'; [01:22:55] / Per default, the VisualEditor only works with Namespace 0 (NS_MAIN), [01:22:56] / i.e. the main article namespace. To change this, adapt the following example [01:22:56] / that enables namespaces 0 (main), 2 (user) and 102 (some user specific one) [01:22:57] $wgVisualEditorAvailableNamespaces = [ [01:22:57]     NS_MAIN => true, [01:27:08] Victor_Trevor: In future please use a pastebin service (Example: https://dpaste.de) instead of pasting large chunks of code into the channel [01:31:14] Victor_Trevor: do you have the Cite extension installed? [01:33:02] I guess, no. I have no idea how install the cite extension. [01:34:26] I find it. I'll try to install. [01:39:32] When I install the MediaWiki, the cite extension was already installed. Currently, I've add this command line in LocalSettings.php: [01:39:32] $wgCiteBookReferencing = true; [01:39:33] $wgCiteResponsiveReferences = true; [01:39:33] $wgCiteVisualEditorOtherGroup = false; [01:40:18] I'm not receive any errors at the moment. Fixed, I think. [01:40:40] check Special:Version and see if Cite is listed as being enabled [01:41:57] no matter if it's enabled or not, a user adding a tag in an article shouldn't cause a 500 [01:45:55] p858snake|L: It looks installed, but there is a "–" in the "version" sub-heading. [01:47:05] Platonides: Could it be due to the language code? Currently: $wgShellLocale = "C.UTF-8"; [01:47:41] Victor_Trevor: no, that's unrelated [19:41:26] any know problems with php 7.4.25 (fpm-fcgi)? the docs talk about 7.4 but it is all of 7.4.* ? [19:43:57] curmudgeon: Which docs say what? [19:45:08] PHP 7.4.0 through 7.4.2 won't work, others should be fine [19:55:02] Reedy: https://www.mediawiki.org/wiki/Download [19:55:35] >MediaWiki is not compatible with PHP 7.3.0 - 7.3.18 and 7.4.0 - 7.4.2 due to an upstream bug. Use PHP 7.3.19+ or 7.4.3+ instead. [19:56:02] yes 7.4.2 is my concern. [19:56:22] 7.4.25 is a lot newer (like 23 releases) than 7.4.2 [19:57:08] okay. i will give it a try [20:17:44] curmudgeon: when it comes to version numbers, treat the . as a separator (not a decimal point) and evaluate each number independently. 7.4.23 (major version 7, minor version 4, patch version 23) is 20 patch versions newer than 7.4.3 (major version 7, minor version 4, patch version 3) [20:18:03] MediaWiki works this way as well. 1.37 is a lot newer than 1.9