[00:05:10] Did some digging, problem is unrelated to the namespace deletion, there's an old orphaned page that got vanished due to the project namespace changing name [00:15:46] Sorry, just now seeing this. [00:15:54] Anything further you need on my end? [00:16:11] Might need to queue the dump up again, but that should be it [00:16:47] Although, it might have been namespace related, it's just the page couldn't be automatically put into the proper namespace without conflicting page titles. [00:17:15] Looks like the dump is still failing, hmmm [00:20:10] Might have to try running the dump script manually, there practically isn't an error log for the dump job and cleanupTitles is showing no hits [00:26:13] Oh, it's the missing content model [00:39:15] Went ahead and generated it myself, we'll need to figure out what to do about removed content models when disabling extensions. [00:57:42] Amazing, thanks for your help Void! [01:00:47] why am i being perpetually logged out [01:03:02] wait [01:03:11] crap, i think i got my school's ip autoblocked [01:03:17] Enhancement feature for ManageWiki [01:03:59] clearing cookies works lol [01:20:32] [1/4] there's a setting in additional settings > localisation called [01:20:32] [2/4] > Minerva Always Show Language Button ($wgMinervaAlwaysShowLanguageButton) [01:20:32] [3/4] > Whether to show the language switcher button even if no languages are available for the page. [01:20:32] [4/4] which brings me to ask, is there a language switching feature on Miraheze that i somehow missed? [01:21:21] i have a bilingual wiki and I implemented language switching via making two separate versions of every page and a template at the top with links from one to the other [06:37:55] Tested all 6 extensions. 4 working, 1 broken, and 1 generated a database error which is now in P554. [06:40:24] Translate is broken possibly because the newly added table `translate_message_group_subscriptions` is not in [`ManageWikiExtensions.php`](https://github.com/miraheze/mw-config/blob/f5613f49c3ecc8c15d11ee402e1ed70fe23c410d/ManageWikiExtensions.php#L1917). [06:51:00] Feel free to update it [06:55:46] [1/2] Look like about 4 out of 7 wikis are ready for NextTide. There might be some wikis mistakenly labeled as not ready because there are some naming inconsistencies between the Phorge task and [mw-config's list of extensions](https://github.com/miraheze/mw-config/blob/main/ManageWikiExtensions.php). [06:55:46] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1396747466388279346/image.png?ex=687f35f2&is=687de472&hm=042e84558411f25bbe2dd456167a249fe36a3675551ef709ba0622a57abd2926& [07:00:41] [1/2] I can take a closer look tomorrow. If anyone else is interested, feel free to submit a PR before that. [07:00:41] [2/2] The main issue is that I don't have the means to test it, so hopefully the reviewer can tell if it's a good patch. [07:02:28] We can throw stuff on beta for you [07:10:46] Since this seems simple enough, I just created [a PR](https://github.com/miraheze/mw-config/pull/6028). [08:51:23] Also, [the NextTide page](https://meta.miraheze.org/wiki/NextTide) needs to be updated since it still shows information for MW 1.43. [08:52:26] @cosmicalpha do we need to vary on version or will that fail nicely on 1.43? [08:53:03] Doesn't translate use master? [08:53:13] good point [08:53:43] Just upgrade on 1.43 but if its not updated it will need to vary or the extension won't install when enabled. [08:53:43] i can just deploy that then [08:53:52] oh [08:54:04] i'll update MLEB this afternoon then on 1.43 [08:54:13] Sounds good thanks [08:54:46] oh yeah there is a --upgrade-pack=mleb for that I forgot lol [08:55:36] Also lol mleb keeps trying to autocorrect to plebiscite and I have no idea how lol [08:56:07] they aren't even close [08:56:21] nope lol [08:56:31] autocorrect really sucks [09:02:09] why I don't use autocorrect lol [09:02:25] trust a machine? lol [09:14:14] Just FYI im going to sleep now. A little earlier. It is 3AM though so I should sleep. If you have problems that need me just ping and I'll see when I wake up. [09:14:32] Ok [09:45:08] i make so many typos that my keyboard has put typo'd words in its dictionary [09:45:09] so i just turned it off [09:45:54] Lmao [09:46:09] wonders of technology [09:47:06] https://mastodon.catgirl.cloud/@0x6e6174/114889156662895908 [13:03:30] i'm updating MLEB now [13:06:39] deployed, try turning translate on and off again [18:09:45] Hmmm. I'm still seeing the old error after turning the extension off and on again. Now that I think about it, if this new database table is a 1.44 addition, then the new `mw-config` change should only apply to mirabeta but not prod? [18:11:17] Never mind, this table is also on the `REL1_43` branch, so it shouldn't mess up prod even if accidentally deployed there.