[00:13:54] bd808: i would like technical advice, but not at 1am sydney time, please [00:14:08] bd808: https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&format=json&prop=&list=recentchanges&rcnamespace=0&rcprop=title%7Ctimestamp%7Cids%7Cuser&rctype=categorize [00:14:12] bd808: returns zero results, why? [00:16:49] Sveta: I would suspect a mix of your narrow rctype, and the low limit [00:17:20] yup [00:17:21] https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&format=json&prop=&list=recentchanges&rcnamespace=0&rcprop=title%7Ctimestamp%7Cids%7Cuser&rclimit=max [00:17:26] there results [00:17:51] that's lost the type, ffs apisandbox [00:18:41] Reedy, i'm only looking for category additions and removals [00:19:23] https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&format=json&prop=&list=recentchanges&rcnamespace=0&rcprop=title%7Ctimestamp%7Cids%7Cuser&rclimit=max&rctype=categorize [00:19:37] rclimit added, still zero results [00:21:01] https://en.wikipedia.org/w/api.php?action=query&list=recentchanges&rctype=categorize [00:22:02] looks like categorize is only ns=14 [00:22:47] so your rcnamespace=0 means no results [00:28:47] AH! okay. Is there a way to filter the results by the namespace of the article which is being categorized? [00:28:51] Thanks :) [00:36:45] I don't think you can in one api request... [00:37:36] in theory... a generator... [00:38:57] Well.... I guess that's because the pageid shown is the category... [05:13:28] how do I tell mediawiki what the content language is? [05:13:40] https://www.mediawiki.org/wiki/Manual:Language mentions $wgContLang [05:13:52] but https://www.mediawiki.org/wiki/Manual:$wgContLang says it is deprecated [05:16:39] or more broadly. what is the correct way to inform the browser what language to spell check in? i assume its via setting a content language [05:16:40] ? [05:25:52] Hey, having some trouble with a skin on my mediawiki site....any chance someone could help me out? [05:29:08] RyanT: please just ask your question and if someone is here that knows they answer they might help [05:30:32] Thank you...I have a mediawiki install on my website. It's at www.boltlightingrental.com/wiki I'm not sure what happened, it's been working great. Suddenly I go to it though and it's all in plain text, no skin at all...I did install another install on another domain name of mine, but I don't see how that could have affected it. Any ideas of why it [05:30:32] might be displaying like that? I've checked on multiple devices. [05:33:00] it's an http vs https thing [05:33:14] check your browser dev console [05:33:28] "[Warning] [blocked] The page at https://www.boltlightingrental.com/wiki/index.php?title=Main_Page was not allowed to run insecure content from http://www.boltlightingrental.com/wiki/load.php?debug=false&lang=en&modules=mediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.skinning.interface%7Cmediawiki.ui.button%7Cskins.vector.styles&only=styles&skin=vector&*. (index.php, line 12) [05:33:34] " [05:34:33] k-man: I would assume that browser spell check lang is determined by the OS [05:34:50] unless the browser has a different setting [05:35:09] TimeDoctor: i found in ff i could set it, which I did, and now it seems to be doing the right thing [05:35:11] thansk TimeDoctor [05:35:38] I checked my dev console, it seems like it is trying to get the skin via http links...I'm guessing I have to change something in localsettings.php to fix this? [05:38:02] RyanT: not sure, I don't have the time to investigate further, you probably need to change the url for your website somewhere or .htaccess or something [05:38:08] sorru [05:38:10] sorry [05:38:31] Okay, any idea why this would change suddenly? [05:38:45] I'm going to try some things though, you've steered me in a direction, at least I have an idea now [05:38:45] ! [05:38:45] Hello, I'm wm-bot. The database for this channel is published at http://wm-bot.wmflabs.org/db/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot [05:43:06] is there some way to change the lang="en" to lang="en_AU" in the site html? [05:43:54] ie: [05:44:51] Oh my gosh, I fixed my issue....went to localsettings.php and searched for any instance of http and replaced it with https....my skin came back and all is well. [05:45:01] Good luck K-Man....I wish I could help!