[02:55:59] @tango_man I upgraded your wiki but just FYI I disabled PWA as it was incompatible for now anyway... [04:03:03] ight thanks [04:03:23] will let tech team know of any issues [04:07:05] <.labster, replying to pskyechology> It's so weird to see PRs on code that I wrote eight years ago, and have never used since. (I needed to migrate a forum away from Tapatalk, and just published what I wrote to do it, because why not?) [05:20:56] @abaddriverlol I made a [phorge task](https://issue-tracker.miraheze.org/T14037) about sending mass notifications for disabling extensions and subscribed you since you came up with the notification idea. [05:24:51] Also, can someone enable Cargo on the [extension testing wiki](https://exttest.mirabeta.org/)? My availability will be very limited in the next 10 days, so I'll try to do a last batch of extension testing tomorrow before becoming less active. [05:38:37] enabled [06:25:54] [Stuck on creating a table](https://exttest.mirabeta.org/wiki/Cargo)... Maybe I should ask electricsheep to see if he's willing to do some extension testing. Are we fine with adding him to Mirabeta? [He is not active globally, but does a lot of edits on Blue Archive Wiki](https://meta.miraheze.org/wiki/Special:CentralAuth/electricsheep) and is very familiar with Cargo. [06:28:18] there's no requirements for getting a mirabeta account [06:28:44] send me (or have him send me) his email and desired account name [06:36:40] I think I can create one myself? I've been doing that on exttest since local sysops can create accounts. [06:37:11] hmm perhaps so [06:37:45] yeah [06:38:09] trusted contributors ahh setup [06:41:50] `lhmnwiki` currently has JS loading messed up [06:44:39] I think DPL3/4 is broken on mirabeta. It's enabled on ManageWiki but does not show up on [Special:Version](https://exttest.mirabeta.org/wiki/Special%3AVersion). [06:46:17] `[ce528fbb346e58067a892cac] 2025-07-23 15:57:46: Fatal exception of type "BadMethodCallException"` at `lhmnwiki`, only seen in browser's console [06:46:37] hence the JS load was meesed up [06:59:06] @posix_memalign fun way to undo someone's managewiki changes: reload your old tab where you had submitted some changes already [07:00:38] lol [07:00:50] anyway, [[phorge:T14038]] [07:00:51] [07:01:14] anyway, {{phorge:T14038}} [07:01:16] [1/2] Open: Fatal exception of type "BadMethodCallException" at lhmnwiki [07:01:16] [2/2] [07:05:21] [1/2] Ah yeah. ManageWiki records everything instead of just deltas, which has its pros and cons. [07:05:22] [2/2] I remember when I disabled (almost) every extension, you made a change to ManageWiki/settings, which undid a bunch of other settings because the corresponding extension was disabled. [07:06:37] [1/2] Here it is [07:06:37] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1397837359638253680/image.png?ex=68832cfd&is=6881db7d&hm=6230073babd4dc71d68aff98951e52c92e0bfc62bb7a01dee2a41ee934109ba5& [07:07:19] minor amount of trolling [07:08:11] [1/2] Wait no this is the right one. I'm not sure what the previous picture is about, though. [07:08:11] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1397837754078859305/image.png?ex=68832d5b&is=6881dbdb&hm=910a7611d260d423fb1b7d44cedeee265dc010553bd568d9626cfad4b863d6f9& [07:56:00] Looks like Cargo is indeed broken. Can't even create a table. [07:56:31] i blame yaron [09:38:10] I was looking to integrate Cargo to lhmnwiki :IOSskull: [20:19:40] [1/2] Not sure if this is the right channel for this: [20:19:40] [2/2] @paladox @abaddriverlol you can aim for MW 1.43 when you make the PR for the SMW and Professional Wiki extensions. We will bump the minimum requirements to 1.43 and mark a major release. [20:26:24] @atxatx i guess CI needs fixing for MW 1.43 at a minimum [20:26:38] to switch the requirements? [20:27:02] You can open the PR and I am going to bump the requirements soonish this week, depending on how long the review will take [20:27:46] I have no idea how to fix the CI for MW 1.43. I spent days if not weeks looking but couldn't figure it out. [20:27:56] i've opened https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/6167 [20:27:59] I think what we will do is to create a temporary branch for 1.43 so that CI is not exploding [20:29:13] I took a look into it for a long time too, and I am not sure if we can even fix that without bumping the MW requirements... [20:29:34] There are a lot of changes in database access that make maintaining compatability difficult [20:30:52] probably just bump it tbh [20:31:15] make 5.x the last to support 1.39 and then make 6.x support only mw 1.43+ [20:31:55] Yeah, for the PR strictly for MW 1.43+ on SMW, you can use the `dev-6.0` branch [20:33:58] can you merge https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/6162 please @atxatx ? 🙂 [20:34:06] or do you want me to change the target branch [20:34:23] it was opened before this discussion [20:35:27] oh thanks! [20:36:29] @atxatx https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/6169 [20:36:35] it's just merging master [20:38:11] You can probably leave it, we will rebase the changes afterward [20:38:24] Since the alias will be dropped completely in 6.0 anyways [20:42:37] Nvm you can just use the master branch, we tagged 5.1.0 [20:45:53] I'm going to see if i can get 1.44 to partially run so gonna fix the errors. E.g. so tests run and not stalled at errors in the installation stage. Do i still do the version check? I guess yeh because we still have ci for 1.39. [20:46:19] I am making a commit to bump the requirement and drop previous CIs [21:02:38] [1/2] if anyone has the time to merge and remove domain in managewiki <3 [21:02:39] [2/2] https://issue-tracker.miraheze.org/T13998 [22:47:15] Ahhh I know why some of those tests broke in 1.42 now...It was deprecated method from Linker [22:47:36] I have a rough idea to fix the 1.43 test now too, since I have encountered that before [22:47:53] It should be more clear when the deprecated stuff are all swapped out [22:49:25] Oh? [22:49:54] There are a few broken tests in the 1.42 CI, they are all related to the linker methods being deprecated [22:50:40] Right now I am focus on fixing and adding any missing class import, then it becomes much easier for IDE to pick these deprecated stuff up [22:57:02] onit [23:37:21] @cosmicalpha You may want to look into this? DPL3/4 remains missing in [Special:Version](https://exttest.mirabeta.org/wiki/Special:Version) on mirabeta. [23:38:02] I know why. Rename wasnt deployed on beta. [23:38:27] ill fix shortly [23:40:56] [1/2] fyi CA, with my recent PR for Cosmos for UPv2 Avatars, this section is getting a bit unweildly - I was thinking to just split it out into a separate avatar class. Any objections? [23:40:56] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1398087587482046485/Screenshot_2025-07-25_at_00.40.32.png?ex=68841608&is=6882c488&hm=8b0ff01195ec18bd86a0d7e6f4a26eab81f146084e22a142d88740bccaafc133& [23:41:26] I had to do a bit of fuckery with the `$userProfileV2Loaded` at the top to shut CI up [23:41:52] oh wow. The test errors didn't give that away lol (or rather i guess maybe the output got in the way or something? but even then it didn't show up?) [23:58:02] It is my hypothesis at least, let's see if it is right