[00:11:51] Hey. Is there any way to run `install.php` (or another script perhaps?) and have it only run the DB migrations? I have to script my install and I'm generating `LocalSettings.php` beforehand but `install.php` tries to overwrite it. [00:12:04] Anyone have any idea how I might go about this? [00:12:11] maintenance/update.php [00:12:23] Update instead of install. :D [00:16:47] I tried that but it fails saying it can't find the rc_timestamp field. https://gist.github.com/UnlawfulMonad/fbfd776dd54a1afea97486a281410c8f [00:18:57] Ah, so the database is not fully installed before then? How about: Generate LocalSettings.php(With a different name), run the installer, and then move the generated file in place over the one you didn't want. [00:20:15] That was my plan if there wasn't another way. :P [00:20:19] Alright. Thanks! [00:20:51] There is another way, but it takes some coding. You would have to a class that extends the Installer class and a maintenance script to invoke it. [00:20:58] *have to write [00:23:11] Well, I'm using ansible to actually do the install so detecting when I need to run the installer is pretty easy. I'm not a huge PHP guy so I try overwriting LocalSetting.php first. [00:24:10] You could potentially get away with pregenerating LocalSettings.php, and then using sql.php to apply tables.sql? I'm not really sure [00:24:16] Depends how hacky you want to make it [00:24:46] I'd probably run install.php, and then have your tool overwrite the LocalSettings.php with what you want [00:25:55] Generating the SQL and manually(not within the context of MediaWiki's framework) import that file to the database was how I started wiki generation originally. I moved to extending the Installer class later on. [03:00:36] "No active login attempt is in progress for your session.". Well that's a new error (observed on wikisource just now) [03:05:24] followed by a whole bunch of "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form. " [03:05:31] alright. time to clear my stupid cookies [03:07:08] whew, I'm logged in [03:07:22] gj [03:17:28] Hmm, and i can log into other accounts too now. So i guess all fixed. [15:41:41] Hello, Is there a way to modify the Special:CreateAccount page to include a template? [15:42:26] i want to add additional fields to the registration process [16:26:21] Hello, Is there a way to modify the Special:CreateAccount page to include a template? [21:27:30] kevindank: yes see restrict account creation section for ex; https://www.mediawiki.org/wiki/Manual:Preventing_access