[11:46:06] [1/8] So MH is capable of controlling a setting of any extension in a map like this? [11:46:07] [2/8] ```php [11:46:07] [3/8] 'wgExtensionSetting' => [ [11:46:07] [4/8] 'default' => 'defaultValue' [11:46:08] [5/8] 'beta' => 'betaValue' [11:46:08] [6/8] 'someotherwiki' => 'someOtherValue' [11:46:08] [7/8] ] [11:46:09] [8/8] ``` [11:52:31] [1/5] I'm considering adding a global override to my extension, so that wikis can't set a setting beyond the global override. [11:52:32] [2/5] Like this: [11:52:32] [3/5] ```php [11:52:32] [4/5] $wgGlobalExtensionMaxLevel = 3 // 'default' and 'beta' would be limited to level 3 [11:52:33] [5/5] ``` [12:00:06] Yes [12:00:20] And if we stuck it in ManageWiki, we can set limits [12:00:29] That you can't go above or beyond a certain number [12:00:41] An extra variable would be utterly pointless [12:04:16] Yeah, well, I guess it'd be addressing non-MH cases that don't do it [12:19:44] I'm not sure I can think of any that'd be useful [12:20:09] If you're allowing users to set config, it's your responsibility to ensure they can't do something stupid [18:50:11] [1/2] chat, do i have to clear my cache and cookies... [18:50:11] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1431716487663714394/Screenshot_20251025_144949.png?ex=68fe6d62&is=68fd1be2&hm=f574221c6d1956df3d7fdd83775f113bbfa2c883cb19cea21eda45d7b41fb99b& [18:55:09] yes [18:55:56] a:waaa: [19:50:49] This is a long wait for SUL3 👀 [20:11:36] Someone needs to write the code for it [20:12:33] Someone needs to work out if anything needs doing to get miraheze functions to work with the weird way SUL3 does the logins [20:20:37] didn't we need a 1.44 beta farm for that [20:21:39] Yes [20:22:03] To test it we do [20:22:08] The code needs writing too