[01:10:39] hi [01:10:53] is it possible to populate a db with a localsettings file without the webinstaller? [01:11:53] Hi biberao. [01:12:05] You mean storing settings in the database instead of in LocalSettings.php? [01:12:10] what do you mean? [01:12:15] Or you mean generating LocalSettings.php without using the Web UI installer? [01:12:45] Or importing data in the db from eg. a XML dump ? [01:13:22] Haley: no like [01:13:28] i have the localsettings [01:13:35] database created and all [01:13:42] but didnt do the installer [01:13:54] Why do you need the installer if you have a settings file and the database? :-) [01:13:55] i used an old and then modified the localsettings [01:14:05] then you're fine [01:14:13] Is something broken? [01:14:15] no [01:14:20] i havent tried yet [01:14:28] Okay. Well... [01:14:29] !tias [01:14:29] Try it and see. You learn much more by experimentation than by asking without having even tried. [01:14:33] (o: [01:15:05] Platonides: Hi! Happy new year, &c. [01:15:06] oki ;) [01:15:09] thanks [01:15:13] biberao: the installer will make you a basic LocalSettings.php [01:15:24] but you could create it manually, too [01:15:26] Platonides: I'm trying to lure someone into making a version of https://www.nytimes.com/interactive/2018/07/11/business/trade-war.html [01:15:36] Happy new year, Haley [01:15:38] That compares Wikimedia chapter budgets to the Wikimedia Foundation Inc. budget. [01:15:48] I could do it myself, but it sounds like work. [01:15:49] new nick :P [01:15:58] Of course. [01:16:12] Your browser does not support WebGL. [01:16:13] Please enable it or try another browser. [01:16:20] Oh, boo. [01:16:23] that seems easy to implement ;) [01:16:26] how do i enable OOUI? [01:16:44] i cant get it enabled i tried to issue it directly on js [01:16:45] weird [01:16:45] :| [01:17:00] Which version of MediaWiki are you running? [01:17:08] 1.31 [01:17:22] I think there's some separate (composer?) package for OOUI. [01:17:23] I might try 1.32 sometime [01:17:25] There are docs. [01:17:33] i didnt want to use composer :| [01:17:47] Oh, it's also in MediaWiki core, maybe. [01:17:49] https://www.mediawiki.org/wiki/OOUI [01:17:53] i tried [01:17:58] > OOUI is available in MediaWiki Core, as well as on npm, Composer, and through cdnjs. [01:18:10] What about npm? [01:18:14] Haley: I like the idea of comparing the buggets [01:18:26] i should issue a npm and make the modules installed where? [01:18:31] Platonides: I'm kinda bummed it doesn't work in your browser. It's very pretty. [01:18:32] pretty sure there will be a huge difference [01:18:53] mw.loader.getState('oojs-ui-core') [01:18:54] "registered" [01:18:54] in fact, there may be some table at meta [01:19:00] not ready [01:19:17] Yeah, even a basic bubble graph would be revealing imo. [01:19:24] The budget is $100M now maybe? [01:19:26] It's very high. [01:20:03] data is probably on pages linked from https://meta.wikimedia.org/wiki/Reports [01:20:11] ideas please? :D [01:20:32] Yeah, I feel like I worked on such a table once. [01:20:42] biberao: Is your wiki public? [01:21:33] Ah, up to $92M. [01:22:01] H/query Haley [01:22:04] shoot [01:22:07] mistake [01:22:47] this seem to be $76,800: https://meta.wikimedia.org/wiki/Wikimedia_Foundation_Annual_Plan/2017-2018/Final/Financials [01:22:55] where are you seeing the $92M figure? [01:24:51] For FY2018-2019. [01:24:52] https://meta.wikimedia.org/wiki/Wikimedia_Foundation_Annual_Plan/2018-2019/Final [01:25:00] Yeah, the previous year was $76M. [01:25:24] $850,000 for brand strategy... [01:26:11] the link on https://wikimediafoundation.org/about/financial-reports/ is wrong :( [03:53:41] ls [03:53:46] oops [11:42:48] fronic product key [11:43:05] I don't think you're going to find whatever that is, here [12:20:28] I have an error report "ResourceLoader::makeInlineScript did not get nonce. Will break CSP…" and would like a pointer to where this might come from [12:20:41] It is not obvious it is my code [12:24:57] jeblad: You get the nonce from OutputPage->getCSPNonce() and pass it to makeInlineScript as the second parameter. [12:26:43] Bah… I thought I checked this call [12:26:55] jeblad: It's a new-ish thing. [12:31:49] Thanks! =) [12:52:13] While trying to run `php dumpBackup.php` I get `Could not acquire '...:messages:en:status' lock`. What could I try? [14:40:42] addshore: I can make those other repos temporarily editable [14:42:51] although that already seems to be the case [18:18:14] how would you call the programming paradigm with wikitext (and mostly templates) ? im nor sure but that would be declerative? [20:19:02] Hi, [20:19:02] don't know if I'm right here. [20:19:02] My Question: [20:19:02] I'm using ldap authentication and so the users language is set to preferredLanguage of the following format: xy (de for german, en for english, ...), but I need it of format xy_AB (de_DE for germany, en_US for english, ...). Hope there is a solution. [20:39:25] nvm, found it [22:32:37] hi [22:32:52] just installed mediawiki downloaded the localsettings and created iton the directory [22:32:57] keeps saying localsettings not found [22:35:19] biberao: it needs to be named LocalSettings.php and placed in the root of your wiki's files [22:35:23] (not the mw-config directory) [22:35:35] the casing is important on linux [22:37:47] yes [22:37:51] did all that [22:39:02] permissions are set correctly on the file? [22:39:24] should be readable by the user the php process is running as