[00:08:31] oh definitely, yes [00:08:40] never used Lockdown, let me install it [00:45:50] uhoh, Error from line 48 of /usr/home/saper/public_html/pg/w/extensions/Lockdown/src/Hooks.php: Class 'MediaWiki\Extensions\Lockdown\UserGroupMembership' not found [00:46:31] ah, that's the bug [00:49:39] bootc: works, great, thanks! [01:06:04] bootc: CI complains that there are spaces after ( and before ) missing, have you seen that? [01:06:57] ! [remote rejected] HEAD -> refs/changes/79/550379/2 (cannot add patch set to 550379.) [01:07:00] lovely [01:12:51] bootc: can you 'git fetch https://repo.or.cz/Lockdown.git fix-getgrouplinks' and then 'git push FETCH_HEAD:refs/for/master' ? [01:25:44] bootc: ha, it got broken in April with https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Lockdown/+/506978 [01:45:26] sparr: I would just introduce simple manually-managed {{Media}} and {{Aspects}} templates. I am not a big fan of namespaces, they should be used only in case of inherent name conflicts imho. [09:16:08] Reedy: thanks for fixing and merging https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Lockdown/+/550379 [09:17:59] saper: I think you need to request to be added to gerrits trusted contribs group to amend other users patchsets [09:29:17] p858snake|L: ouch, why isn't that the default [09:29:28] vandalism [09:31:46] https://www.mediawiki.org/wiki/Gerrit/Privilege_policy doesn't say anything about it [09:47:39] posted a question to https://www.mediawiki.org/wiki/Talk:Gerrit/Troubleshooting [09:49:21] Reedy: thanks :-) [20:37:19] The MediaWiki 1.33 'patch-drop-ct_tag.sql' patch is behaving badly. "ALTER TABLE `change_tag` MODIFY ct_tag_id int unsigned NOT NULL" -> Duplicate entry '170920-0' for key 'change_tag_rc_tag_id' [20:37:41] Which is true. Duplicate entries were allowed due to `ct_tag_id` being NULL by default. [20:37:59] So now upgrades fail due to MobileFrontend entering two change tags per edit. [20:38:02] ¯\_(ツ)_/¯ [20:39:59] MediaWiki core is guilty of this as well with 'mw-changed-redirect-target'/'mw-undo'. [20:41:59] Which database backend are you running? I would be surprised if core was really that broken [20:42:32] MySQL [20:43:20] Example of the data: https://dpaste.de/GKu2 [20:47:58] Azxiana: Can you file a bug in phabricator? [20:48:37] With the tag mediawiki-installer (updater is considered part of the installer usually) [20:49:09] I can! [20:49:15] Thanks