[05:35:48] Does anyone else see a broken page when going to https://en.wikipedia.org/wiki/Special:Export/Template:Horizontal_timeline ? [05:40:31] Zppix: thats xml [05:41:35] Zppix: looks like thats by design, you can import this xml into another mediawiki [05:41:49] Zppix: what should i be looking for in terms of breakage? [05:42:17] I guess I expected it to autofill the form at Special:Export, not to just give raw xml [05:50:44] Zppix: https://www.mediawiki.org/wiki/Manual:Parameters_to_Special:Export vs https://www.mediawiki.org/w/index.php?title=Manual:Parameters_to_Special:Export&oldid=36258 - probably this feature existed before [05:51:01] e.g., if you didn't specify action=submit, then it prefilled, but didn't submit [05:51:15] doesn't look like it exists now though at least not to my uneducated guess [06:09:24] Hello. After the zhwiki admin election in September 2022 made use of SecurePoll (T318147), the community is discussing if we should use SecurePoll for the following elections now. [06:09:24] T318147: Carry out an admin election of zhwiki on votewiki (Sep 2022) - https://phabricator.wikimedia.org/T318147 [06:09:26] Currently, we plan to hold the election every March and September. I don't know if this time is available for us. Where can I get the answer to this question? [06:12:04] yiningc: I would guess you want to talk to https://meta.wikimedia.org/wiki/User:JSutherland_(WMF) aka tzatziki [06:57:01] I think once the consensus is reached that https://phabricator.wikimedia.org/T342135 should be reopened, yiningc [06:57:50] At the moment the only scheduled items for SecurePoll will be a global election in October (U4C Charter) and December (enwiki ArbCom) [06:57:57] (I believe) [07:03:31] Thank you. [07:03:38] ah I see you left a message on my talk page, I'll answer that properly tomorrow [08:22:18] [[Tech]]; 2A02:9B0:4070:8406:1880:46A1:B506:8794; [none]; https://meta.wikimedia.org/w/index.php?diff=25318796&oldid=25312069&rcid=27980121 [08:41:24] [[Tech]]; AKlapper (WMF); Undo revision [[Special:Diff/25318796|25318796]] by [[Special:Contributions/2A02:9B0:4070:8406:1880:46A1:B506:8794|2A02:9B0:4070:8406:1880:46A1:B506:8794]] ([[User talk:2A02:9B0:4070:8406:1880:46A1:B506:8794|talk]]) - non-sensical edit; https://meta.wikimedia.org/w/index.php?diff=25318843&oldid=25318796&rcid=27980196 [11:17:35] How do I specify a specific group of phpunit tests to run using the "composer phpunit" command? [11:17:42] I could do this with calling phpunit.php [11:18:00] For example phpunit.php --group CheckUser [11:21:55] Dreamy_Jazz: I assume you could use `composer phpunit --group CheckUser` [11:22:03] Didn't seem to work [11:22:24] Says "The "--group" option does not exist." [11:22:45] what about `composer phpunit -- --group CheckUser`? [11:23:24] It kind of works, but the tests immediately fail [11:24:20] * taavi reads D.aimona's email again [11:24:51] `composer phpunit:entrypoint -- --group CheckUser`? [11:25:34] Yeah that works [11:25:36] Thanks [11:25:45] I had assumed that "entrypoint" was a placeholder [11:25:50] For either unit or integration