[00:00:58] ah yes,those are filled in. That's probably why! However, the first 5 jobs listed have job_token 0 and job_token_timestamp NULL [00:05:00] job_token_timestamp's default is NULL [00:05:06] job_token is '' [00:06:27] for example these 5 https://pastebin.com/raw/3D4p1ExC job_cmd, job_namespace, job_title [00:08:04] You probably won't get much semantic mediawiki help here [00:20:22] do you have semantic mediawiki installed? [00:20:33] not having that would be a reason for them not running :P [00:20:46] heh [00:34:22] Platonides, lol, probably not, since I don't really know what SMW is, but I'll look into it later [00:35:02] it's an extension that someone might have installed at some point [00:37:25] hmm, I see that I downloaded https://mediawiki.org/wiki/Extension:Semantic_Bundle but it is not installed or configured in any of my environmnets, but I think probably some of the Templates/Modules on Wikipedia pulled in some things related to it [00:38:15] Unlikely [00:38:21] And definitely impossible it would result in a job [00:38:25] Wikipedia doesn't use SMW [00:44:07] grepping data files I see mention of Scribunto, smw, Sumbawa in https://en.wikipedia.org/wiki/Module:Language/data/iana languages [00:47:09] smw is a language code too [00:47:46] https://iso639-3.sil.org/code/smw [02:02:52] On https://en.wikipedia.org/wiki/Special:ListGroupRights, Bureaucrats and Administrators are listed with add groups and remove groups capabilities. What extension/feature is this related to? [02:05:52] !wg gAddGroups [02:05:52] https://www.mediawiki.org/wiki/Manual:%24wggAddGroups [02:05:54] !wg AddGroups [02:05:55] https://www.mediawiki.org/wiki/Manual:%24wgAddGroups [02:06:01] !wg RemoveGroups [02:06:02] https://www.mediawiki.org/wiki/Manual:%24wgRemoveGroups [02:58:50] Hello, there's a bunch of PO's that need to be imported on mediawiki.org, where to upload them? [03:10:46] PO? [03:13:17] Yeah I translated some files offline [03:13:24] i mean pages [03:27:10] when I'm logged into wikipedia, i only get offered the Edit Source button. but when I log out, then i see the visual editor option [03:29:59] nm, found an option to enable it [03:34:39] Saur: https://www.mediawiki.org/wiki/Special:ImportTranslations [03:35:16] i'm not a translation admin, thats why im asking for any other method [03:39:21] You didn't ask that originally ;) [05:12:47] Aha! Earlier I mentioned about adding a message above the header title for the Template namespace pages, and it seems that I can use MediaWiki:Sitenotice for this, but how would I go about writing some wiki markup (or lua code) to detect that the page being viewed is the Template namespace? or better yet, how can I show different outputs depending on different namespaces? [05:13:18] I guess I'll have to play around with some sandboxes [06:06:48] It seems like ages ago, but I see 10+ days ago browser history things re: SMW, and I'm trying to figure out how I can properly delete some imported things that I can't seem to access. For example in the `page` sql table, page_namespace:112, page_title: 'Group:Schema_properties', page_content_model: 'smw/schema' [06:07:11] Other tables have other related data connected to that also, but I don't know how I can query to delete all of it without breaking things [06:07:35] I also can't seem to access any of it through the websit [06:11:58] There appear to be only 2 rows in page table using smw/schema page_content_model, Group:Schema_properties and Group:Predefined_properties both namespace 112, which I can't access [06:12:22] I don't remember where they came from [06:14:24] but in the blob data I see a misspelled "Adminstrative" which seems ridiculous [06:16:40] oh my fuck, lol what? my jobs table has 19,000+ rows again! [06:17:13] is that normal? [06:20:50] nevermind, probably from another importDump.php run [19:54:47] https://mediawiki.org/wiki/Extension:ApiFeatureUsage With this enables with default config, Special:ApiFeatureUsage shows "Fatal exception of type "MWException"" and $wgShowExceptionDetails = true; shows "$wgApiFeatureUsageQueryEngineConf does not define an engine" which suggests that that variable is required and default value of [] is not sufficient [19:55:13] At the very least, the instructions on the web page should indicate that that variable is required to be configured to avoid errors [20:01:58] The dependencies section pretty much does that, but maybe a mention in the "installation" section might help. For example Extension:SpamBlacklist mentions "Configure the block list at your convenience" and Extension:CodeEditor mentions "Configure as required." and Extension:ContactPage is quite extensive with details, etcetera [20:09:14] oh, and the latest release of the extension is from over 5 years ago [20:27:51] I see 5000 set as a hard-limit for various things.