[01:52:39] Hi, I'm having issue on MediaWiki 1.37 with disabling account creation. [01:52:58] What sort of issues? [01:53:02] Even if I add $wgGroupPermissions['*']['createaccount'] = false; when I visit Special:CreateAccount, I can still create account. [01:53:11] Are you logged in? [01:53:14] No [01:54:09] Can you check Special:ListGroupRights - does the (all) group have "createaccount" rights on that page? [01:54:29] by which i mean, the page named Special:ListGroupRights on your wiki [01:55:24] I did now, it is listed there. [01:55:53] Ok, Do you have any other lines in LocalSettings.php related to wgGroupPermissions that could be overriding it? [01:56:45] Could you paste your LocalSettings.php to dpaste.org (Removing any private info, $wgSecretKey, $wgInstallerKey, DB password etc) [01:57:10] Would be pasting just $wgGroupPermissions be fine? [01:57:54] Lets start there [01:58:34] The only reason I would want to look at the whole thing is that sometimes people write one line but then override it later on, without realizing it [01:59:23] https://dpaste.org/3PdV8 [02:01:54] hmm. everything looks right [02:04:03] Hmm, sorry, I have no idea. Everything looks correct. All I can say, is double check the generic things, like making sure the new version of LocalSettings.php got uploaded to your server, and you're editing the right file, and that sort of thing [02:04:29] Looks like something is wrong with the Bluehost. I've disabled the ConfirmAccount extension, thinking that something is (maybe) wrong with it, but it is still enabled even after running update.php. [02:05:21] update.php won't affect which extensions are enabled, that should happen the moment you edit LocalSettings.php (update.php only applies db changes if neccessary) [02:07:17] Issue is with Bluehost, not MediaWiki. I'll contact them. Thank you for your help! [05:12:38] Hi, I installed CentralAuth and so far it's working as expected. But, I just notice that when I visit /wiki/Special:CentralAuth I can't see my edits in the edit count and my user group in the user group section so is there anything I need to run to update? Thanks [05:26:20] https://github.com/wikimedia/mediawiki/blob/master/includes/gallery/TraditionalImageGallery.php#L276 Is this code really 15+ years old? [05:27:33] probably [05:28:07] I changed it a lot when adding the packed-hover mode, and that was ages ago, and the older gallery had already been present for a really long time [05:33:26] "# Can be safely removed if FF2 falls completely out of existence" - I suppose it is still not safe yet. [05:33:44] technically, FF2 still exists since it is able to be downloaded [05:34:07] *shudder* [05:34:19] we now have different standards for which browsers we care about [05:34:25] firefox is one we definitely don't [05:34:31] firefox 2 that is [05:34:49] https://www.mediawiki.org/wiki/Compatibility#Browsers [05:35:02] lol, I guess I am all of a sudden realizing that I am trying to learn from very old code. [05:35:11] for like the last 8 hours [05:35:27] I mean, code is code [05:36:17] What's fun is when you use linux, and realize all these programs were written from before you were born (or based on programs from then) [05:37:41] I've been using linux since 1997-8 or so [05:38:35] and boy was I clumsy and dumb back then! Still am, but not as much. [05:38:36] I mean, i know vim is not literally the same as original vi, I still find it interesting how I'm basically using a text editor from 1976 [11:10:05] Guys I perhaps forget, where exactly I had seem examples of retrieving data using python, and other languages. [11:10:42] On mediawiki site. [11:41:44] on the page that describes the api you want to use